me
/
guix
Archived
1
0
Fork 0
Commit Graph

573 Commits (787766ed1e7f0806a98e696830542da528f957bb)

Author SHA1 Message Date
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
Ludovic Courtès 1214684bbd
gnu: mumi: Do not hard-code "2.2".
* gnu/packages/mail.scm (mumi)[arguments]: Add #:modules and
 #:imported-modules.  In 'wrap-executable' phase, use
'target-guile-effective-version' instead of hard-coding "2.2".
2019-12-21 23:55:24 +01:00
Efraim Flashner a101b15b5a
gnu: mutt: Add preferred source uri.
* gnu/packages/mail.scm (mutt)[source]: Add upstream's preferred uri.
2019-12-20 09:20:51 +02:00
Efraim Flashner 9dd5249e96
gnu: mutt: Update to 1.13.2.
* gnu/packages/mail.scm (mutt): Update to 1.13.2.
2019-12-20 09:20:14 +02:00
Tobias Geerinckx-Rice 0ba5755868
gnu: bogofilter: Use HTTPS home page.
* gnu/packages/mail.scm (bogofilter)[home-page]: Use HTTPS.
2019-12-12 03:02:30 +01:00
Tobias Geerinckx-Rice 2665ff41e9
gnu: bogofilter: Update to 1.2.5.
* gnu/packages/mail.scm (bogofilter): Update to 1.2.5.
[license]: Upgrade to GPL3+.
2019-12-12 03:02:30 +01:00
Tobias Geerinckx-Rice 29a87ed18c
gnu: imapfilter: Update to 2.6.16.
* gnu/packages/mail.scm (imapfilter): Update to 2.6.16.
[arguments]: Remove ‘fix-include-path’ phase.
2019-12-04 23:10:21 +01:00
Tobias Geerinckx-Rice 8f15c1c9fe
gnu: mpop: Update to 1.4.6.
* gnu/packages/mail.scm (mpop): Update to 1.4.6.
2019-12-04 23:10:21 +01:00
Pierre Neidhardt 1cd9149938
gnu: notmuch: Fix build.
* gnu/packages/mail.scm (notmuch): Refer to the updated installation
directory.
2019-12-04 21:57:12 +01:00
Tobias Geerinckx-Rice fe147c9750
gnu: tnef: Update to 1.4.18.
* gnu/packages/mail.scm (tnef): Update to 1.4.18.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice 293fe0d423
gnu: perl-email-sender: Update to 1.300033.
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300033.
2019-11-29 23:53:54 +01:00
Marius Bakke 60392114ae
gnu: notmuch: Update to 0.29.3.
* gnu/packages/mail.scm (notmuch): Update to 0.29.3.
2019-11-28 00:33:47 +01:00
Tobias Geerinckx-Rice 3b27ffec0f
gnu: perl-mail-dkim: Update to 0.58.
* gnu/packages/mail.scm (perl-mail-dkim): Update to 0.58.
2019-11-14 18:01:40 +01:00
Tobias Geerinckx-Rice 9dfe49e408
gnu: opensmtpd-next: Update to 6.6.1p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1.
2019-11-06 14:53:38 +01:00
Tanguy Le Carrour 82680f8016
gnu: khard: Update to 0.15.1.
* gnu/packages/mail.scm (khard): Update to 0.15.1.
[native-inputs]: Add python-setuptools-scm.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-05 14:57:10 +01:00
Tobias Geerinckx-Rice 061da0f686
gnu: dovecot: Update to 2.3.8.
* gnu/packages/mail.scm (dovecot): Update to 2.3.8.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice 01a0b1417e
gnu: claws-mail: Update to 3.17.4.
* gnu/packages/mail.scm (claws-mail): Update to 3.17.4.
2019-11-03 00:16:16 +01:00
Tobias Geerinckx-Rice d54a759d2b
gnu: neomutt: Update to 20191102.
* gnu/packages/mail.scm (neomutt): Update to 20191102.
2019-11-02 22:35:26 +01:00
Tobias Geerinckx-Rice 447b61d4cf
gnu: fetchmail: Use HTTPS home page.
* gnu/packages/mail.scm (fetchmail)[home-page]: Use HTTPS.
2019-10-27 23:52:58 +01:00
Tobias Geerinckx-Rice 271b3c9d16
gnu: fetchmail: Update to 6.4.1.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.1.
[source]: Parameterize URI.
[arguments]: Add ‘create-test-environment’ phase.
2019-10-27 23:46:14 +01:00
Tobias Geerinckx-Rice 996aca2852
gnu: opensmtpd-next: Update to 6.6.0p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.0p1.
[inputs]: Replace openssl with libressl.
2019-10-27 00:49:22 +02:00
Tobias Geerinckx-Rice 5cc96489ae
gnu: neomutt: Update to 20191025.
* gnu/packages/mail.scm (neomutt): Update to 20191025.
[inputs]: Use libidn2 instead of libidn.
[arguments]: Adjust #:configure-flags accordingly.
Enable tests.  Remove ‘fix-sasl-test’ phase.
2019-10-25 23:23:35 +02:00
Tobias Geerinckx-Rice cb9744f5de
gnu: neomutt: Don't use unstable tarball.
* gnu/packages/mail.scm (neomutt)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-10-25 23:22:50 +02:00
Marius Bakke 28391dc038
gnu: notmuch: Update to 0.29.2.
* gnu/packages/mail.scm (notmuch): Update to 0.29.2.
2019-10-20 00:31:16 +02:00
Leo Famulari bf67988070
gnu: Exim: Update to 4.92.3 [fixes CVE-2019-16928].
* gnu/packages/mail.scm (exim): Update to 4.92.3.
2019-10-17 15:05:48 -04:00
Tobias Geerinckx-Rice c6a99354f3
gnu: mailutils: Update to 3.7.
* gnu/packages/mail.scm (mailutils): Update to 3.7.
2019-10-12 16:29:50 +02:00
Tobias Geerinckx-Rice e65bbec98f
gnu: perl-mail-dkim: Update to 0.57.
* gnu/packages/mail.scm (perl-mail-dkim): Update to 0.57.
2019-10-09 19:21:05 +02:00
Ricardo Wurmus e08902d3cb
Merge branch 'master' into core-updates 2019-10-06 22:02:20 +02:00
Tobias Geerinckx-Rice 992f2069d5
gnu: gmime: Update to 3.2.4.
* gnu/packages/mail.scm (gmime): Update to 3.2.4.
2019-10-05 20:59:00 +02:00
Marius Bakke 58da4b0a84
gnu: msmtp: Update to 1.8.6.
* gnu/packages/mail.scm (msmtp): Update to 1.8.6.
2019-10-02 15:22:42 +02:00
Ludovic Courtès 0cf2b6f2db
Merge branch 'master' into core-updates 2019-10-01 12:06:00 +02:00
Tobias Geerinckx-Rice 803f05841e
gnu: urlscan: Update to 0.9.4.
* gnu/packages/mail.scm (urlscan): Update to 0.9.4.
2019-09-28 17:16:39 +02:00
Mathieu Othacehe 1fdab9d3b3
gnu: isync: Use openssl-1.0 to fix build.
* gnu/packages/mail.scm (isync)[inputs]: Replace openssl by openssl-1.0 to fix
the build.
2019-09-27 11:07:30 +02:00
Tobias Geerinckx-Rice 265f30c9c4
gnu: mutt: Update to 1.12.2.
* gnu/packages/mail.scm (mutt): Update to 1.12.2.
2019-09-21 23:58:39 +02:00
Ricardo Wurmus b7f1a1aafd
gnu: mumi: Update to 0.0.0-5.8a57c87.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-5.8a57c87.
2019-09-20 00:43:16 +02:00
Tobias Geerinckx-Rice ccbd1648f4
gnu: exim: Update to 4.92.2 [fixes CVE-2019-15846].
* gnu/packages/mail.scm (exim): Update to 4.92.2.
2019-09-06 17:36:04 +02:00
Leo Famulari 3b4eb3ba15
gnu: Dovecot: Update to 2.3.7.2 [fixes CVE-2019-11500].
* gnu/packages/mail.scm (dovecot): Update to 2.3.7.2.
2019-08-28 14:05:05 -04:00
Tobias Geerinckx-Rice 88e903a5f1
gnu: getmail: Update to 5.14.
* gnu/packages/mail.scm (getmail): Update to 5.14.
2019-08-21 22:07:21 +02:00
Tobias Geerinckx-Rice 7e14ed93f5
gnu: getmail: Don't use NAME in source URI.
* gnu/packages/mail.scm (getmail)[source]: Hard-code NAME.
2019-08-21 22:07:20 +02:00
Tobias Geerinckx-Rice eb936efb2a
gnu: opensmtpd-next: Update to 6.4.2p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.4.2p1.
2019-08-21 11:52:50 +02:00
Efraim Flashner 1f53fdae82
gnu: dovecot-libsodium-plugin: Remove extra build phase.
* gnu/packages/mail.scm (dovecot-libsodium-plugin)[arguments]: Remove
unneeded 'autogen phase.
2019-08-07 20:05:59 +03:00
Efraim Flashner 7b0efd4c32
gnu: dovecot-trees: Remove extra build phase.
* gnu/packages/mail.scm (dovecot-trees)[arguments]: Remove unneeded
'autogen phase.
2019-08-07 20:05:58 +03:00