pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/fetchmail



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Oct 16 20:34:30 UTC 2022

Modified Files:
        pkgsrc/mail/fetchmail: Makefile distinfo
        pkgsrc/mail/fetchmail/patches: patch-configure patch-configure.ac

Log Message:
fetchmail: Update to 6.4.34

upstream changes:
-----------------
fetchmail-6.4.34 (released 2022-10-15, 31701 LoC):

# CRITICAL BUG FIXES:
* When an SMTP receiver refuses delivery, a message would be deleted from
  the mail store in spite of a softbounce option that is enabled.
  Bug report, analysis and patch by Horváth Zsolt. Gitlab, fixes #50.

# BUILD NOTE:
* If you are reusing config.cache from prior builds, this may cause
  issues with finding Python or some libraries.  In case of trouble,
  remove config.cache and retry.

# TRANSLATIONS: language translations were updated by this fine person:
* sr:    Мирослав Николић (Miroslav Nikolić) [Serbian]


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/mail/fetchmail/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/mail/fetchmail/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/fetchmail/patches/patch-configure
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/fetchmail/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/fetchmail/Makefile
diff -u pkgsrc/mail/fetchmail/Makefile:1.205 pkgsrc/mail/fetchmail/Makefile:1.206
--- pkgsrc/mail/fetchmail/Makefile:1.205        Thu Sep 29 19:26:55 2022
+++ pkgsrc/mail/fetchmail/Makefile      Sun Oct 16 20:34:30 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.205 2022/09/29 19:26:55 triaxx Exp $
+# $NetBSD: Makefile,v 1.206 2022/10/16 20:34:30 triaxx Exp $
 
 # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds.
-DISTNAME=      fetchmail-6.4.33
+DISTNAME=      fetchmail-6.4.34
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fetchmail/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/fetchmail/distinfo
diff -u pkgsrc/mail/fetchmail/distinfo:1.66 pkgsrc/mail/fetchmail/distinfo:1.67
--- pkgsrc/mail/fetchmail/distinfo:1.66 Thu Sep 29 19:26:55 2022
+++ pkgsrc/mail/fetchmail/distinfo      Sun Oct 16 20:34:30 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.66 2022/09/29 19:26:55 triaxx Exp $
+$NetBSD: distinfo,v 1.67 2022/10/16 20:34:30 triaxx Exp $
 
-BLAKE2s (fetchmail-6.4.33.tar.xz) = bdf79c2dc68ecd5f943143eab202a6a6940c3a233c248734e1a2f6ebafe94005
-SHA512 (fetchmail-6.4.33.tar.xz) = b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac
-Size (fetchmail-6.4.33.tar.xz) = 1330708 bytes
+BLAKE2s (fetchmail-6.4.34.tar.xz) = 74fe51b5154afa3835e1cad2423fd380c091ce21630922a0df287f941d8e8f34
+SHA512 (fetchmail-6.4.34.tar.xz) = 5ebb11dad48736647c879a81826a57719978029833254b67df6bd571842bcfe552589d49161e55b22a565728902558ace6fec9d9783392383da1a3150fb677b6
+Size (fetchmail-6.4.34.tar.xz) = 1331428 bytes
 SHA1 (patch-Makefile.in) = b2300fc13e0d748ce90b37503a0e1a4e450b7d02
-SHA1 (patch-configure) = cb5174b911bfe93a0a33e7088c6aa2a92ee81471
-SHA1 (patch-configure.ac) = 1b6304098ffd0b697069e38727e99ddaa3bf6354
+SHA1 (patch-configure) = aaa7b0b10e59ffa502cce77a010b7e1cfe697507
+SHA1 (patch-configure.ac) = a0c68ac2dea55e8017946a6db78cb44668f78218

Index: pkgsrc/mail/fetchmail/patches/patch-configure
diff -u pkgsrc/mail/fetchmail/patches/patch-configure:1.4 pkgsrc/mail/fetchmail/patches/patch-configure:1.5
--- pkgsrc/mail/fetchmail/patches/patch-configure:1.4   Thu Sep 29 19:26:56 2022
+++ pkgsrc/mail/fetchmail/patches/patch-configure       Sun Oct 16 20:34:30 2022
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.4 2022/09/29 19:26:56 triaxx Exp $
+$NetBSD: patch-configure,v 1.5 2022/10/16 20:34:30 triaxx Exp $
 
 krb5-config errors out unless you give it a library to look for
 
 --- configure.orig     2022-08-27 07:08:20.000000000 +0000
 +++ configure
-@@ -12278,7 +12278,7 @@ printf "%s\n" "#define KERBEROS_V5 1" >>
+@@ -12677,7 +12677,7 @@ printf "%s\n" "#define KERBEROS_V5 1" >>
  
    CFLAGS="$CFLAGS -I/usr/include/kerberosV"
    LIBS="$LIBS -lasn1 -lkrb5 -lcom_err -lkafs"
@@ -13,7 +13,7 @@ krb5-config errors out unless you give i
    krb5_prefix=`krb5-config --prefix krb5`
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: krb5-config points to kerberosV under $krb5_prefix" >&5
  printf "%s\n" "krb5-config points to kerberosV under $krb5_prefix" >&6; }
-@@ -12623,7 +12623,7 @@ printf "%s\n" "krb4-config points to ker
+@@ -13022,7 +13022,7 @@ printf "%s\n" "krb4-config points to ker
    CFLAGS="$CFLAGS `krb4-config --cflags`"
    LIBS="$LIBS `krb4-config --libs`"
    KERBEROS_V4=1

Index: pkgsrc/mail/fetchmail/patches/patch-configure.ac
diff -u pkgsrc/mail/fetchmail/patches/patch-configure.ac:1.3 pkgsrc/mail/fetchmail/patches/patch-configure.ac:1.4
--- pkgsrc/mail/fetchmail/patches/patch-configure.ac:1.3        Thu Sep 29 19:26:56 2022
+++ pkgsrc/mail/fetchmail/patches/patch-configure.ac    Sun Oct 16 20:34:30 2022
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure.ac,v 1.3 2022/09/29 19:26:56 triaxx Exp $
+$NetBSD: patch-configure.ac,v 1.4 2022/10/16 20:34:30 triaxx Exp $
 
 krb5-config errors out unless you give it a library to look for
 
 --- configure.ac.orig  2020-09-04 08:03:28.000000000 +0000
 +++ configure.ac
-@@ -560,7 +560,7 @@ then
+@@ -564,7 +564,7 @@ then
    AC_DEFINE(KERBEROS_V5,1,Define if you have Kerberos V5)
    CFLAGS="$CFLAGS -I/usr/include/kerberosV"
    LIBS="$LIBS -lasn1 -lkrb5 -lcom_err -lkafs"
@@ -13,7 +13,7 @@ krb5-config errors out unless you give i
    krb5_prefix=`krb5-config --prefix krb5`
    AC_MSG_RESULT([krb5-config points to kerberosV under $krb5_prefix])
    if test -f ${krb5_prefix}/include/et/com_err.h && \
-@@ -658,7 +658,7 @@ elif krb4-config 2> /dev/null >/dev/null
+@@ -662,7 +662,7 @@ elif krb4-config 2> /dev/null >/dev/null
    CFLAGS="$CFLAGS `krb4-config --cflags`"
    LIBS="$LIBS `krb4-config --libs`"
    KERBEROS_V4=1



Home | Main Index | Thread Index | Old Index