Date: Fri, 27 Sep 2019 13:19:19 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Matthias Andree <mandree@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513052 - in head/mail/fetchmail64: . files Message-ID: <201909272019.x8RKJJpC075373@slippy.cwsent.com> In-Reply-To: <201909271815.x8RIFMBC011091@repo.freebsd.org> References: <201909271815.x8RIFMBC011091@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201909271815.x8RIFMBC011091@repo.freebsd.org>, Matthias Andree writ es: > Author: mandree > Date: Fri Sep 27 18:15:22 2019 > New Revision: 513052 > URL: https://svnweb.freebsd.org/changeset/ports/513052 > > Log: > Upgrade to fetchmail 6.4.0 release. > > Over rc4, this contains one bugfix to permit FETCHMAILHOME > to be a relative path in daemon mode. > > Modified: > head/mail/fetchmail64/Makefile > head/mail/fetchmail64/distinfo > head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff335 > 34f > > Modified: head/mail/fetchmail64/Makefile > ============================================================================= > = > --- head/mail/fetchmail64/Makefile Fri Sep 27 17:56:27 2019 (r51305 > 1) > +++ head/mail/fetchmail64/Makefile Fri Sep 27 18:15:22 2019 (r51305 > 2) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME?= fetchmail > -DISTVERSION= 6.4.0.rc4 > +DISTVERSION= 6.4.0 > CATEGORIES= mail ipv6 > MASTER_SITES= SF/${PORTNAME}/branch_6.4/ > PKGNAMESUFFIX= 64 > > Modified: head/mail/fetchmail64/distinfo > ============================================================================= > = > --- head/mail/fetchmail64/distinfo Fri Sep 27 17:56:27 2019 (r51305 > 1) > +++ head/mail/fetchmail64/distinfo Fri Sep 27 18:15:22 2019 (r51305 > 2) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1567385499 > -SHA256 (fetchmail-6.4.0.rc4.tar.xz) = e41fdfdb02abe344710bf1c980ea11ebe5590e > aededb57b026c2df3b6a6592d3 > -SIZE (fetchmail-6.4.0.rc4.tar.xz) = 1254560 > +TIMESTAMP = 1569608102 > +SHA256 (fetchmail-6.4.0.tar.xz) = 8b30e2e43744be3b7caa6490dc969630dae59dfcc6 > 5d508bddc43b1463193072 > +SIZE (fetchmail-6.4.0.tar.xz) = 1254984 > > Modified: head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85 > 430ff33534f > ============================================================================= > = > --- head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff3 > 3534f Fri Sep 27 17:56:27 2019 (r513051) > +++ head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff3 > 3534f Fri Sep 27 18:15:22 2019 (r513052) > @@ -20,10 +20,10 @@ diff --git a/NEWS b/NEWS > index c01f9df9..9485edca 100644 > --- a/NEWS > +++ b/NEWS > -@@ -80,6 +80,13 @@ fetchmail-6.5.0 (not yet released): > - The libesmtp/getaddrinfo.? library has been removed from the distribution > . > - The KAME/getnameinfo.c file has been removed from the distribution. > +@@ -63,6 +63,13 @@ > > + --------------------------------------------------------------------------- > ----- > + > +## BUG FIXES > +* fetchmail can now report mailbox sizes of 2^31 octets and beyond. > + This requires C99 support (for the long long type). > @@ -31,7 +31,7 @@ index c01f9df9..9485edca 100644 > + > +--------------------------------------------------------------------------- > ----- > + > - fetchmail-6.4.0 (not yet released): > + fetchmail-6.4.0 (released 2019-09-27, 27429 LoC): > > # NOTE THAT FETCHMAIL IS NO LONGER PUBLISHED THROUGH IBIBLIO. > diff --git a/driver.c b/driver.c > This new release of fetchmail is borked. It fails to connect to anything, producing the error message "no mailservers have been specified". I don't know why yet. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909272019.x8RKJJpC075373>