mail/fetchmail: update to 6.4.10
while here, switch distfile back to xz format and update the > 2^31 "long long" fix so it patches the right place of the NEWS file. - adds Romanian translation - minor manual page fix to add "MD5" hash to sslfingerprint documentation PR: 248954 Approved by: Corey Halpin (maintainer)
This commit is contained in:
parent
588c640437
commit
1f4ac50a50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546739
5 changed files with 15 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= fetchmail
|
||||
DISTVERSION= 6.4.8
|
||||
DISTVERSION= 6.4.10
|
||||
CATEGORIES= mail
|
||||
# The next line is inherited by the fetchmailconf slave port,
|
||||
# do NOT replace fetchmail by ${PORTNAME}
|
||||
|
@ -17,7 +17,7 @@ LICENSE_COMB= dual
|
|||
.if empty(MASTERDIR)
|
||||
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
|
||||
USES= cpe gmake tar:lz ssl
|
||||
USES= cpe gmake tar:xz ssl
|
||||
|
||||
USERS= ${PORTNAME}
|
||||
GROUPS= ${USERS}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1592159098
|
||||
SHA256 (fetchmail-6.4.8.tar.lz) = d8e03112a4067e0bf930cba7da20de82d970ad657efa1aeb7fe4e35229cb0ce1
|
||||
SIZE (fetchmail-6.4.8.tar.lz) = 1280078
|
||||
TIMESTAMP = 1598559426
|
||||
SHA256 (fetchmail-6.4.10.tar.xz) = dbbefd43b8a8ac0517b817fdb63629d321e53fd63143b92d117bbd7d91d7b25e
|
||||
SIZE (fetchmail-6.4.10.tar.xz) = 1302656
|
||||
|
|
|
@ -16,23 +16,24 @@ This requires C99's new long long type.
|
|||
pop3.c | 4 ++--
|
||||
8 files changed, 18 insertions(+), 10 deletions(-)
|
||||
|
||||
diff --git a/NEWS b/NEWS
|
||||
index c01f9df9..9485edca 100644
|
||||
diff -up work/fetchmail-6.4.10/NEWS.orig work/fetchmail-6.4.10/NEWS
|
||||
--- a/NEWS
|
||||
+++ b/NEWS
|
||||
@@ -63,5 +63,12 @@
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
@@ -63,7 +63,13 @@ removed from a 6.5.0 or newer release.)
|
||||
* Fetchmail does not guarantee compatibility with EOL OpenSSL versions. Support
|
||||
for end-of-life OpenSSL versions may be removed even from patchlevel releases.
|
||||
|
||||
----------------------------------------------------------------------------------
|
||||
+--------------------------------------------------------------------------------
|
||||
+## BUG FIXES
|
||||
+* fetchmail can now report mailbox sizes of 2^31 octets and beyond.
|
||||
+ This requires C99 support (for the long long type).
|
||||
+ Fixes Debian Bug#873668, reported by Andreas Schmidt.
|
||||
+
|
||||
+--------------------------------------------------------------------------------
|
||||
+
|
||||
fetchmail-6.4.1 (released 2019-09-28, 27473 LoC):
|
||||
fetchmail-6.4.10 (released 2020-08-27, 27596 LoC):
|
||||
|
||||
# REGRESSION FIX:
|
||||
diff --git a/driver.c b/driver.c
|
||||
index d21a32ab..a5033729 100644
|
||||
--- a/driver.c
|
||||
|
|
|
@ -17,6 +17,7 @@ man/man1/fetchmail.1.gz
|
|||
%%NLS%%share/locale/nl/LC_MESSAGES/fetchmail.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/fetchmail.mo
|
||||
@comment %%NLS%%share/locale/pt_BR/LC_MESSAGES/fetchmail.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/fetchmail.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/fetchmail.mo
|
||||
@comment %%NLS%%share/locale/sk/LC_MESSAGES/fetchmail.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/fetchmail.mo
|
||||
|
|
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FL
|
|||
fetchmail>=${PORTVERSION}:mail/fetchmail
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python shebangfix tar:lz
|
||||
USES= python shebangfix tar:xz
|
||||
USE_PYTHON= py3kplist
|
||||
|
||||
FILESDIR= ${.CURDIR}/files
|
||||
|
|
Loading…
Reference in a new issue