Date: Thu, 11 Mar 2021 22:17:08 +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: r568138 - head/mail/fetchmail Message-ID: <202103112217.12BMH8kx079190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Mar 11 22:17:07 2021 New Revision: 568138 URL: https://svnweb.freebsd.org/changeset/ports/568138 Log: mail/fetchmail: fetchmailconf: update to 6.4.17 (minor fixes, Japanese translation) # BUG FIXES * IMAP client: plus memory leaks for username and password when trying the LOGIN (password-based) authentication and encountered a timeout situation. * dist-tools/getstats.py: also counts lines in *.py files [for NEWS file] # CHANGES * fetchmail.man: now mentions that you may need to add --ssl when specifying a TLS-wrapped port. * fetchmailconf: --version (-V) now prints the Python version in use. # TRANSLATION UPDATE * ja: Takeshi Hamasaki [Japanese] PR: 254208 Approved by: Corey Halpin (maintainer) MFH: 2021Q1 Modified: head/mail/fetchmail/Makefile head/mail/fetchmail/distinfo Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Thu Mar 11 22:00:06 2021 (r568137) +++ head/mail/fetchmail/Makefile Thu Mar 11 22:17:07 2021 (r568138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.16 +DISTVERSION= 6.4.17 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 Thu Mar 11 22:00:06 2021 (r568137) +++ head/mail/fetchmail/distinfo Thu Mar 11 22:17:07 2021 (r568138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612967656 -SHA256 (fetchmail-6.4.16.tar.xz) = 044b9a0ac03afbae7744979defe3e2e32e39141bca68fd0c8deda2ed40884fb9 -SIZE (fetchmail-6.4.16.tar.xz) = 1316660 +TIMESTAMP = 1615413187 +SHA256 (fetchmail-6.4.17.tar.xz) = a41bcdf11b41aa0682b259aee4717c617c15dadd43fa008b2ed38b770f4d50c6 +SIZE (fetchmail-6.4.17.tar.xz) = 1316944
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103112217.12BMH8kx079190>