From owner-svn-ports-all@freebsd.org Fri Sep 27 18:15:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6D0A129495; Fri, 27 Sep 2019 18:15:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46g0Mb4TDgz47Qy; Fri, 27 Sep 2019 18:15:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 797B41CCDE; Fri, 27 Sep 2019 18:15:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8RIFNOe011093; Fri, 27 Sep 2019 18:15:23 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8RIFMBC011091; Fri, 27 Sep 2019 18:15:22 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201909271815.x8RIFMBC011091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 27 Sep 2019 18:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513052 - in head/mail/fetchmail64: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/mail/fetchmail64: . files X-SVN-Commit-Revision: 513052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2019 18:15:24 -0000 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-87626c2707cc0d82e49e160ab3c85430ff33534f Modified: head/mail/fetchmail64/Makefile ============================================================================== --- head/mail/fetchmail64/Makefile Fri Sep 27 17:56:27 2019 (r513051) +++ head/mail/fetchmail64/Makefile Fri Sep 27 18:15:22 2019 (r513052) @@ -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 (r513051) +++ head/mail/fetchmail64/distinfo Fri Sep 27 18:15:22 2019 (r513052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567385499 -SHA256 (fetchmail-6.4.0.rc4.tar.xz) = e41fdfdb02abe344710bf1c980ea11ebe5590eaededb57b026c2df3b6a6592d3 -SIZE (fetchmail-6.4.0.rc4.tar.xz) = 1254560 +TIMESTAMP = 1569608102 +SHA256 (fetchmail-6.4.0.tar.xz) = 8b30e2e43744be3b7caa6490dc969630dae59dfcc65d508bddc43b1463193072 +SIZE (fetchmail-6.4.0.tar.xz) = 1254984 Modified: head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f ============================================================================== --- head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f Fri Sep 27 17:56:27 2019 (r513051) +++ head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f 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