Commit Graph

878 Commits

Author SHA1 Message Date
Maxim Cournoyer
173b6f6f15
gnu: mailutils: Update to 3.13.
* gnu/packages/patches/mailutils-fix-uninitialized-variable.patch: Remove
patch.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/mail.scm (mailutils): Update to 3.13.  Remove the 2013
--with-sql option TODO comment; if someone needs that, they can send a patch.
[source]: Remove above patch.
[phases]{prepare-test-suite}: Also patch shell shebang in
'libmailutils/tests/lock.at' and 'imap4d/tests/testclient.c'.
[parallel-tests?]: Reinstate parallel tests.
[inputs]: Move m4 to...
[native-inputs]: ... here.  Add the autoconf, automake, gettext and libtool
quartet.
2021-09-09 20:48:31 -04:00
Maxim Cournoyer
d8a184f086
gnu: mailutils: Add a listing of the commands it contains.
To ease discovery of said commands.

* gnu/packages/mail.scm (mailutils)[description]: Include a listing of the
commands it contains.
2021-09-09 20:48:31 -04:00
Tobias Geerinckx-Rice
5b54a6d9e4
gnu: balsa: Update to 2.6.3.
* gnu/packages/mail.scm (balsa): Update to 2.6.3.
2021-09-03 23:26:20 +02:00
Pierre Langlois
d8d124fb65
gnu: offlineimap: Replace with offlineimap3.
* gnu/packages/mail.scm (offlineimap3): New variable.
(offlineimap): Replace with deprecated package.
2021-09-02 20:39:01 +01:00
Pierre Langlois
76ef6dc716
gnu: Add python-imaplib2.
* gnu/packages/mail.scm (python-imaplib2): New variable.
2021-09-02 20:38:59 +01:00
Ludovic Courtès
a5fb1f4eeb
gnu: mailutils: Look up Scheme variables in the right module.
Fixes <https://issues.guix.gnu.org/49295>.
Reported by Maxime Devos <maximedevos@telenet.be>.

* gnu/packages/patches/mailutils-variable-lookup.patch: New file.
* gnu/packages/mail.scm (mailutils)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-09-01 23:41:41 +02:00
Pierre Langlois
7d5cb45b49
gnu: mu: Update to 1.6.5.
* gnu/packages/mail.scm (mu): Update to 1.6.5.
2021-08-29 20:14:04 +01:00
Pierre Langlois
847dfcdc29
gnu: mu: Update to 1.6.3.
* gnu/packages/mail.scm (mu): Update to 1.6.3.
2021-08-21 11:00:48 +01:00
Christopher Lemmer Webber
9455143907
Update copyright/name notices for Christine Lemmer-Webber.
* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber.
* gnu/build/image.scm: Likewise.
* gnu/build/vm.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/assembly.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/finance.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/haskell-xyz.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/sphinx.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/system/vm.scm: Likewise.
2021-08-15 14:15:37 -04:00
Ivan Gankevich
e6d0264b82
gnu: sendmail: Install executables to $prefix/sbin and $prefix/bin directories.
Currently "sendmail" installs executables to $PREFIX/usr/sbin and
$PREFIX/usr/bin directories. This patch changes them to $PREFIX/sbin and
$PREFIX/bin respectively. Also this patch fixes broken symlinks in
$PREFIX/bin and updates package definitions that use old sendmail paths.

* gnu/packages/mail.scm (sendmail): Set new paths.
 [arguments]<#:phases>{replace-/usr}: Remove /usr prefix.
 [arguments]<#:phases>{post-install}: Fix broken symlinks
 [arguments]<#:phases>{configure}: Set paths without /usr prefix.
* gnu/packages/mail.scm (claws-mail): Use new sendmail paths.
* gnu/packages/version-control.scm (python-git-multimail): Use new
  sendmail paths.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-08-10 17:32:19 +02:00
