Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2022 08:34:23 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 7fe4862e6c3b - 2022Q4 - mail/fetchmail: update to 6.4.34 (critical fix)
Message-ID:  <202210160834.29G8YNjI081598@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fe4862e6c3b3a249db6814cf6dd7972c98e5c4c

commit 7fe4862e6c3b3a249db6814cf6dd7972c98e5c4c
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-10-15 14:20:32 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-10-16 08:33:20 +0000

    mail/fetchmail: update to 6.4.34 (critical fix)
    
    = 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]
    
    (cherry picked from commit 7c97aaed105433db570af51362721ee1b7ee47b0)
    PR:             267083
    Approved by:    Corey Halpin (maintainer, for branch main - see PR)
---
 mail/fetchmail/Makefile | 6 +++---
 mail/fetchmail/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 996ed531b569..183fa7d45475 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,6 +1,6 @@
 PORTNAME?=	fetchmail
-DISTVERSION=	6.4.33
-PORTREVISION?=	1
+DISTVERSION=	6.4.34
+PORTREVISION?=	0
 CATEGORIES=	mail
 # The next line is inherited by the fetchmailconf dependent port,
 # do NOT replace fetchmail by ${PORTNAME}
@@ -108,7 +108,7 @@ post-install-DOCS-on:
 CONFIGURE_ARGS+=	--enable-opie
 .endif
 
-.if ${ARCH:Mpowerpc*} && ${OSREL:R} < 13
+.if ${OPSYS} == FreeBSD && (${ARCH:Mpowerpc*} && ${OSREL:R} < 13)
 # as of 2019-10-02, powerpc's base compiler does not yield a working fetchmail.
 # https://svnweb.freebsd.org/ports?view=revision&revision=513614 -- pkubaj@
 USE_GCC=	yes
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 4415ccd51537..fba5e6cc2d3f 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661584666
-SHA256 (fetchmail-6.4.33.tar.xz) = 82954ebd26c77906463ce20adca45cbcf8068957441e17941bd3052a5c15432e
-SIZE (fetchmail-6.4.33.tar.xz) = 1330708
+TIMESTAMP = 1665842803
+SHA256 (fetchmail-6.4.34.tar.xz) = c3bdded1b5ce236960bd1ceeee3f3257220ed99c3eec84a5d76bb5618e3258d4
+SIZE (fetchmail-6.4.34.tar.xz) = 1331428



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210160834.29G8YNjI081598>