Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2022 23:15:25 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: 7ceeed1b34c1 - 2022Q1 - mail/fetchmail: update to 6.4.28
Message-ID:  <202203062315.226NFPuK018052@gitrepo.freebsd.org>

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

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

commit 7ceeed1b34c1341a087d4218f829ae558f76c11c
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-03-05 16:34:48 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-03-06 15:08:17 +0000

    mail/fetchmail: update to 6.4.28
    
    BREAKING CHANGES:
    * Bump wolfSSL minimum required version to 5.1.1 to pull in security fix.
    
    FIXES:
    * When using wolfSSL 5.0.0, work around a bug that appears to hit wolfSSL when
      receiving handshake records while still in SSL_peek(). Workaround is to read
      1 byte and cache it, then call SSL_peek() again.
      This affects only some servers. https://github.com/wolfSSL/wolfssl/issues/4593
    
    TRANSLATIONS: language translations were updated by this fine people:
    * es:    Cristian Othón Martínez Vera [Spanish]
    * ro:    Remus-Gabriel Chelu [Romanian]
    * sr:    Мирослав Николић (Miroslav Nikolić) [Serbian]
    
    MFH:            2022Q1
    PR:             262362
    Approved by:    Corey Halpin (maintainer)
    
    (cherry picked from commit e1839db543a7d79daf9e6728a783714cdcbccafe)
---
 mail/fetchmail/Makefile | 2 +-
 mail/fetchmail/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index b4c4dcceb64f..711312286337 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,7 @@
 # Created by: Ville Eerola <ve@sci.fi>
 
 PORTNAME?=	fetchmail
-DISTVERSION=	6.4.25
+DISTVERSION=	6.4.28
 PORTREVISION?=	0
 CATEGORIES=	mail
 # The next line is inherited by the fetchmailconf dependent port,
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index ecbfe5e751fb..ac025ea87e3a 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639176375
-SHA256 (fetchmail-6.4.25.tar.xz) = 7ebefbe89172fd59f0fd8317d8743a8436f375ccdcab3900e4c3ec06a8fbf27f
-SIZE (fetchmail-6.4.25.tar.xz) = 1343360
+TIMESTAMP = 1646497754
+SHA256 (fetchmail-6.4.28.tar.xz) = a003f9ac88bf083a232c9451ef5f3f88473fad2c7f2822d3f7455a6d32bc3a97
+SIZE (fetchmail-6.4.28.tar.xz) = 1328096



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