Date: Fri, 4 Sep 2020 16:04:52 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547549 - head/mail/fetchmail Message-ID: <202009041604.084G4qPc014839@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri Sep 4 16:04:52 2020 New Revision: 547549 URL: https://svnweb.freebsd.org/changeset/ports/547549 Log: mail/fetchmail: update to 6.4.12 (regression fixes) Fixes these regressions: - Misleading false complaints that TLSv1.3 support were missing from the system but still auto-negotiating it (broken in 6.4.9, fixed in 6.4.11). - README contained NEWS fragments (broken since c. 1 year/c. 6.4.2, fixed in 6.4.12) instead of the actual contents. (This was also the reason to skip 6.4.11). For the potential MFH 6.4.8 -> 6.4.12, 6.4.9 also adds to the manual page which has is used for fingerprints, MD5, and adds a Romanian-language translation by Florentina Musat. PR: 249009 Approved by: Corey Halpin (maintainer) MFH: 2020Q3 (manpage, README fixes, added translation) Modified: head/mail/fetchmail/Makefile head/mail/fetchmail/distinfo Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Fri Sep 4 15:59:35 2020 (r547548) +++ head/mail/fetchmail/Makefile Fri Sep 4 16:04:52 2020 (r547549) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.10 +DISTVERSION= 6.4.12 CATEGORIES= mail # The next line is inherited by the fetchmailconf slave port, # do NOT replace fetchmail by ${PORTNAME} Modified: head/mail/fetchmail/distinfo ============================================================================== --- head/mail/fetchmail/distinfo Fri Sep 4 15:59:35 2020 (r547548) +++ head/mail/fetchmail/distinfo Fri Sep 4 16:04:52 2020 (r547549) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598559426 -SHA256 (fetchmail-6.4.10.tar.xz) = dbbefd43b8a8ac0517b817fdb63629d321e53fd63143b92d117bbd7d91d7b25e -SIZE (fetchmail-6.4.10.tar.xz) = 1302656 +TIMESTAMP = 1599207773 +SHA256 (fetchmail-6.4.12.tar.xz) = 2b84e0971dbf683ec7edd313f9218adbc7dc51c1de9825b3b549bf619c1a4887 +SIZE (fetchmail-6.4.12.tar.xz) = 1303532
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009041604.084G4qPc014839>