Skip to content

Commit

Permalink
fetchmail: Update to 6.4.34
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
triaxx committed Oct 16, 2022
1 parent d5d8d97 commit 19731f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions mail/fetchmail/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions mail/fetchmail/distinfo
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions mail/fetchmail/patches/patch-configure
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -13,7 +13,7 @@ krb5-config errors out unless you give it a library to look for
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
Expand Down
6 changes: 3 additions & 3 deletions mail/fetchmail/patches/patch-configure.ac
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -13,7 +13,7 @@ krb5-config errors out unless you give it a library to look for
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
Expand Down

0 comments on commit 19731f7

Please sign in to comment.