diff options
author | wiz <wiz@pkgsrc.org> | 2020-06-22 06:24:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-06-22 06:24:15 +0000 |
commit | c4940d27bb111ae6d7287339d71e0a0801c707bb (patch) | |
tree | 98ed989924c48ee56554ce503d7ae72e8ac0dae3 /mail/mutt/patches/patch-ac | |
parent | 7edbc5b3d0904e605973a991b57e064ff0210382 (diff) | |
download | pkgsrc-c4940d27bb111ae6d7287339d71e0a0801c707bb.tar.gz |
mutt: update to 1.14.4.
Remove some patches that would get voting rights soon.
Remove support for NetBSD 1.5.
pkglint cleanup.
XXX: someone should send the remaining patches upstream.
Mutt 1.14.4 was released on June 18, 2020. This is an important
bug-fix release. It fixes a possible machine-in-the-middle response
injection attack when using STARTTLS with IMAP, POP3, and SMTP
(CVE-2020-14954).
Mutt 1.14.3 was released on June 14, 2020. This is an important
bug-fix release. It fixes a possible IMAP fcc/postpone
machine-in-the-middle attack (CVE-2020-14093). It also fixes some
GnuTLS certificate prompt issues.
Mutt 1.14.2 was released on May 25, 2020. This is a bug-fix release,
fixing a few prompt buffer-size issues and adding a potential DoS
mitigation.
Mutt 1.14.1 was released on May 16, 2020. This is a bug-fix release,
fixing a documentation build issue and a few other small bugs.
Mutt 1.14.0 was released on May 2, 2020. This release has new
features and bug fixes. See the UPDATING file, or for more details
see the release notes page.
Diffstat (limited to 'mail/mutt/patches/patch-ac')
-rw-r--r-- | mail/mutt/patches/patch-ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/mutt/patches/patch-ac b/mail/mutt/patches/patch-ac deleted file mode 100644 index 16e549c7bbd..00000000000 --- a/mail/mutt/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.7 2015/09/03 14:49:02 wiz Exp $ - ---- config.h.in.orig 2009-08-02 09:34:54 +0300 -+++ config.h.in 2009-08-02 09:36:37 +0300 -@@ -442,6 +442,12 @@ - /* Define to 1 if you have the `__argz_stringify' function. */ - #undef HAVE___ARGZ_STRINGIFY - -+/* Define to 1 if you have the `mvchgat' function. */ -+#undef HAVE_MVCHGAT -+ -+/* Define to 1 if you have the `mvwchgat' function. */ -+#undef HAVE_MVWCHGAT -+ - /* Is mail spooled to the user's home directory? If defined, MAILPATH should - be set to the filename of the spool mailbox relative the the home - directory. use: configure --with-homespool=FILE */ |