From 7d764495992af9640e54a1e2b684889807ec7ac9 Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 26 May 2022 06:18:23 +0000 Subject: fetchmail: Update to 6.4.30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upstream changes: ----------------- fetchmail-6.4.30 (released 2022-04-26, 31666 LoC): # BREAKING CHANGES: * Bump wolfSSL minimum required version to 5.2.0 to pull in security fix. # CHANGES: * Using OpenSSL 1.* before 1.1.1n elicits a compile-time warning. * Using OpenSSL 3.* before 3.0.2 elicits a compile-time warning. * configure.ac was tweaked in order to hopefully fix cross-compilation issues report, and different patch suggested, by Fabrice Fontaine, https://gitlab.com/fetchmail/fetchmail/-/merge_requests/42 # TRANSLATIONS: language translations were updated by this fine person: * ro: Remus-Gabriel Chelu [Romanian] -------------------------------------------------------------------------------- fetchmail-6.4.29 (released 2022-03-20, 31661 LoC): # TRANSLATIONS: language translations were updated by this fine person: * vi: Trần Ngọc Quân [Vietnamese] -------------------------------------------------------------------------------- fetchmail-6.4.28 (released 2022-03-05, 31661 LoC): # DOCUMENTATION: * Fix a typo in the manual page, courtesy of Jeremy Petch. # TRANSLATIONS: language translations were updated by this fine person: * es: Cristian Othón Martínez Vera [Spanish] --- mail/fetchmail/Makefile | 4 ++-- mail/fetchmail/distinfo | 12 ++++++------ mail/fetchmail/patches/patch-Makefile.in | 4 ++-- mail/fetchmail/patches/patch-configure | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index fd95a480876..c2a0d4331db 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.203 2022/01/31 14:12:59 triaxx Exp $ +# $NetBSD: Makefile,v 1.204 2022/05/26 06:18:23 triaxx Exp $ # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds. -DISTNAME= fetchmail-6.4.27 +DISTNAME= fetchmail-6.4.30 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} EXTRACT_SUFX= .tar.xz diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index aee44c97ae4..90442d91d3c 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.64 2022/01/31 14:12:59 triaxx Exp $ +$NetBSD: distinfo,v 1.65 2022/05/26 06:18:23 triaxx Exp $ -BLAKE2s (fetchmail-6.4.27.tar.xz) = af54b04c657010610037c27c3fb2b7fbbbdba1f48e1570d2c83928ee4906a75e -SHA512 (fetchmail-6.4.27.tar.xz) = 75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f -Size (fetchmail-6.4.27.tar.xz) = 1326668 bytes -SHA1 (patch-Makefile.in) = 42e8d334decf561901b1842fa0bbbef7a0228061 -SHA1 (patch-configure) = c4c6aa5c4adaad02151bb8d64bbe7875f37e2289 +BLAKE2s (fetchmail-6.4.30.tar.xz) = 148763089ad7e19584e50aec9d232b7bfb705221f353ddebc331f7da4b7dfb3b +SHA512 (fetchmail-6.4.30.tar.xz) = 0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0 +Size (fetchmail-6.4.30.tar.xz) = 1333524 bytes +SHA1 (patch-Makefile.in) = 599e4eaada7466165ad8dbe41671b4ee46c0469d +SHA1 (patch-configure) = 00384d048361bdb9e8244148e729242251540bb3 SHA1 (patch-configure.ac) = 7cf2e63e2df2836417eca0ad34fa846f9af003fb diff --git a/mail/fetchmail/patches/patch-Makefile.in b/mail/fetchmail/patches/patch-Makefile.in index 476f0c53785..d2617ca7589 100644 --- a/mail/fetchmail/patches/patch-Makefile.in +++ b/mail/fetchmail/patches/patch-Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-Makefile.in,v 1.4 2022/01/31 14:12:59 triaxx Exp $ +$NetBSD: patch-Makefile.in,v 1.5 2022/05/26 06:18:23 triaxx Exp $ Even with disabled python, wrapper around fetchmailconf.py and its manpage is installed. --- Makefile.in.orig 2019-09-28 10:37:51.000000000 +0000 +++ Makefile.in -@@ -822,10 +822,10 @@ AM_YFLAGS = -d +@@ -823,10 +823,10 @@ AM_YFLAGS = -d # without building a few dozen other files first. BUILT_SOURCES = rcfile_y.h socket.$(OBJEXT) dist_noinst_SCRIPTS = specgen.sh diff --git a/mail/fetchmail/patches/patch-configure b/mail/fetchmail/patches/patch-configure index 8777a11f6e3..5dbfaa5c321 100644 --- a/mail/fetchmail/patches/patch-configure +++ b/mail/fetchmail/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.2 2022/01/31 14:12:59 triaxx Exp $ +$NetBSD: patch-configure,v 1.3 2022/05/26 06:18:23 triaxx Exp $ krb5-config errors out unless you give it a library to look for --- configure.orig 2020-09-04 08:19:51.000000000 +0000 +++ configure -@@ -10975,7 +10975,7 @@ $as_echo "#define KERBEROS_V5 1" >>confd +@@ -10976,7 +10976,7 @@ $as_echo "#define KERBEROS_V5 1" >>confd CFLAGS="$CFLAGS -I/usr/include/kerberosV" LIBS="$LIBS -lasn1 -lkrb5 -lcom_err -lkafs" @@ -13,7 +13,7 @@ krb5-config errors out unless you give it a library to look for krb5_prefix=`krb5-config --prefix krb5` { $as_echo "$as_me:${as_lineno-$LINENO}: result: krb5-config points to kerberosV under $krb5_prefix" >&5 $as_echo "krb5-config points to kerberosV under $krb5_prefix" >&6; } -@@ -11323,7 +11323,7 @@ $as_echo "krb4-config points to kerberos +@@ -11324,7 +11324,7 @@ $as_echo "krb4-config points to kerberos CFLAGS="$CFLAGS `krb4-config --cflags`" LIBS="$LIBS `krb4-config --libs`" KERBEROS_V4=1 -- cgit v1.2.3