svn commit: r568139 - branches/2021Q1/mail/fetchmail

Matthias Andree mandree at FreeBSD.org
Thu Mar 11 22:20:23 UTC 2021


Author: mandree
Date: Thu Mar 11 22:20:22 2021
New Revision: 568139
URL: https://svnweb.freebsd.org/changeset/ports/568139

Log:
  MFH: r564925 r568138
  
  mail/fetchmail and mail/fetchmailconf: Update to 6.4.16
  
  PR:		253423
  Submitted by:	Corey Halpin <chalpin AT cs.wisc DOT edu> (maintainer)
  
  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)
  
  ChangeLog: https://gitlab.com/fetchmail/fetchmail/-/blob/66ae17e72ca9f1e92b7690b0d846fa8df603e7c3/NEWS#L85

Modified:
  branches/2021Q1/mail/fetchmail/Makefile
  branches/2021Q1/mail/fetchmail/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/mail/fetchmail/Makefile
==============================================================================
--- branches/2021Q1/mail/fetchmail/Makefile	Thu Mar 11 22:17:07 2021	(r568138)
+++ branches/2021Q1/mail/fetchmail/Makefile	Thu Mar 11 22:20:22 2021	(r568139)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	fetchmail
-DISTVERSION=	6.4.14
+DISTVERSION=	6.4.17
 CATEGORIES=	mail
 # The next line is inherited by the fetchmailconf slave port,
 # do NOT replace fetchmail by ${PORTNAME}

Modified: branches/2021Q1/mail/fetchmail/distinfo
==============================================================================
--- branches/2021Q1/mail/fetchmail/distinfo	Thu Mar 11 22:17:07 2021	(r568138)
+++ branches/2021Q1/mail/fetchmail/distinfo	Thu Mar 11 22:20:22 2021	(r568139)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608443516
-SHA256 (fetchmail-6.4.14.tar.xz) = 424707390f7cdc6d16db4887931117f2242873846b28cc1d0ae1c0ecf158bdcb
-SIZE (fetchmail-6.4.14.tar.xz) = 1309352
+TIMESTAMP = 1615413187
+SHA256 (fetchmail-6.4.17.tar.xz) = a41bcdf11b41aa0682b259aee4717c617c15dadd43fa008b2ed38b770f4d50c6
+SIZE (fetchmail-6.4.17.tar.xz) = 1316944


More information about the svn-ports-all mailing list