~ruther/guix-local

ref: a81f7eb858bf7e320d4dccde183d303247b6d47a guix-local/gnu/packages/mail.scm -rw-r--r-- 94.0 KiB
238f3a39 — Leo Famulari 8 years ago
gnu: dovecot: Fix CVE-2017-15132.

* gnu/packages/patches/dovecot-CVE-2017-15132.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (dovecot)[source]: Use it.
28b48c87 — nikita 8 years ago
gnu: mlmmj: Update to 1.3.0.

* gnu/packages/mail.scm (mlmmj): Update to 1.3.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
a1b517f9 — Tobias Geerinckx-Rice 8 years ago
gnu: opensmtpd: Support PAM authentication.

* gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’
to #:configure-flags.
2f2ce920 — Tobias Geerinckx-Rice 8 years ago
gnu: opensmtpd: Update to 6.0.3p1.

* gnu/packages/mail.scm (opensmtpd): Update to 6.0.3p1.
864f3f1d — Tobias Geerinckx-Rice 8 years ago
gnu: offlineimap: Update to 7.1.5.

* gnu/packages/mail.scm (offlineimap): Update to 7.1.5.
68b9be1f — Marius Bakke 8 years ago
gnu: notmuch: Update to 0.26.

* gnu/packages/mail.scm (notmuch): Update to 0.26.
28c03b45 — Tobias Geerinckx-Rice 8 years ago
gnu: dovecot: Update to 2.3.0.

* gnu/packages/mail.scm (dovecot): Update to 2.3.0.
* gnu/services/mail.scm (dovecot-configuration)[director-doveadm-port]
[ssl-parameters-regenerate]: Delete fields.
[ssl-protocols]: Rename to...
[ssl-min-protocol]: ...this.
[mail-log-prefix, mdbox-rotate-size, ssl-cipher-list, imap-logout-format]:
Update default values.
* doc/guix.texi (Mail Services): Reflect the above changes to the service.
48a9654a — Tobias Geerinckx-Rice 8 years ago
gnu: exim: Update to 4.90.

* gnu/packages/mail.scm (exim): Update to 4.90.
af8c547d — Tobias Geerinckx-Rice 8 years ago
gnu: claws-mail: Update to 3.16.0.

* gnu/packages/mail.scm (claws-mail): Update to 3.16.0.
5985d01b — Leo Famulari 8 years ago
gnu: mutt: Update to 1.9.2.

* gnu/packages/mail.scm (mutt): Update to 1.9.2.
d738f134 — Arun Isaac 8 years ago
gnu: notmuch: Move elisp directory and generate autoloads.

* gnu/packages/mail.scm (notmuch)[arguments]: Move elisp files to
share/emacs/site-lisp/guix.d/notmuch-<version>.
Add make-autoloads phase.
1e52fd83 — Arun Isaac 8 years ago
gnu: Add afew.

* gnu/packages/mail.scm (afew): New variable.
831db64f — Marius Bakke 8 years ago
gnu: notmuch: Update to 0.25.3.

* gnu/packages/mail.scm (notmuch): Update to 0.25.3.
78f60e04 — nikita 8 years ago
gnu: neomutt: Update to 20171208.

* gnu/packages/mail.scm (neomutt): Update to 20171208.

Signed-off-by: Leo Famulari <leo@famulari.name>
18b1589b — nikita 8 years ago
gnu: blists: Update to 2.0.

* gnu/packages/mail.scm (blists): Update to 2.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
3e901356 — Tobias Geerinckx-Rice 8 years ago
gnu: exim: Update to 4.89.1.

* gnu/packages/mail.scm (exim): Update to 4.89.1.
[source]: Remove patches for fixed CVEs (all of them).
* gnu/packages/patches/exim-CVE-2017-16943.patch: Delete file...
* gnu/packages/patches/exim-CVE-2017-16944.patch: ...as well as this file...
* gnu/packages/patches/exim-CVE-2017-1000369.patch: ...and this file.
* gnu/local.mk (dist_patch_DATA): Remove all of them.
48adc61c — Leo Famulari 8 years ago
gnu: exim: Fix CVE-2017-16944.

* gnu/packages/patches/exim-CVE-2017-16944.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (exim)[source]: Use it.
5b327a2d — Leo Famulari 8 years ago
gnu: exim: Fix CVE-2017-16943.

* gnu/packages/patches/exim-CVE-2017-16943.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (exim)[source]: Use it.
ea3b9f7b — Christopher Baines 8 years ago
gnu: mail: Remove python-django-mailman3.

This package fails to build, as django-mailman3 currently only works with
Python 2.

* gnu/packages/mail.scm (python-django-mailman3): Removed variable.
  (python2-django-mailman3): Inline the use of python-django-mailman3, and
  remove the use of package-with-python2.
c297e965 — Leo Famulari 8 years ago
gnu: procmail: Fix CVE-2017-16844.

* gnu/packages/patches/procmail-CVE-2017-16844.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (procmail)[source]: Use it.
Next