diff options
author | triaxx <triaxx@pkgsrc.org> | 2022-01-24 11:56:59 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2022-01-24 11:56:59 +0000 |
commit | 8399a59ba1173abf8ec3583bba6b3bb866ec554c (patch) | |
tree | 1b94a275cd03949828951f92553ef09e61cc9730 /mail/fetchmail | |
parent | ac67cead00c6a2aa891f9f19022d5dc735748001 (diff) | |
download | pkgsrc-8399a59ba1173abf8ec3583bba6b3bb866ec554c.tar.gz |
fetchmail: Update to 6.4.26
upstream changes:
-----------------
fetchmail-6.4.26 (released 2021-12-26, 31661 LoC):
# FIXES:
* When using wolfSSL 5.0.0, work around a bug that appears to hit wolfSSL when
receiving handshake records while still in SSL_peek(). Workaround is to read
1 byte and cache it, then call SSL_peek() again.
This affects only some servers. https://github.com/wolfSSL/wolfssl/issues/4593
# TRANSLATIONS: language translations were updated by this fine person:
* sr: Мирослав Николић (Miroslav Nikolić) [Serbian]
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 63ad9acfc28..f0c53b6d1e8 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.201 2021/12/26 15:28:10 triaxx Exp $ +# $NetBSD: Makefile,v 1.202 2022/01/24 11:56:59 triaxx Exp $ # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds. -DISTNAME= fetchmail-6.4.25 +DISTNAME= fetchmail-6.4.26 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} EXTRACT_SUFX= .tar.xz diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index cee74c657fb..64d510410eb 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.62 2021/12/26 15:28:10 triaxx Exp $ +$NetBSD: distinfo,v 1.63 2022/01/24 11:56:59 triaxx Exp $ -BLAKE2s (fetchmail-6.4.25.tar.xz) = 042b4b0a4aafb7ffde80e0b0cbd08c8754898919b2f78f9d6c729016a5e385ad -SHA512 (fetchmail-6.4.25.tar.xz) = 33adbcc1d46f4260a8e74e2a8d2375086374ffa403f7b73a9583db2bfce1319b39d8cceb5127201704344444df5fc33b91097dc0060fa76cb07128889db27434 -Size (fetchmail-6.4.25.tar.xz) = 1343360 bytes +BLAKE2s (fetchmail-6.4.26.tar.xz) = 4f8a514af2a3370f503bfdf3366607a274ef2da21eaf8e8cbb58d0c4b51cde11 +SHA512 (fetchmail-6.4.26.tar.xz) = 9f591e2570db0c3f4ff51244d0c912f9f763ad9c44c9e8e182d0bedb424e27fa5ad1bdc1633b9b73122c0232713d42ae70c5199a83cb8d6de94ce3eedc3e152f +Size (fetchmail-6.4.26.tar.xz) = 1341208 bytes SHA1 (patch-Makefile.in) = 9cd2053a7c8bbbf6f71fcee03e33c0d29d235c4e SHA1 (patch-configure) = f5db59db380755d8b9fc8f75e723fd729ca06c30 SHA1 (patch-configure.ac) = 9ff885f7d40a749f628d35a8408b1860f8017362 |