aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f')
-rw-r--r--mail/fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f15
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f b/mail/fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f
index e6d1a227e22a..3c6d085a19c9 100644
--- a/mail/fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f
+++ b/mail/fetchmail/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f
@@ -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