<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/mail, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-03-20T13:54:46Z</updated>
<entry>
<title>mail/bogofilter: fix PKG_CPE_ID</title>
<updated>2026-03-20T13:54:46Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-19T21:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bb47b0279642252acc3e46a1f2edd8638cebf05e'/>
<id>urn:sha1:bb47b0279642252acc3e46a1f2edd8638cebf05e</id>
<content type='text'>
cpe:/a:bogofilter_project:bogofilter is the correct CPE ID for bogofilter:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:bogofilter_project:bogofilter

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>mail/opendkim: assign PKG_CPE_ID</title>
<updated>2026-03-15T07:21:15Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T13:32:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fc6cb08c64ba3366e488e4c3737628f54f048d58'/>
<id>urn:sha1:fc6cb08c64ba3366e488e4c3737628f54f048d58</id>
<content type='text'>
cpe:/a:opendkim:opendkim is the correct CPE ID for opendkim:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:opendkim:opendkim

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>mailsend: fix ssl variant to use opensssl</title>
<updated>2026-02-04T05:39:56Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-25T16:05:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=444b62cbccf13492096fc0216d661f2ccf47f069'/>
<id>urn:sha1:444b62cbccf13492096fc0216d661f2ccf47f069</id>
<content type='text'>
As described in #28261 Not compiled with OpenSSL, the SSL variant of
the mailsend package is not actually being compiled with OpenSSL.

This is due to an upstream configure check borrowed from an ancient
version of BIND, which no longer works.

As a workaround we add `-DHAVE_OPENSSL=1` to the `TARGET_CFLAGS` when
building the SSL variant.

This results in a complaint about COPTS not being honoured correctly,
but results in `mailsend` compiled with OpenSSL (i.e. works).

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>sendmail: update to 8.18.2</title>
<updated>2026-01-09T09:52:21Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2026-01-08T15:14:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=428d835cb5ed75aeca266a83010ce01254b5ddbd'/>
<id>urn:sha1:428d835cb5ed75aeca266a83010ce01254b5ddbd</id>
<content type='text'>
Remove two patches no longer needed due to changes upstream.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>pigeonhole: update to version 0.5.21.1</title>
<updated>2026-01-01T14:27:12Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-12-31T02:38:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4e86243a89ac8acb7e5c7143af080ba3f6028acd'/>
<id>urn:sha1:4e86243a89ac8acb7e5c7143af080ba3f6028acd</id>
<content type='text'>
Release notes:
```
v0.5.21.1 2024-08-14  Aki Tuomi &lt;aki.tuomi@open-xchange.com&gt;

	- sieve: When saving to local storage failed after a successful action
	  in sieve (e.g. redirect, vacation), the mail was reported as
	  successfully delivered, although it was lost locally.
```
Copy&amp;pasted from
https://raw.githubusercontent.com/dovecot/pigeonhole/0.5.21.1/NEWS

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>pigeonhole: change package versioning</title>
<updated>2026-01-01T14:27:12Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-12-31T02:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=547ac2e84ea205432e1eabc5588d31ad0652ed37'/>
<id>urn:sha1:547ac2e84ea205432e1eabc5588d31ad0652ed37</id>
<content type='text'>
The current pigeonhole Makefile is more complex than it needs to be, with
too many unique variables and the resulting package version
is currently this one:
```
dovecot-pigeonhole_2.3.21.0.5.21-r1_aarch64_cortex-a53.ipk
```

and based on Repology [1], it looks like we are the only GNU/Linux
distribution, who includes dovecot version and pigeonhole version
together. We should not include the extra dovecot version, because
even project [2]  website does not do it except their tarball.

What we can do better is that we added and modify a little bit
EXTRA_DEPENDS, which ensures that pigenhole 0.5.21.1 will be used
for Dovecot 2.3, because of that, we can have package version as
it should be.

```
dovecot-pigeonhole_0.5.21-r1_arm_cortex-a9_vfpv3-d16.ipk
```

Because of the changed versioning, we can remove the dynamic shell
execution for version extraction.

[1] https://repology.org/project/dovecot-pigeonhole/versions
[2] https://pigeonhole.dovecot.org/download

Fixes: 6c6a40ab57d1151f981237f81935b19486c45026 ("pigeonhole: fix runtime dependency on dovecot's ABI")

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>dovecot-pigeonhole: fix Makefile syntax to match dovecot</title>
<updated>2026-01-01T14:27:12Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-12-31T01:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d4f9e59a96969c5588fb7f31e4477480f761b763'/>
<id>urn:sha1:d4f9e59a96969c5588fb7f31e4477480f761b763</id>
<content type='text'>
Use $(XARGS) variable instead of plain xargs command, consistent with
the dovecot package implementation. Remove unnecessary space in
EXTRA_DEPENDS version constraint.

Fixes failing error on buildbot:
```
make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
Makefile:62: *** multiple target patterns.  Stop.
time: package/feeds/packages/pigeonhole/compile#0.52#0.42#1.15
```

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>exim: update to version 4.99</title>
<updated>2025-12-01T22:37:41Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-10-28T18:04:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aed8ca7bd92e7cc5dc81ed718591789131c6f32b'/>
<id>urn:sha1:aed8ca7bd92e7cc5dc81ed718591789131c6f32b</id>
<content type='text'>
See https://code.exim.org/exim/exim/releases/tag/exim-4.99

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>msmtp: update to version 1.8.32</title>
<updated>2025-11-15T05:02:47Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-11-14T08:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ae8e14e8cd4ceb38972f63f272f470a22d8d5543'/>
<id>urn:sha1:ae8e14e8cd4ceb38972f63f272f470a22d8d5543</id>
<content type='text'>
Release notes:
https://marlam.de/msmtp/news/msmtp-1-8-32/

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>msmtp: update to version 1.8.31</title>
<updated>2025-10-01T06:44:15Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-09-30T22:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c488e1297f240a9ff1c8e22dcc49822027a229ee'/>
<id>urn:sha1:c488e1297f240a9ff1c8e22dcc49822027a229ee</id>
<content type='text'>
Release notes:
https://marlam.de/msmtp/news/

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
</feed>
