Date: Mon, 13 Dec 2021 22:33:58 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: c222755ca780 - 2021Q4 - mail/mailman: regression fix update to 2.1.39 Message-ID: <202112132233.1BDMXw61038390@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=c222755ca78050842e5a81124452824a63355764 commit c222755ca78050842e5a81124452824a63355764 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-12-13 22:22:49 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-12-13 22:33:51 +0000 mail/mailman: regression fix update to 2.1.39 Mark Sapiro announced Mailman 2.1.39 "[...] fixes https://bugs.launchpad.net/mailman/+bug/1954694 [...] The fix for CVE-2021-42097 was case sensitive and should not be. The fix for CVE-2021-44227 introduced a potential NameError in logging. This could cause a user's changes to the option's page to not be accepted and perhaps cause a 'We hit a bug' response if the user visited the page with a mixed- or upper-case email address." URL: https://bugs.launchpad.net/mailman/+bug/1954694 MFH: 2021Q4 (cherry picked from commit 9449a10c3d99036f455f50d1916429b25e43bc48) --- mail/mailman/Makefile | 2 +- mail/mailman/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index f385a3a09d7f..d1abb4ad769c 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,7 +1,7 @@ # Created by: n_hibma@qubesoft.com PORTNAME= mailman -DISTVERSION= 2.1.38 +DISTVERSION= 2.1.39 PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= GNU \ diff --git a/mail/mailman/distinfo b/mail/mailman/distinfo index acd4074ba3bb..d7dc3dc7b4f2 100644 --- a/mail/mailman/distinfo +++ b/mail/mailman/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1638384323 -SHA256 (mailman/mailman-2.1.38.tgz) = ac093ec2ed3eb93b41f1e1b19d39cf41e1bdd09587979835fe154dac6777fc68 -SIZE (mailman/mailman-2.1.38.tgz) = 9508426 +TIMESTAMP = 1639433478 +SHA256 (mailman/mailman-2.1.39.tgz) = 7b8e9222364abdfd25cb2053c422319aac7b620c287dd979703e0399d72f4390 +SIZE (mailman/mailman-2.1.39.tgz) = 9508474 SHA256 (mailman/msapiro-htdig-1822.patch.xz) = fa1da6fb7c0946a6723bc2766501c222fa73c8d794566a3b6e5718a7d1840265 SIZE (mailman/msapiro-htdig-1822.patch.xz) = 50700
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112132233.1BDMXw61038390>