Pierre Langlois
b0a6b1f13c
gnu: mu: Update to 1.6.2.
* gnu/packages/mail.scm (mu): Update to 1.6.2.
[inputs]: Use guile-3.0.
[arguments]: Remove autotools substitutions for guile-2.2.  Update
'patch-bin-sh-in-tests phase to new tests.  Do not return #t in the remaining
phases.
2021-08-10 14:48:46 +01:00
Xinglu Chen
f4bf6165de
gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].
* gnu/packages/mail.scm (fetchmail): Update to 6.4.21.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-27 12:34:56 -04:00
Tobias Geerinckx-Rice
dacab2ef4b
gnu: dovecot-pigeonhole: Update to 0.5.16.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.16.
2021-08-07 15:26:06 +02:00
Tobias Geerinckx-Rice
eeb38a3a7b
gnu: dovecot: Update to 2.3.16.
* gnu/packages/mail.scm (dovecot): Update to 2.3.16.
2021-08-07 15:26:06 +02:00
Xinglu Chen
e7d32b4bcc
gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].
* gnu/packages/mail.scm (fetchmail): Update to 6.4.20.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-04 10:45:16 +03:00
Ricardo Wurmus
5ab679f4da
gnu: Add libpst.
* gnu/packages/mail.scm (libpst): New variable.
2021-08-01 14:23:08 +02:00
Xinglu Chen
94ece4f8f7
gnu: isync: Update to 1.4.3.
* gnu/packages/mail.scm (isync): Update to 1.4.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-31 14:15:46 +02:00
Leo Famulari
3314764193
gnu: Mutt: Update to 2.1.1.
* gnu/packages/mail.scm (mutt): Update to 2.1.1.
2021-07-26 17:04:49 -04:00
Tobias Geerinckx-Rice
c7b51b799d
gnu: esmtp: Fix build with libesmtp >= 1.1.0.
* gnu/packages/mail.scm (esmtp)[source]: Add patch.
* gnu/packages/patches/esmtp-add-lesmtp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-07-24 23:59:07 +02:00
Raghav Gururajan
7b9c4417d5
gnu: claws-mail: Use absolute paths to referenced programs.
* gnu/packages/mail.scm (claws-mail)[phases](patch-source): New phase.
[inputs]: Add mailutils and sendmail.
2021-07-20 06:03:36 -04:00
Raghav Gururajan
38de3de40d
gnu: claws-mail: Add comments for optional inputs.
* gnu/packages/mail.scm (claws-mail)[native-inputs]: Add comment
for docbook-utils.
[inputs]: Add comments for j-pilot and webkitgtk.
2021-07-15 01:11:12 -04:00
Raghav Gururajan
ffe2632e12
gnu: claws-mail: Rename input label for shared-mime-info.
* gnu/packages/mail.scm (claws-mail)[inputs]: Rename mime-info to
shared-mime-info.
[phases](patch-mime): Modify.
2021-07-15 00:56:59 -04:00
Raghav Gururajan
36c23bd06d
gnu: claws-mail: Update to v4.0.0 and adjust arguments+inputs accordingly.
* gnu/packages/mail.scm (claws-mail)[version]: Update to 4.0.0.
[arguments](configure-flags): Add flag disable-static. Remove flags
enable-gnutls,enable-pgpmime-plugin, enable-enchant and enable-ldap.
[native-inputs]: Add bison, flex, gettext-minimal, gobject-introspection
and intltool.
[inputs]: Add cairo, compface, dbus, fontconfig, gdk-pixbuf+svg,
glib, gsettings-desktop-schemas, gumbo-parser, libgdata, libindicator,
librsvg, libsoup, nettle, network-manager, openldap, poppler,
python-pygobject and ytnef. Remove hicolor-icon-theme. Replace gtk+-2
and python-2 with gtk+ and python, respectively.
[propagated-inputs]: Add dconf.
2021-07-15 00:15:15 -04:00
Raghav Gururajan
d7917fc9f7
gnu: claws-mail: Rearrange inputs in alphabetical order.
* gnu/packages/mail.scm (claws-mail)[inputs]: Modify.
2021-07-14 22:12:54 -04:00
Tobias Geerinckx-Rice
b58d9be08e
gnu: claws-mail: Update to 3.18.0.
* gnu/packages/mail.scm (claws-mail): Update to 3.18.0.
2021-07-13 20:06:25 +02:00
Leo Famulari
601063c612
gnu: Mutt: Update to 2.1.0.
* gnu/packages/mail.scm (mutt): Update to 2.1.0.
2021-07-06 19:13:17 -04:00
Tobias Geerinckx-Rice
34bbbe6082
gnu: perl-email-abstract: Update to 3.009.
* gnu/packages/mail.scm (perl-email-abstract): Update to 3.009.
2021-07-04 17:47:45 +02:00
Tobias Geerinckx-Rice
87232a8c2f
gnu: alpine: Update to 2.24.2.
* gnu/packages/mail.scm (alpine): Update to 2.24.2.
2021-07-02 08:54:55 +02:00
Tobias Geerinckx-Rice
f2a8b7e09c
gnu: libesmtp: Expand description.
* gnu/packages/mail.scm (libesmtp)[description]: Add more libESMTP facts.
2021-06-30 21:34:29 +02:00
Tobias Geerinckx-Rice
4f77288569
gnu: libesmtp: Update to 1.1.0.
* gnu/packages/mail.scm (libesmtp): Update to 1.1.0.
[native-inputs]: Remove them all again.
2021-06-30 21:34:29 +02:00
Tobias Geerinckx-Rice
9636591edf
gnu: libesmtp: Build from Git sources.
* gnu/packages/mail.scm (libesmtp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[native-inputs]: Add autoconf, automake, and libtool.
2021-06-30 21:34:29 +02:00
Xinglu Chen
1fef9a4427
gnu: notmuch: Update to 0.32.2.
* gnu/packages/mail.scm (notmuch): Update to 0.32.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-30 09:51:30 +02:00
Tobias Geerinckx-Rice
4343476a3b
gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes CVE-2020-28200].
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.15.
2021-06-21 18:38:06 +02:00
Tobias Geerinckx-Rice
18968a7752
gnu: dovecot: Update to 2.3.15 [fixes CVE-2021-29157 & CVE-2021-33515].
* gnu/packages/mail.scm (dovecot): Update to 2.3.15.
2021-06-21 18:38:06 +02:00
Ricardo Wurmus
20ab92719e
gnu: Add undbx.
* gnu/packages/mail.scm (undbx): New variable.
2021-06-17 00:15:28 +02:00
Tobias Geerinckx-Rice
7479124cd7
gnu: libopensmtpd, opensmtpd-filter-dkimsign: Add source URI.
* gnu/packages/mail.scm (libopensmtpd, opensmtpd-filter-dkimsign)
[source]: Add a URI that might work in Tasmania and 's further upstream
regardless.
2021-06-12 11:34:18 +02:00
Tobias Geerinckx-Rice
e7f1c55eb1
gnu: opensmtpd-filter-dkimsign: Support ed25519 signatures.
* gnu/packages/mail.scm (opensmtpd-filter-dkimsign)[arguments]:
Define HAVE_ED25519 in #:make-flags.
[arguments]: Rename 'inherit-ownership phase to 'patch-Makefile.gnu and
patch a hard-coded ‘pkg-config’ command.
[inputs]: Replace libressl with openssl.
2021-06-10 23:21:23 +02:00
Tobias Geerinckx-Rice
809e5f7602
gnu: opensmtpd-filter-dkimsign: Update to 0.5.
* gnu/packages/mail.scm (opensmtpd-filter-dkimsign): Update to 0.5.
[source]: Use the upstream release tarball now.
[arguments]: Adjust #:make-flags to new upstream Makefile.gnu.
Remove obsolete custom 'unpack and 'install phases.
Add a new 'inherit-ownership phase.
[native-inputs]: Remove Arch Linux Makefile.  Add mandoc.  Remove the
libopensmtpd sources in favour of…
[inputs]: …the real thing.
2021-06-10 23:21:22 +02:00
Tobias Geerinckx-Rice
5b0f0c80ef
gnu: libopensmtpd: Make public.
Now that it's a fancy official release and all.

