pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/fetchmail fetchmail: Update to 6.4.30
details: https://anonhg.NetBSD.org/pkgsrc/rev/0182f7648593
branches: trunk
changeset: 379960:0182f7648593
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Thu May 26 06:18:23 2022 +0000
description:
fetchmail: Update to 6.4.30
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]
diffstat:
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(-)
diffs (73 lines):
diff -r 68027aab662d -r 0182f7648593 mail/fetchmail/Makefile
--- a/mail/fetchmail/Makefile Wed May 25 21:55:33 2022 +0000
+++ b/mail/fetchmail/Makefile Thu May 26 06:18:23 2022 +0000
@@ -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 -r 68027aab662d -r 0182f7648593 mail/fetchmail/distinfo
--- a/mail/fetchmail/distinfo Wed May 25 21:55:33 2022 +0000
+++ b/mail/fetchmail/distinfo Thu May 26 06:18:23 2022 +0000
@@ -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 -r 68027aab662d -r 0182f7648593 mail/fetchmail/patches/patch-Makefile.in
--- a/mail/fetchmail/patches/patch-Makefile.in Wed May 25 21:55:33 2022 +0000
+++ b/mail/fetchmail/patches/patch-Makefile.in Thu May 26 06:18:23 2022 +0000
@@ -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 -r 68027aab662d -r 0182f7648593 mail/fetchmail/patches/patch-configure
--- a/mail/fetchmail/patches/patch-configure Wed May 25 21:55:33 2022 +0000
+++ b/mail/fetchmail/patches/patch-configure Thu May 26 06:18:23 2022 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index