pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   tron
Date:           Fri Nov 20 18:10:45 UTC 2020

Modified Files:
        pkgsrc/mail/mutt: Makefile distinfo

Log Message:
mutt: Update to version 2.0.2

This is an important bug fix release, addressing CVE-2020-28896.  Mutt had
incorrect error handling when initially connecting to an IMAP server, which
could result in an attempt to authenticate without enabling TLS.


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/mail/mutt/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/mail/mutt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.237 pkgsrc/mail/mutt/Makefile:1.238
--- pkgsrc/mail/mutt/Makefile:1.237     Sun Nov 15 08:04:53 2020
+++ pkgsrc/mail/mutt/Makefile   Fri Nov 20 18:10:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.237 2020/11/15 08:04:53 tron Exp $
+# $NetBSD: Makefile,v 1.238 2020/11/20 18:10:45 tron Exp $
 
-DISTNAME=              mutt-2.0.1
+DISTNAME=              mutt-2.0.2
 CATEGORIES=            mail
 MASTER_SITES=          http://ftp.mutt.org/pub/mutt/
 

Index: pkgsrc/mail/mutt/distinfo
diff -u pkgsrc/mail/mutt/distinfo:1.88 pkgsrc/mail/mutt/distinfo:1.89
--- pkgsrc/mail/mutt/distinfo:1.88      Sun Nov 15 08:04:53 2020
+++ pkgsrc/mail/mutt/distinfo   Fri Nov 20 18:10:45 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.88 2020/11/15 08:04:53 tron Exp $
+$NetBSD: distinfo,v 1.89 2020/11/20 18:10:45 tron Exp $
 
-SHA1 (mutt-2.0.1.tar.gz) = 7ac1f00a540d6ce36154f7373acdb43f91f4d38d
-RMD160 (mutt-2.0.1.tar.gz) = 680819332ed976b54f85d8ea4117b13c542141b1
-SHA512 (mutt-2.0.1.tar.gz) = 1930c1470972f74a422d3f609263a5eac1e29938de8eb1bb33b89d4f0aff8757610f155d7dddd1e5ddf769f14132027720523b25a5a513b68c849288e9b21e0b
-Size (mutt-2.0.1.tar.gz) = 5287888 bytes
+SHA1 (mutt-2.0.2.tar.gz) = 8f631ab3743fb80e618adf4ceb2e890ecac0757e
+RMD160 (mutt-2.0.2.tar.gz) = 178282f2a87cce12351ac01fd15959ad704367f9
+SHA512 (mutt-2.0.2.tar.gz) = 5dea02edf60b33e4873806481aa4256f91d90b05de99a9eccc620c459bd924197b656f85eb5a31757a61675389e6c4d76571128a757cfda255240934e82eec29
+Size (mutt-2.0.2.tar.gz) = 5293613 bytes
 SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c
 SHA1 (patch-color.c) = 69964830c13d4113e78a19539aad1e560825182a
 SHA1 (patch-configure) = cbd7ff52b0b358fff41988d286267046f56ee8d5



Home | Main Index | Thread Index | Old Index