pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt mutt: Update to version 2.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31477da58c3a
branches:  trunk
changeset: 771997:31477da58c3a
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Dec 31 07:33:02 2021 +0000

description:
mutt: Update to version 2.1.5

This is a bug-fix release.  Fixes include:
* a regression with SMTP authentication, where Mutt would force authentication
  when a server advertised AUTH.
* a possible SMTP server response overread, although I don't believe there is
  a security issue here.
* a SEGV bug on NetBSD when trying to use low level terminfo routines. Because
  of this fix, Mutt now looks for the term.h header before enabling these
  routines.  Packagers should ensure this header is present in the build
  dependencies.
* format=flowed text is space-unstuffed before piping to
  $send_multipart_alternative_filter

diffstat:

 mail/mutt/Makefile |  4 ++--
 mail/mutt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r ded452728120 -r 31477da58c3a mail/mutt/Makefile
--- a/mail/mutt/Makefile        Fri Dec 31 07:11:36 2021 +0000
+++ b/mail/mutt/Makefile        Fri Dec 31 07:33:02 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.254 2021/12/12 08:42:07 tron Exp $
+# $NetBSD: Makefile,v 1.255 2021/12/31 07:33:02 tron Exp $
 
-DISTNAME=              mutt-2.1.4
+DISTNAME=              mutt-2.1.5
 CATEGORIES=            mail
 MASTER_SITES=          http://ftp.mutt.org/pub/mutt/
 
diff -r ded452728120 -r 31477da58c3a mail/mutt/distinfo
--- a/mail/mutt/distinfo        Fri Dec 31 07:11:36 2021 +0000
+++ b/mail/mutt/distinfo        Fri Dec 31 07:33:02 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.102 2021/12/12 08:42:07 tron Exp $
+$NetBSD: distinfo,v 1.103 2021/12/31 07:33:02 tron Exp $
 
-BLAKE2s (mutt-2.1.4.tar.gz) = 148ca9941f3d6aa96cf5671007e68c3dcc6916ae3998dd81e1215cb23e0f848f
-SHA512 (mutt-2.1.4.tar.gz) = 621240fdecb65ed2d63d6a4cbe134c4ec40486cb4aa3a02649ff822a87c01732e513f403380dc9c7d3840220dde55a6fb13bb9c05b511b9b33965f599ffb2798
-Size (mutt-2.1.4.tar.gz) = 5407563 bytes
+BLAKE2s (mutt-2.1.5.tar.gz) = f66ab01489f3909084dbb0ed625bb459b9a36bdbe84f58d8b3f6adfcbd4d0846
+SHA512 (mutt-2.1.5.tar.gz) = 8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5
+Size (mutt-2.1.5.tar.gz) = 5414049 bytes
 SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c
 SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0
 SHA1 (patch-configure) = e9c8afff997485ec6e363d52744c7446c447f293



Home | Main Index | Thread Index | Old Index