3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

834 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
8bf7c0e6e6
gnu: mutt: Update to 2.0.7.
* gnu/packages/mail.scm (mutt): Update to 2.0.7.
2021-05-06 00:40:33 +02:00
Tobias Geerinckx-Rice
70f619d892
gnu: msmtp: Don't TP Debian's house.
* gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo.
2021-05-06 00:40:32 +02:00
Arun Isaac
c1036042a5
gnu: crm114: Use emacs-build-system install phase.
* gnu/packages/mail.scm (crm114)[arguments]: Install the crm114 emacs mode
using the install phase from emacs-build-system, instead of in the custom
pre-install phase. Run the make-autoloads phase after this new
install-emacs-mode phase.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-05-05 10:01:48 +02:00
Leo Famulari
4ca8a00263
gnu: Exim: Update to 4.94.2 [security fixes].
Fixes CVE-2020-{27216,28007,28008,28009,28010,28011,28012,28013,28014,28015,
28016,28017,28018,28019,28020,28021,28022,28023,28024,28025,28026}.

See the upstream security advisory for more information:

https://exim.org/static/doc/security/CVE-2020-qualys/21nails.txt

* gnu/packages/mail.scm (exim): Update to 4.94.2.
2021-05-04 11:42:07 -04:00
Xinglu Chen
88156c603a
gnu: public-inbox: Update to 1.6.1.
* gnu/packages/mail.scm (public-inbox)[version]: Update to 1.6.1.
[inputs]: Add optional dependencies.  ‘perl-filesys-notify-simple’ has been
superseded by ‘perl-linux-inotify2’ by upstream.
[synopsis]: Capitalize “git”.
[description]: Likewise.  Mention IMAP support.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-03 18:26:50 +02:00
Leo Prikler
b8c9d9dee3
gnu: notmuch: Adjust to changes in emacs-build-system.
* gnu/packages/mail.scm (notmuch)[configure]: Use elpa-directory.
2021-05-01 15:56:40 +02:00
Tobias Geerinckx-Rice
81450d6972
gnu: mailcap: Update to 2.1.53.
* gnu/packages/mail.scm (mailcap): Update to 2.1.53.
2021-05-01 11:29:10 +02:00
Tobias Geerinckx-Rice
6eaba2bc86
gnu: alpine: Update to 2.24.1.
* gnu/packages/mail.scm (alpine): Update to 2.24.1.
2021-04-27 12:26:17 +02:00
Xinglu Chen
5bcb453d43
gnu: fetchmail: Update to 6.4.19.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.19.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-27 11:00:02 +03:00
Arun Isaac
ae5128e21e
gnu: Add crm114.
* gnu/packages/mail.scm (crm114): New variable.
2021-04-21 23:36:21 +05:30
Alexandru-Sergiu Marton
337011c567
gnu: Add abook.
* gnu/packages/mail.scm (abook): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 12:14:11 +02:00
Alexey Abramov
66d8dc3d74
gnu: Add opensmtpd-filter-rspamd.
* gnu/packages/mail.scm (opensmtpd-filter-rspamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-06 23:59:46 +02:00
Ricardo Wurmus
6b703a9aa8
gnu: mumi: Update to 0.0.1-5.9f070bd.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-5.9f070bd.
2021-03-31 21:23:45 +02:00
Ricardo Wurmus
9ce963d8b3
gnu: mumi: Update to 0.0.1-4.887471f.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-4.887471f.
2021-03-31 09:44:57 +02:00
Xinglu Chen
8e3944f857
gnu: fetchmail: Update to 6.4.18.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.18.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-29 10:39:05 +03:00
6ebc3c41f4
gnu: urlscan: Update to 0.9.6.
* gnu/packages/mail.scm (urlscan): Update to 0.9.6.
2021-03-29 01:35:35 +03:00
Tobias Geerinckx-Rice
fd51391993
gnu: neomutt: Update to 20210205.
* gnu/packages/mail.scm (neomutt): Update to 20210205.
2021-03-29 00:17:47 +02:00
Tobias Geerinckx-Rice
f2d9174b7c
gnu: mpop: Update to 1.4.13.
* gnu/packages/mail.scm (mpop): Update to 1.4.13.
2021-03-29 00:17:47 +02:00
Benoit Joly
af3bf6b481
gnu: Add go-gitlab.com-shackra-goimapnotify.
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2021-03-25 17:21:22 +00:00
Tobias Geerinckx-Rice
5f9b28b231
gnu: balsa: Update to 2.6.2.
* gnu/packages/mail.scm (balsa): Update to 2.6.2.
[inputs]: Add libassuan.  Upgrade gtksourceview.
2021-03-21 22:13:32 +01:00
Tobias Geerinckx-Rice
a0b3d968be
gnu: msmtp: Update to 1.8.15.
* gnu/packages/mail.scm (msmtp): Update to 1.8.15.
2021-03-21 22:13:32 +01:00
ce10e2b3e9
gnu: Use autoconf instead of autoconf-wrapper when possible.
This should reduce confusion on when to use the "autoconf"
package and when to use "autoconf-wrapper" instead in
package definitions.

Fixes <https://bugs.gnu.org/46564>.

* gnu/packages/autotools.scm (autoconf-wrapper):
  advise to use the "autoconf" package instead where
  possible.
* gnu/packages/game-development.scm (tsukundere)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gimp.scm
  (glimpse)[native-inputs]: likewise.
  (gimp-resynthesizer)[native-inputs]: add comment on why
  "autoconf-wrapper" is used.
* gnu/packages/gnunet.scm (gnunet)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gnupg.scm (signing-party)[native-inputs]:
  add comment on why "autoconf-wrapper" is used.
* gnu/packages/guile-xyz.scm
  (guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/libevent.scm (libuv)[native-inputs]: indicates
  "autoconf-wrapper" needs to be replaced with "autoconf"
  on core-updates.
* gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf"
  instead of "autoconf-wrapper".
* gnu/packages/mail.scm (libetpan)[native-inputs]: likewise.
* gnu/packages/mate.scm
  (mate-icon-theme-faenza)[native-inputs]: add comment on why
  "autoconf-wrapper" is used.
  (mate-screensaver)[native-inputs]: use "autoconf" instead of
  "autoconf-wrapper".
* gnu/packages/package-management.scm (guix)[native-inputs]: likewise.
* gnu/packages/sawfish.scm (librep)[native-inputs]: likewise.
* gnu/packages/video.scm (motion)[native-inputs]: likewise.
* gnu/packages/zile.scm (zile)[native-inputs]: likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-17 23:10:19 +01:00
Xinglu Chen
e06b1ebcaa
gnu: Add l2md.
* gnu/packages/mail.scm (l2md): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13 14:52:37 +01:00
Tobias Geerinckx-Rice
a3926c8227
gnu: mutt: Update to 2.0.6.
* gnu/packages/mail.scm (mutt): Update to 2.0.6.
2021-03-11 00:46:01 +01:00
Xinglu Chen
89f5cec879
gnu: fetchmail: Update to 6.4.17.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.17.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-08 00:10:11 +01:00
Tobias Geerinckx-Rice
222679d2d9
gnu: getmail: Update to 5.15.
* gnu/packages/mail.scm (getmail): Update to 5.15.
2021-03-06 18:44:20 +01:00
Léo Le Bouter
090456dacb
gnu: ytnef: Fix CVE-2021-3403 and CVE-2021-3404.
* gnu/packages/patches/ytnef-CVE-2021-3403.patch,
gnu/packages/patches/ytnef-CVE-2021-3404.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/mail.scm (ytnef): Apply them.
2021-03-06 04:47:10 +01:00
Tobias Geerinckx-Rice
b12974ec52
gnu: dovecot-pigeonhole: Update to 0.5.14.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.14.
2021-03-04 14:11:56 +01:00
Tobias Geerinckx-Rice
1c8a328331
gnu: dovecot: Update to 2.3.14.
* gnu/packages/mail.scm (dovecot): Update to 2.3.14.
2021-03-04 14:11:56 +01:00
Tobias Geerinckx-Rice
ba9e29f141
gnu: isync: Update to 1.4.1.
* gnu/packages/mail.scm (isync): Update to 1.4.1.
2021-03-04 00:44:58 +01:00
Tobias Geerinckx-Rice
2b8779cbe5
gnu: fetchmail: Update to 6.4.16.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.16.
2021-03-04 00:44:58 +01:00
Xinglu Chen
7cb188f8b2
gnu: notmuch: Update to 0.31.4.
* gnu/packages/mail.scm (notmuch): Update to 0.31.4.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-24 17:00:14 +01:00
Leo Famulari
21cdb35b60
gnu: isync: Update to 1.3.5 [fixes CVE-2021-20247].
* gnu/packages/mail.scm (isync): Update to 1.3.5.
2021-02-22 16:48:50 -05:00
Tobias Geerinckx-Rice
9a45b335cc
gnu: mu: Update to 1.4.15.
* gnu/packages/mail.scm (mu): Update to 1.4.15.
2021-02-07 23:27:16 +01:00
Leo Famulari
59c03bd4f9
gnu: Mutt: Update to 2.0.5.
* gnu/packages/patches/mutt-CVE-2021-3181.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/mail.scm (mutt): Update to 2.0.5.
[source]: Remove obsolete patch.
2021-01-25 16:38:57 -05:00
Leo Famulari
708d3ec0de
gnu: Mutt: Fix CVE-2021-3181.
* gnu/packages/patches/mutt-CVE-2021-3181.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (mutt)[source]: Use it.
2021-01-20 19:36:24 -05:00
Tobias Geerinckx-Rice
976d072aa2
gnu: mblaze: Update to 1.1.
* gnu/packages/mail.scm (mblaze): Update to 1.1.
2021-01-17 23:48:12 +01:00
Tobias Geerinckx-Rice
48632af5cc
gnu: rspamd: Update to 2.7.
* gnu/packages/mail.scm (rspamd): Update to 2.7.
2021-01-09 23:14:26 +01:00
Pierre Langlois
5296548a90
gnu: mu: Update to 1.4.14.
* gnu/packages/mail.scm (mu): Update to 1.4.14.
2021-01-06 09:36:51 +00:00
Tobias Geerinckx-Rice
95e7542e6c
gnu: dovecot-pigeonhole: Update to 0.5.13.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.13.
2021-01-04 17:22:02 +01:00
Tobias Geerinckx-Rice
d72a0d4459
gnu: dovecot: Update to 2.3.13 [fixes CVE-2020-25275, CVE-2020-24386].
* gnu/packages/mail.scm (dovecot): Update to 2.3.13.
2021-01-04 17:22:02 +01:00
Tobias Geerinckx-Rice
a564ff1b61
gnu: fetchmail: Update to 6.4.14.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.14.
2021-01-03 06:55:37 +01:00
Tobias Geerinckx-Rice
1da9de511b
gnu: notmuch: Update to 0.31.3.
* gnu/packages/mail.scm (notmuch): Update to 0.31.3.
2021-01-02 18:54:28 +01:00
Tobias Geerinckx-Rice
b7e8863d0d
gnu: mpop: Update to 1.4.12.
* gnu/packages/mail.scm (mpop): Update to 1.4.12.
2021-01-02 18:54:20 +01:00
Tobias Geerinckx-Rice
2836936b91
gnu: mutt: Update to 2.0.4.
* gnu/packages/mail.scm (mutt): Update to 2.0.4.
2021-01-02 18:54:20 +01:00
Leo Famulari
fbbee36da0
gnu: msmtp: Update to 1.8.14.
* gnu/packages/mail.scm (msmtp): Update to 1.8.14.
2020-12-31 17:36:49 -05:00
Tobias Geerinckx-Rice
c9120aa101
gnu: opensmtpd: Update to 6.8.0p2.
* gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p2.
[arguments]: Remove 'fix-man-page-detection phase again thanks to
excellent upstream fanservice.
2020-12-24 16:24:16 +01:00
Tobias Geerinckx-Rice
f6e06e8b15
gnu: opensmtpd: Update to 6.8.0p1.
* gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p1.
2020-12-24 12:42:41 +01:00
divoplade
793713dc3f
gnu: exim: Enable authenticators.
* gnu/packages/mail.scm (exim)[arguments]: Enable cram_md5, dovecot, external,
plaintext, spa and tls authenticators in configure phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2020-12-10 20:05:27 +05:30
Leo Famulari
e1d3b07ffc
gnu: isync: Use OpenSSL 1.1.
* gnu/packages/mail.scm (isync)[inputs]: Replace openssl-1.0 with openssl.
2020-12-08 13:25:27 -05:00