Leo Famulari
a11237e40a
gnu: Mutt: Update to 1.13.4.
...
* gnu/packages/mail.scm (mutt): Update to 1.13.4.
[source]: Prefer HTTPS URL and replace FTP URL with HTTP.
2020-03-23 15:53:11 -04:00
Maxim Cournoyer
d5195020d2
gnu: emacs-mew: Remove guix.d from the Elisp installation directory.
...
* gnu/packages/mail.scm (emacs-mew)[arguments]: Update the Elisp installation
prefix.
2020-03-19 12:07:10 -04:00
Tobias Geerinckx-Rice
f44c555b7d
gnu: neomutt: Update to 20200313.
...
* gnu/packages/mail.scm (neomutt): Update to 20200313.
2020-03-19 02:30:36 +01:00
Tobias Geerinckx-Rice
8826b792d8
gnu: dovecot: Use libsodium.
...
This adds support for ARGON2I and ARGON2ID password hashing in exchange
for a <1% increase in closure size.
* gnu/packages/mail.scm (dovecot)[inputs]: Add libsodium.
(dovecot-libsodium-plugin)[description]: Note its use.
2020-03-19 00:42:16 +01:00
Tobias Geerinckx-Rice
d6894b95ec
gnu: dovecot: Use SQLite.
...
* gnu/packages/mail.scm (dovecot)[arguments]: Add "--with-sqlite"
to #:configure-flags.
2020-03-19 00:42:16 +01:00
Tobias Geerinckx-Rice
2bc3ec3b44
gnu: dovecot: Support LZ4 compression.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add lz4.
2020-03-18 17:48:53 +01:00
Ricardo Wurmus
c107e50a0e
gnu: mumi: Update to 0.0.0-7.6653e2d.
...
* gnu/packages/mail.scm (mumi): Update to 0.0.0-7.6653e2d.
[inputs]: Add guile-sqlite3.
2020-03-12 12:47:45 +01:00
Tobias Geerinckx-Rice
0622403d35
gnu: compface: Update home page.
...
* gnu/packages/mail.scm (compface)[home-page]: Follow (HTTPS)
redirection.
2020-03-09 23:55:41 +01:00
Tobias Geerinckx-Rice
f30444b9da
gnu: compface: Don't use NAME in source URI.
...
* gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
2020-03-09 23:55:41 +01:00
Tobias Geerinckx-Rice
7ae397ac14
gnu: claws-mail: Update to 3.17.5.
...
* gnu/packages/mail.scm (claws-mail): Update to 3.17.5.
2020-03-09 16:01:18 +01:00
Tobias Geerinckx-Rice
462ca0bbb7
gnu: dovecot: Update to 2.3.10.
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.10.
2020-03-06 13:01:29 +01:00
Tobias Geerinckx-Rice
754c12041d
gnu: mu: Use HTTPS home page.
...
* gnu/packages/mail.scm (mu)[home-page]: Use HTTPS.
2020-03-03 05:06:48 +01:00
Tobias Geerinckx-Rice
5decb16015
gnu: gmime: Update to 3.2.6.
...
* gnu/packages/mail.scm (gmime): Update to 3.2.6.
2020-03-03 05:06:47 +01:00
Tobias Geerinckx-Rice
e82cf6c687
gnu: notmuch: Extend test time-out.
...
* gnu/packages/mail.scm (notmuch)[arguments]:
Add NOTMUCH_TEST_TIMEOUT=1h make flag.
2020-03-03 05:06:47 +01:00
Tobias Geerinckx-Rice
ba6b48b84f
gnu: opensmtpd: Support ECDSA certificates.
...
The required libressl version is now stable and more featureful than
openssl.
* gnu/packages/mail.scm (opensmtpd)[inputs]: Replace openssl with libressl.
2020-03-02 21:46:27 +01:00
Ricardo Wurmus
170c6b0344
gnu: mumi: Update to 0.0.0-6.a933a62.
...
* gnu/packages/mail.scm (mumi): Update to 0.0.0-6.a933a62.
[inputs]: Remove guile-fibers; replace guile-json-1 with guile-json-3.
[source]: Remove snippet.
2020-02-29 08:54:03 +01:00
Ricardo Wurmus
2fe3072ebf
gnu: mumimu: Update to 1.2.0-2.6b42431.
...
* gnu/packages/mail.scm (mumimu): Update to 1.2.0-2.6b42431.
[arguments]: Do not patch Makefile.am or configure.ac.
[version]: Inherit from mu.
2020-02-29 08:54:02 +01:00
Ricardo Wurmus
a954dc57f2
gnu: Remove guile-debbugs-next.
...
* gnu/packages/guile-xyz.scm (guile-debbugs-next): Remove variable.
* gnu/packages/mail.scm (mumi)[inputs]: Replace guile-debbugs-next with
guile-debbugs.
2020-02-28 10:09:21 +01:00
Tobias Geerinckx-Rice
f7abd6fef1
gnu: opensmtpd: Update to 6.6.4p1 [security fixes].
...
See <https://www.mail-archive.com/misc@opensmtpd.org/msg04888.html >.
* gnu/packages/mail.scm (opensmtpd): Update to 6.6.4p1.
2020-02-24 18:40:43 +01:00
Tobias Geerinckx-Rice
f4db0a7b20
gnu: dovecot: Update to 2.3.9.3 [fixes CVE-2020-7046 & CVE-2020-7957].
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.9.3.
2020-02-18 01:26:07 +01:00
Tobias Geerinckx-Rice
2dbfd8eec4
gnu: opensmtpd: Update to 6.6.3p1 [security mitigations].
...
* gnu/packages/mail.scm (opensmtpd): Update to 6.6.3p1.
2020-02-11 07:10:32 +01:00
Ivan Vilata-i-Balaguer
892be267ee
gnu: mutt: Enable Autocrypt support.
...
* gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite.
[arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and
"--with-idn2".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Tobias Geerinckx-Rice
0d48690908
gnu: opensmtpd-next: Promote to opensmtpd [fixes CVE-2020-7247].
...
It's still unclear (to me) whether our opensmtpd package is affected,
but this change has been delayed for long enough in any case.
* gnu/packages/mail.scm (opensmtpd-next): Rename to…
(opensmtpd): …this.
* gnu/packages/patches/opensmtpd-fix-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-29 22:47:00 +01:00
Tobias Geerinckx-Rice
e19e3430cd
gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].
...
Upstream[0] says “Qualys has found a critical vulnerability leading to
a possible privilege escalation” and will provide more information
later.
[0]: https://www.opensmtpd.org
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.2p1.
2020-01-29 00:54:46 +01:00
宋文武
4a0e49279d
gnu: public-inbox: Enable support for background HTTP/NNTP daemons.
...
* gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-net-server.
2020-01-27 17:38:49 +08:00
Ludovic Courtès
98dd9ff800
gnu: mailutils: Add "guile3.0-mailutils" variant.
...
* gnu/packages/mail.scm (mailutils)[arguments]: In #:configure-flags,
replace hard-coded "2.2" with the 'version-major+minor' of the "guile"
input.
(guile3.0-mailutils): New variable.
2020-01-26 23:21:38 +01:00
宋文武
99b23feeb9
gnu: public-inbox: Update to 1.2.0-0.05a06f3.
...
* gnu/packages/mail.scm (public-inbox): Update to 1.2.0-0.05a06f3.
2020-01-26 17:17:49 +08:00
Tobias Geerinckx-Rice
bc0eb34759
gnu: alpine: Remove pre-built binaries from source.
...
* gnu/packages/mail.scm (alpine)[source]: Add a snippet to hunt down
and destroy pre-compiled objects.
2020-01-23 00:06:51 +01:00
Marius Bakke
43987c977c
gnu: mailutils: Update to 3.8.
...
* gnu/packages/mail.scm (mailutils): Update to 3.8.
[arguments]: Adjust substitutions.
2020-01-20 21:53:52 +01:00
Tobias Geerinckx-Rice
c3c56a4eb5
gnu: neomutt: Fix home page.
...
* gnu/packages/mail.scm (neomutt)[home-page]: Drop unsupported www subdomain.
2020-01-17 23:32:34 +01:00
Tobias Geerinckx-Rice
d7df48fad4
gnu: neomutt: Update to 20191207.
...
* gnu/packages/mail.scm (neomutt): Update to 20191207.
2020-01-16 17:32:35 +01:00
Tobias Geerinckx-Rice
40b1cee620
gnu: mpop: Mark up description.
...
* gnu/packages/mail.scm (mpop)[description]: Use @acronym.
2020-01-15 23:02:11 +01:00
Tobias Geerinckx-Rice
4a30c51eb8
gnu: mpop: Update to 1.4.7.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.7.
2020-01-15 22:42:17 +01:00
Tobias Geerinckx-Rice
fb5ecdecdf
gnu: mpop: Remove unnecessary libidn input.
...
gnu/packages/mail.scm (mpop)[inputs]: Remove libidn.
2020-01-15 22:42:17 +01:00
Tobias Geerinckx-Rice
bb335e84ed
gnu: exim: Build (more) reproducibly.
...
* gnu/packages/mail.scm (exim)[arguments]: Add a ‘build-reproducibly’
phase.
2020-01-08 02:26:18 +01:00
Tobias Geerinckx-Rice
c9b99e88f5
gnu: exim: Use XZ-compressed sources.
...
* gnu/packages/mail.scm (exim)[source]: Fetch the .tar.xz archive.
2020-01-08 02:26:17 +01:00
Tobias Geerinckx-Rice
cda8250b20
gnu: exim: Update to 4.93.0.4.
...
* gnu/packages/mail.scm (exim): Update to 4.93.0.4.
[source]: Add /fixes/ URI to the list.
[inputs]: Use gnutls/dane variant.
[native-inputs]: Add pkg-config.
[arguments]: Set USE_GNUTLS* variables to use the new inputs..
Add CC=gcc to #:make-flags.
2020-01-08 02:26:17 +01:00
Efraim Flashner
0aa203717e
Revert "gnu: libetpan: Update to 1.9.4."
...
This version of libetpan does not ship with libetpan-config, which
prefents claws-mail from building.
This reverts commit e2f5de1455
.
2020-01-03 15:47:23 +02:00
Efraim Flashner
e2f5de1455
gnu: libetpan: Update to 1.9.4.
...
* gnu/packages/mail.scm (libetpan): Update to 1.9.4.
2019-12-30 10:11:46 +02:00
Efraim Flashner
d98438e6a3
gnu: gmime: Update to 3.2.5.
...
* gnu/packages/mail.scm (gmime): Update to 3.2.5.
2019-12-30 10:05:48 +02:00
Efraim Flashner
a4fd9423b0
gnu: msmtp: Update to 1.8.7.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.7.
2019-12-30 10:00:12 +02:00
Christopher Baines
03460d2bd3
gnu: mumimu: Remove reference to guile-email.
...
The use of guile-email in this package definition seems to cause errors when
working with other packages, errors like: error: guile-email: unbound variable
I'm not sure why the version of the Guile email package is appropriate here
either, but for now just to avoid the problems, inline the current version of
the package (and add a comment so this is more obvious). This issue was
probably introduced in: c7b2b53980
* gnu/packages/mail.scm (mumimu)[version]: Inline the current value
of (package-version guile-email) as a string.
2019-12-26 10:35:37 +00:00
Tobias Geerinckx-Rice
0fd6f28d7f
gnu: perl-email-sender: Update to 1.300034.
...
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300034.
2019-12-25 17:10:50 +01:00
Tobias Geerinckx-Rice
de22745907
gnu: pan: Update to 0.146.
...
* gnu/packages/mail.scm (pan): Update to 0.146.
2019-12-25 17:10:50 +01:00
Tobias Geerinckx-Rice
48947e6b51
gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722].
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.9.2.
2019-12-25 17:10:50 +01:00
Ludovic Courtès
c48c6152a8
gnu: mumi: Add dependency on GnuTLS.
...
* gnu/packages/mail.scm (mumi)[inputs]: Add GNUTLS.
2019-12-21 23:55:25 +01:00
Ludovic Courtès
ec73e50bad
gnu: mumi: Install assets.
...
* gnu/packages/mail.scm (mumi)[source](snippet): Modify "Makefile.am" so
that assets are installed.
2019-12-21 23:55:25 +01:00
Ludovic Courtès
8ff573d3a0
gnu: mumi: Pass "--localstatedir=/var".
...
* gnu/packages/mail.scm (mumi)[arguments]: Add #:configure-flags.
2019-12-21 23:55:24 +01:00
Ludovic Courtès
c7b2b53980
gnu: mumi: Add dependency on mumimu.
...
The package definition of mumi was taken from the 'guix.scm' file in mumi.
* gnu/packages/mail.scm (mumimu): New variable.
(mumi)[inputs]: Add it.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-21 23:55:24 +01:00
Ludovic Courtès
18e4d11bdf
gnu: mumi: Install .go files in the right place.
...
* gnu/packages/mail.scm (mumi)[source](modules, snippet): New fields.
2019-12-21 23:55:24 +01:00