Commit Graph

1159 Commits

Author SHA1 Message Date
Liliana Marie Prikler
cdbd81ce14
Merge branch 'master' into emacs-team 2023-09-22 23:54:34 +02:00
André Batista
af08de2b2d
gnu: mutt: Update to 2.2.12 [security fixes].
Fixes CVE-2023-4874 and CVE-2023-4875.  See
http://lists.mutt.org/pipermail/mutt-announce/Week-of-Mon-20230904/000056.html

* gnu/packages/mail.scm (mutt): Update to 2.2.12

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
22fc2f9ab2
gnu: mu: Update to 1.10.7.
* gnu/packages/mail.scm (mu): Update to 1.10.7.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
23f6e86bf2
gnu: dovecot-pigeonhole: Update to 0.5.21.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.21.
2023-09-10 02:00:00 +02:00
Tobias Geerinckx-Rice
ed566a51de
gnu: dovecot: Update to 2.3.21.
* gnu/packages/mail.scm (dovecot): Update to 2.3.21.
2023-09-10 02:00:00 +02:00
Liliana Marie Prikler
94ca5b4357
Merge branch 'master' into emacs-team 2023-09-09 12:22:14 +02:00
Maxim Cournoyer
6113e0529d
gnu: gmime: Update home-page URL.
* gnu/packages/mail.scm (gmime) [home-page]: Update URL.
2023-09-06 01:25:31 -04:00
宋文武
d7e9df2b35
gnu: gmime: Remove version 2.6.23.
* gnu/packages/mail.scm (gmime-2.6): Remove package.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 23:37:23 -04:00
Liliana Marie Prikler
9d074e16c7
Merge branch 'master' into emacs-team 2023-08-26 07:08:03 +02:00
Arjan Adriaanse
d58c6e25ff
gnu: notmuch: Fix tests with Emacs 29.
* gnu/packages/patches/notmuch-emacs-test-output.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/mail.scm (notmuch)[patches]: Add here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-08-15 05:26:08 +02:00
Tobias Geerinckx-Rice
b15381460e
gnu: Remove duplicate import in (gnu packages mail).
* gnu/packages/mail.scm: Remove duplicate (gnu build-system go) import.
Order remaining imports alphabetically.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
f1536efe7b
gnu: rspamd: Sort inputs.
* gnu/packages/mail.scm (rspamd)[inputs]: Order alphabetically.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
7087fc0751
gnu: rspamd: Update to 3.6.
* gnu/packages/mail.scm (rspamd): Update to 3.6.
2023-08-06 02:00:00 +02:00
Arun Isaac
bedcdf0fb5
gnu: mumi: Update to 0.0.5-3.2453a5a.
* gnu/packages/mail.scm (mumi): Update to 0.0.5-3.2453a5a.
2023-09-04 09:57:57 +01:00
flabbergasted
bdea9adc86
gnu: neomutt: Update to 20230517.
* gnu/packages/mail.scm (neomutt): Update to 20230517.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-08-26 12:36:28 +01:00
Efraim Flashner
f76ef3f759
gnu: urlscan: Update to 1.0.1.
* gnu/packages/mail.scm (urlscan): Update to 1.0.1.
2023-07-26 08:53:09 +03:00
Tobias Geerinckx-Rice
7a56d216fc
gnu: dkimproxy: Wrap with perl-cryptx.
Fixes ‘Can't locate Crypt/PK/Ed25519.pm in @INC’.

