git: 9449a10c3d99 - main - mail/mailman: regression fix update to 2.1.39
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 22:27:36 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9449a10c3d99036f455f50d1916429b25e43bc48
commit 9449a10c3d99036f455f50d1916429b25e43bc48
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:27:25 +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
---
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