aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-describe.sh
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-04-08 15:47:00 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-04-08 15:47:00 -0400
commit533a893cc6b03f100566760d6e0c8e0500ed7082 (patch)
tree0ecbf89895a400c43d16bb1f6539f1a88aeaa4cf /tests/guix-describe.sh
parent6a2546f92d07df04e5d700924edd027ed1e2ef11 (diff)
parentc762df54786fd6f005f3b5307323f1d2df3cbf0b (diff)
downloadguix-533a893cc6b03f100566760d6e0c8e0500ed7082.tar.gz
guix-533a893cc6b03f100566760d6e0c8e0500ed7082.zip
Merge branch 'master' into staging
Conflicts: .guix-authorizations gnu/ci.scm gnu/packages/base.scm gnu/packages/databases.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/imagemagick.scm gnu/packages/password-utils.scm gnu/packages/python-xyz.scm gnu/packages/web-browsers.scm
Diffstat (limited to 'tests/guix-describe.sh')
0 files changed, 0 insertions, 0 deletions
/packages/mail.scm?id=bce8c88f42b0fb26a11fa134d10baad626441fd0'>gnu: altermime: Use G-expressions....* gnu/packages/mail.scm (altermime)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2023-07-09gnu: altermime: Download over HTTPS....* gnu/packages/mail.scm (altermime)[source]: Use HTTPS. Tobias Geerinckx-Rice 2023-07-09gnu: alpine: Download over HTTPS....* gnu/packages/mail.scm (alpine)[source]: Use HTTPS. Tobias Geerinckx-Rice 2023-07-02gnu: mu: Update to 1.10.5....* gnu/packages/mail.scm (mu): Update to 1.10.5. Tobias Geerinckx-Rice 2023-07-02gnu: gmime: Use G-expressions....* gnu/packages/mail.scm (gmime)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2023-07-02gnu: gmime: Download sources from the git repository....* gnu/packages/mail.scm (gmime)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add "--enable-gtk-doc=yes" to #:configure-flags. Don't explicitly return #t from phases. [native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which. Tobias Geerinckx-Rice 2023-07-02gnu: gmime: Remove obsolete configure flag....* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes" from #:configure-flags. Tobias Geerinckx-Rice 2023-07-02gnu: fetchmail: Use G-expressions....* gnu/packages/mail.scm (fetchmail)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2023-07-02gnu: fetchmail: Update to 6.4.37....* gnu/packages/mail.scm (fetchmail): Update to 6.4.37. Tobias Geerinckx-Rice 2023-07-02gnu: nullmailer: Use G-expressions....* gnu/packages/mail.scm (nullmailer)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2023-07-02gnu: nullmailer: Remove obsolete trailing #t....* gnu/packages/mail.scm (nullmailer)[arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2023-07-02gnu: mu: Update to 1.10.4....* gnu/packages/mail.scm (mu): Update to 1.10.4. [arguments]: Remove old 'fix-build-system phase. Tobias Geerinckx-Rice 2023-07-05gnu: msmtp: Update to 1.8.24....* gnu/packages/mail.scm (msmtp): Update to 1.8.24. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar 2023-06-30gnu: opensmtpd: Update to 7.3.0p1....* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p1. [inputs]: Replace openssl with now-working libressl. Tobias Geerinckx-Rice 2023-06-30gnu: opensmtpd: Build with OpenSSL....When building with libressl, smtpd will silently segfault in libtls.so. * gnu/packages/mail.scm (opensmtpd)[inputs]: Replace libressl with openssl. Tobias Geerinckx-Rice 2023-06-30gnu: Remove libasr....It has been subsumed by OpenSMTPd and is otherwise unused. See <https://issues.guix.gnu.org/64271>. * gnu/packages/dns.scm (libasr): Delete variable. * gnu/packages/mail.scm (opensmtpd)[inputs]: Remove it to use the bundled ‘copy’. Tobias Geerinckx-Rice 2023-06-26gnu: aerc: Update to 0.15.2....* gnu/packaging/mail.scm (aerc): Update to 0.15.2. [arguments]: Tweak build flags and make command. [inputs]: Add python and python-vobject. Signed-off-by: Christopher Baines <mail@cbaines.net> guix-patches--- via 2023-06-24gnu: opensmtpd-filter-rspamd: Update to 0.1.8....* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8. Tobias Geerinckx-Rice 2023-06-18gnu: opensmtpd: Update to 7.3.0p0....* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p0. [arguments]: Remove obsolete 'fix-smtpctl-encrypt-bug phase. Don't explicitly return #t from remaining phases. Tobias Geerinckx-Rice 2023-06-20gnu: mu: Update to 1.10.3....* gnu/packages/mail.scm (mu): Update to 1.10.3. Ricardo Wurmus 2023-06-12gnu: mailutils: Update to 3.16...* gnu/packages/mail.scm (mailutils): Update to 3.16 Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai 2023-06-04gnu: urlscan: Update to 1.0.0....* gnu/packages/mail.scm (urlscan): Update to 1.0.0. [arguments]: Skip the test phase. [build-system]: Switch to the pyproject-build-system. [native-inputs]: Add python-hatch-vcs, python-hatchling. Efraim Flashner 2023-05-24gnu: isync: Add patch to improve openssl-3 compatibility....* gnu/packages/patches/isync-openssl3-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (isync): Use patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith 2023-05-11gnu: mutt: Update to 2.2.10....* gnu/packages/mail.scm (mutt): Update to 2.2.10. Efraim Flashner 2023-05-06gnu: msmtp: Install old msmtpqueue scripts...* gnu/packages/mail.scm (msmtp): Install msmtpqueue scripts. These scripts may be old, but someone may want them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Karl Hallsby 2023-04-30gnu: mumi: Add guile-gnutls to inputs....This fixes this error when running mumi on foreign distributions: Throw to key `gnutls-not-available' with args `("(gnutls) module not available")'. * gnu/packages/mail.scm (mumi)[inputs]: Add guile-gnutls. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5 2023-04-30gnu: opensmtpd-extras: Build with mariadb....* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add mariadb:dev. Efraim Flashner 2023-04-28gnu: dovecot: Fix build....* gnu/packages/mail.scm (dovecot)[source]: Add patch for OpenSSL v3. * gnu/packages/patches/dovecot-opensslv3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. 宋文武 2023-04-25gnu: libpst: Fix python detection....* gnu/packages/mail.scm (libpst)[arguments]: Add a phase to detect newer versions of python3. [native-inputs]: Add autoconf, automake, gettext-minimal, libool. Efraim Flashner 2023-04-24gnu: mumi: Add bash-minimal to inputs....* gnu/packages/mail.scm (mumi)[inputs]: Add bash-minimal. Arun Isaac 2023-04-24gnu: mumi: Update to 0.0.5-2.85d5efb....* gnu/packages/mail.scm (mumi): Update to 0.0.5-2.85d5efb. Arun Isaac 2023-04-24gnu: mumi: Move to Savannah....* gnu/packages/mail.scm (source, home-page): Move to Savannah. Arun Isaac 2023-04-11gnu: mu: Update to 1.10.2....* gnu/packages/mail.scm (mu): Update to 1.10.2. [arguments]: Add build phase 'fix-build-system. Ricardo Wurmus 2023-04-02gnu: Add mairix....* gnu/packages/mail.scm (mairix): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Martin Marshall 2023-03-27gnu: mu: Update to 1.10.0....* gnu/packages/mail.scm (mu): Update to 1.10.0. [source]: Use release tarball instead of git reference. Signed-off-by: Christopher Baines <mail@cbaines.net> Zhu Zihao