* gnu/packages/mail.scm (dkimproxy)[inputs]: Add perl-cryptx.
[arguments]: Wrap the scripts with it.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
283969d0c5
gnu: perl-mail-dkim: Mark up description.
* gnu/packages/authentication.scm (perl-mail-dkim)[description]:
Use @acronym{}.  Drop ‘new’.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice
807fbccb25
gnu: perl-mail-dkim: Update to 1.20230630.
* gnu/packages/mail.scm (perl-mail-dkim): Update to 1.20230630.
[propagated-inputs]: Add perl-cryptx.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice
3a63ed24f2
gnu: rspamd: Update to 3.5.
* gnu/packages/mail.scm (rspamd): Update to 3.5.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
f86cd0280e
gnu: ytnef: Update to 2.1.2.
* gnu/packages/mail.scm (ytnef): Update to 2.1.2.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice
5799552739
gnu: altermime: Cross-compile.
* gnu/packages/mail.scm (altermime)[arguments]: Use CC-FOR-TARGET.
Add a new 'do-not-strip phase.
2023-07-09 02:00:03 +02:00
Tobias Geerinckx-Rice
bce8c88f42
gnu: altermime: Use G-expressions.
* gnu/packages/mail.scm (altermime)[arguments]:
Rewrite as G-expressions.  Don't explicitly return #t from phases.
2023-07-09 02:00:02 +02:00
Tobias Geerinckx-Rice
1d7e1fbc38
gnu: altermime: Download over HTTPS.
* gnu/packages/mail.scm (altermime)[source]: Use HTTPS.
2023-07-09 02:00:02 +02:00
Tobias Geerinckx-Rice
11ae5491f9
gnu: alpine: Download over HTTPS.
* gnu/packages/mail.scm (alpine)[source]: Use HTTPS.
2023-07-09 02:00:02 +02:00
Tobias Geerinckx-Rice
285c41e93f
gnu: mu: Update to 1.10.5.
* gnu/packages/mail.scm (mu): Update to 1.10.5.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice
f2f40cdae5
gnu: gmime: Use G-expressions.
* gnu/packages/mail.scm (gmime)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice
ba20f088b9
gnu: gmime: Download sources from the git repository.
* gnu/packages/mail.scm (gmime)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add "--enable-gtk-doc=yes" to #:configure-flags.
Don't explicitly return #t from phases.
[native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice
1b8f9cea9b
gnu: gmime: Remove obsolete configure flag.
* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes"
from #:configure-flags.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice
f5b8f9541f
gnu: fetchmail: Use G-expressions.
* gnu/packages/mail.scm (fetchmail)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice
53e759fbde
gnu: fetchmail: Update to 6.4.37.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice
d235e4daea
gnu: nullmailer: Use G-expressions.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice
0c9f663cd2
gnu: nullmailer: Remove obsolete trailing #t.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Don't explicitly return #t from phases.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice
11989e39d7
gnu: mu: Update to 1.10.4.
* gnu/packages/mail.scm (mu): Update to 1.10.4.
[arguments]: Remove old 'fix-build-system phase.
2023-07-02 02:00:06 +02:00
Timotej Lazar
d7f17c6a92
gnu: msmtp: Update to 1.8.24.
* gnu/packages/mail.scm (msmtp): Update to 1.8.24.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-07-05 18:57:32 +03:00
Tobias Geerinckx-Rice
4b2a2161a5
gnu: opensmtpd: Update to 7.3.0p1.
* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p1.
[inputs]: Replace openssl with now-working libressl.
2023-06-30 19:47:43 +02:00
Tobias Geerinckx-Rice
023ff65146
gnu: opensmtpd: Build with OpenSSL.
When building with libressl, smtpd will silently segfault in libtls.so.

* gnu/packages/mail.scm (opensmtpd)[inputs]: Replace libressl with
openssl.
2023-06-30 19:16:01 +02:00
Tobias Geerinckx-Rice
902a48e0d3
gnu: Remove libasr.
It has been subsumed by OpenSMTPd and is otherwise unused.

See <https://issues.guix.gnu.org/64271>.

* gnu/packages/dns.scm (libasr): Delete variable.
* gnu/packages/mail.scm (opensmtpd)[inputs]: Remove it to use the
bundled ‘copy’.
2023-06-30 17:02:23 +02:00
guix-patches--- via
102cbfd97c
gnu: aerc: Update to 0.15.2.
* gnu/packaging/mail.scm (aerc): Update to 0.15.2.
[arguments]: Tweak build flags and make command.
[inputs]: Add python and python-vobject.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:10 +01:00
Tobias Geerinckx-Rice
021e945d01
gnu: opensmtpd-filter-rspamd: Update to 0.1.8.
* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8.
2023-06-24 00:19:19 +02:00
Tobias Geerinckx-Rice
dcca13ed73
gnu: opensmtpd: Update to 7.3.0p0.
* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p0.
[arguments]: Remove obsolete 'fix-smtpctl-encrypt-bug phase.
Don't explicitly return #t from remaining phases.
2023-06-18 02:00:08 +02:00
Ricardo Wurmus
bb09f3ac00
gnu: mu: Update to 1.10.3.
* gnu/packages/mail.scm (mu): Update to 1.10.3.
2023-06-20 10:07:47 +02:00
Andy Tai
86d7c5730c
gnu: mailutils: Update to 3.16
* gnu/packages/mail.scm (mailutils): Update to 3.16

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12 19:50:56 +01:00
Efraim Flashner
f8b82976d6
gnu: urlscan: Update to 1.0.0.
* gnu/packages/mail.scm (urlscan): Update to 1.0.0.
[arguments]: Skip the test phase.
[build-system]: Switch to the pyproject-build-system.
[native-inputs]: Add python-hatch-vcs, python-hatchling.
2023-06-04 21:06:47 +03:00
Morgan Smith
6d0571215d
gnu: isync: Add patch to improve openssl-3 compatibility.
* gnu/packages/patches/isync-openssl3-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (isync): Use patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Efraim Flashner
b9a87d02e8
gnu: mutt: Update to 2.2.10.
* gnu/packages/mail.scm (mutt): Update to 2.2.10.
2023-05-11 21:33:05 +03:00
Karl Hallsby
e7be4b9661
gnu: msmtp: Install old msmtpqueue scripts
* gnu/packages/mail.scm (msmtp): Install msmtpqueue scripts.

These scripts may be old, but someone may want them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-06 17:16:57 +02:00
kiasoc5
5cb04b570f
gnu: mumi: Add guile-gnutls to inputs.
This fixes this error when running mumi on foreign distributions:

  Throw to key `gnutls-not-available' with args `("(gnutls) module not available")'.

* gnu/packages/mail.scm (mumi)[inputs]: Add guile-gnutls.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-30 23:13:39 +02:00
Efraim Flashner
5a43894247
gnu: opensmtpd-extras: Build with mariadb.
* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add
mariadb:dev.
2023-04-30 12:35:56 +03:00
宋文武
aecc6e7058
gnu: dovecot: Fix build.
* gnu/packages/mail.scm (dovecot)[source]: Add patch for OpenSSL v3.
* gnu/packages/patches/dovecot-opensslv3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-04-28 09:33:03 +08:00