View | Details | Raw Unified | Return to bug 248954
Collapse All | Expand All

(-)fetchmail/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME?=	fetchmail
4
PORTNAME?=	fetchmail
5
DISTVERSION=	6.4.8
5
DISTVERSION=	6.4.10
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
# The next line is inherited by the fetchmailconf slave port,
7
# The next line is inherited by the fetchmailconf slave port,
8
# do NOT replace fetchmail by ${PORTNAME}
8
# do NOT replace fetchmail by ${PORTNAME}
Lines 17-23 Link Here
17
.if empty(MASTERDIR)
17
.if empty(MASTERDIR)
18
CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
18
CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
19
19
20
USES=		cpe gmake tar:lz ssl
20
USES=		cpe gmake tar:xz ssl
21
21
22
USERS=		${PORTNAME}
22
USERS=		${PORTNAME}
23
GROUPS=		${USERS}
23
GROUPS=		${USERS}
(-)fetchmail/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592159098
1
TIMESTAMP = 1598559426
2
SHA256 (fetchmail-6.4.8.tar.lz) = d8e03112a4067e0bf930cba7da20de82d970ad657efa1aeb7fe4e35229cb0ce1
2
SHA256 (fetchmail-6.4.10.tar.xz) = dbbefd43b8a8ac0517b817fdb63629d321e53fd63143b92d117bbd7d91d7b25e
3
SIZE (fetchmail-6.4.8.tar.lz) = 1280078
3
SIZE (fetchmail-6.4.10.tar.xz) = 1302656
(-)fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f (-7 / +8 lines)
Lines 16-29 Link Here
16
 pop3.c      | 4 ++--
16
 pop3.c      | 4 ++--
17
 8 files changed, 18 insertions(+), 10 deletions(-)
17
 8 files changed, 18 insertions(+), 10 deletions(-)
18
18
19
diff --git a/NEWS b/NEWS
19
diff -up work/fetchmail-6.4.10/NEWS.orig work/fetchmail-6.4.10/NEWS
20
index c01f9df9..9485edca 100644
21
--- a/NEWS
20
--- a/NEWS
22
+++ b/NEWS
21
+++ b/NEWS
23
@@ -63,5 +63,12 @@
22
@@ -63,7 +63,13 @@ removed from a 6.5.0 or newer release.)
23
 * Fetchmail does not guarantee compatibility with EOL OpenSSL versions. Support
24
   for end-of-life OpenSSL versions may be removed even from patchlevel releases.
24
 
25
 
25
 --------------------------------------------------------------------------------
26
----------------------------------------------------------------------------------
26
 
27
+--------------------------------------------------------------------------------
27
+## BUG FIXES
28
+## BUG FIXES
28
+* fetchmail can now report mailbox sizes of 2^31 octets and beyond.
29
+* fetchmail can now report mailbox sizes of 2^31 octets and beyond.
29
+  This requires C99 support (for the long long type).
30
+  This requires C99 support (for the long long type).
Lines 30-38 Link Here
30
+  Fixes Debian Bug#873668, reported by Andreas Schmidt.
31
+  Fixes Debian Bug#873668, reported by Andreas Schmidt.
31
+
32
+
32
+--------------------------------------------------------------------------------
33
+--------------------------------------------------------------------------------
33
+
34
 fetchmail-6.4.10 (released 2020-08-27, 27596 LoC):
34
 fetchmail-6.4.1 (released 2019-09-28, 27473 LoC):
35
 
35
 
36
 # REGRESSION FIX:
36
diff --git a/driver.c b/driver.c
37
diff --git a/driver.c b/driver.c
37
index d21a32ab..a5033729 100644
38
index d21a32ab..a5033729 100644
38
--- a/driver.c
39
--- a/driver.c
(-)fetchmail/pkg-plist (+1 lines)
Lines 17-22 Link Here
17
%%NLS%%share/locale/nl/LC_MESSAGES/fetchmail.mo
17
%%NLS%%share/locale/nl/LC_MESSAGES/fetchmail.mo
18
%%NLS%%share/locale/pl/LC_MESSAGES/fetchmail.mo
18
%%NLS%%share/locale/pl/LC_MESSAGES/fetchmail.mo
19
@comment %%NLS%%share/locale/pt_BR/LC_MESSAGES/fetchmail.mo
19
@comment %%NLS%%share/locale/pt_BR/LC_MESSAGES/fetchmail.mo
20
%%NLS%%share/locale/ro/LC_MESSAGES/fetchmail.mo
20
%%NLS%%share/locale/ru/LC_MESSAGES/fetchmail.mo
21
%%NLS%%share/locale/ru/LC_MESSAGES/fetchmail.mo
21
@comment %%NLS%%share/locale/sk/LC_MESSAGES/fetchmail.mo
22
@comment %%NLS%%share/locale/sk/LC_MESSAGES/fetchmail.mo
22
%%NLS%%share/locale/sq/LC_MESSAGES/fetchmail.mo
23
%%NLS%%share/locale/sq/LC_MESSAGES/fetchmail.mo
(-)fetchmailconf/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		fetchmail>=${PORTVERSION}:mail/fetchmail
18
		fetchmail>=${PORTVERSION}:mail/fetchmail
19
RUN_DEPENDS+=	${BUILD_DEPENDS}
19
RUN_DEPENDS+=	${BUILD_DEPENDS}
20
20
21
USES=		python shebangfix tar:lz
21
USES=		python shebangfix tar:xz
22
USE_PYTHON=	py3kplist
22
USE_PYTHON=	py3kplist
23
23
24
FILESDIR=	${.CURDIR}/files
24
FILESDIR=	${.CURDIR}/files

Return to bug 248954