* gnu/packages/mail.scm (libopensmtpd): DEFINE-PUBLIC.
2021-06-10 23:21:22 +02:00
Tobias Geerinckx-Rice
16e23df1f9
gnu: libopensmtpd: Update to 0.7.
* gnu/packages/mail.scm (libopensmtpd): Update to 0.7.
[source]: URL-FETCH a release tarball.
[arguments]: Remove obsolete 'create-output-directories,
'install-header-file, and 'install-man-page phases.
[native-inputs]: Add mandoc.
2021-06-10 23:21:22 +02:00
Xinglu Chen
245a65bbe1
gnu: isync: Update to 1.4.2.
* gnu/packages/mail.scm (isync): Update to 1.4.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-07 21:52:31 +02:00
Tobias Geerinckx-Rice
da671c16f2
gnu: abook: Fix typo in description.
* gnu/packages/mail.scm (abook)[description]: Fix typo.
2021-05-23 22:39:13 +02:00
Xinglu Chen
030bdbf141
gnu: notmuch: Update to 0.32.1.
* gnu/packages/mail.scm (notmuch): Update to 0.32.1.
[arguments]<#:phases>: Don’t return #t at the end of the phase, this won’t be
necessary once core-update gets merged.

Signed-off-by: Marius Bakke <marius@gnu.org>
2021-05-23 17:49:57 +02:00
Efraim Flashner
7403498b74
gnu: perl-mail-dkim: Update to 1.20200907.
* gnu/packages/mail.scm (perl-mail-dkim): Update to 1.20200907.
2021-05-19 22:53:08 +03:00
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