pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Mailman 2.1.34



Module Name:	pkgsrc-wip
Committed By:	jcea <jcea%jcea.es@localhost>
Pushed By:	jcea
Date:		Wed Aug 26 20:14:18 2020 +0200
Changeset:	d0719bdf88407bc9a08f84ea6321d2b7193a9f1d

Modified Files:
	mailman/COMMIT_MSG
	mailman/Makefile
	mailman/distinfo

Log Message:
Mailman 2.1.34

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0719bdf88407bc9a08f84ea6321d2b7193a9f1d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mailman/COMMIT_MSG | 119 +++++------------------------------------------------
 mailman/Makefile   |   8 ++--
 mailman/distinfo   |  10 ++---
 3 files changed, 20 insertions(+), 117 deletions(-)

diffs:
diff --git a/mailman/COMMIT_MSG b/mailman/COMMIT_MSG
index 73e18c4229..8b64b0f9f8 100644
--- a/mailman/COMMIT_MSG
+++ b/mailman/COMMIT_MSG
@@ -1,118 +1,21 @@
-2.1.33 (07-May-2020)
-
-  Security
-
-    - A content injection vulnerability via the private login page has been
-      fixed.  (LP: #1877379)
-
-2.1.32 (05-May-2020)
-
-  i18n
-
-    Fixed a typo in the Spanish translation and uptated mailman.pot and
-    the message catalog for 2.1.31 security fix.
-
-2.1.31 (05-May-2020)
-
-  Security
-
-    - A content injection vulnerability via the options login page has been
-      discovered and reported by Vishal Singh. This is fixed.  (LP: #1873722)
-
-  i18n
-
-    - The Spanish translation has been updated by Omar Walid Llorente.
-
-  Bug Fixes and other patches
-
-    - Bounce recognition for a non-compliant Yahoo format is added.
-
-    - Archiving workaround for non-ascii in string.lowercase in some Python
-      packages is added.
-
-2.1.30 (13-Apr-2020)
-
-  New Features
-
-    - Thanks to Jim Popovitch, there is now a dmarc_moderation_addresses
-      list setting that can be used to apply dmarc_moderation_action to mail
-      From: addresses listed or matching listed regexps.  This can be used
-      to modify mail to addresses that don't accept external mail From:
-      themselves.
-
-    - There is a new MAX_LISTNAME_LENGTH setting.  The fix for LP: #1780874
-      obtains a list of the names of all the all the lists in the installation
-      in order to determine the maximum length of a legitimate list name.  It
-      does this on every web access and on sites with a very large number of
-      lists, this can have performance implications.  See the description in
-      Defaults.py for more information.
-
-    - Thanks to Ralf Jung there is now the ability to add text based captchas
-      (aka textchas) to the listinfo subscribe form.  See the documentation
-      for the new CAPTCHA setting in Defaults.py for how to enable this.  Also
-      note that if you have custom listinfo.html templates, you will have to
-      add a <mm-captcha-ui> tag to those templates to make this work.  This
-      feature can be used in combination with or instead of the Google
-      reCAPTCHA feature added in 2.1.26.
-
-    - Thanks to Ralf Hildebrandt the web admin Membership Management section
-      now has a feature to sync the list's membership with a list of email
-      addresses as with the bin/sync_members command.
-
-    - There is a new drop_cc list attribute set from DEFAULT_DROP_CC.  This
-      controls the dropping of addresses from the Cc: header in delivered
-      messages by the duplicate avoidance process.  (LP: #1845751)
-
-    - There is a new REFUSE_SECOND_PENDING mm_cfg.py setting that will cause
-      a second request to subscribe to a list when there is already a pending
-      confirmation for that user.  This can be set to Yes to prevent
-      mailbombing of a third party by repeatedly posting the subscribe form.
-      (LP: #1859104)
+2.1.34 (26-Jun-2020)
 
   i18n
 
-    - The Japanese translation has been updated by Yasuhito FUTATSUKI.
-
-    - The German translation has been updated by Ludwig Reiter.
-
     - The Spanish translation has been updated by Omar Walid Llorente.
 
-    - The Brazilian Portugese translation has been updated by Emerson de Mello.
-
   Bug Fixes and other patches
 
-    - Fixed the confirm CGI to catch a rare TypeError on simultaneous
-      confirmations of the same token.  (LP: #1785854)
-
-    - Scrubbed application/octet-stream MIME parts will now be given a
-      .bin extension instead of .obj.
-
-    - Added bounce recognition for a non-compliant opensmtpd DSN with
-      Action: error.  (LP: #1805137)
-
-    - Corrected and augmented some security log messages.  (LP: #1810098)
-
-    - Implemented use of QRUNNER_SLEEP_TIME for bin/qrunner --runner=All.
-      (LP: #1818205)
-
-    - Leading/trailing spaces in provided email addresses for login to private
-      archives and the user options page are now ignored.  (LP: #1818872)
-
-    - Fixed the spelling of the --no-restart option for mailmanctl.
-
-    - Fixed an issue where certain combinations of charset and invalid
-      characters in a list's description could produce a List-ID header
-      without angle brackets.  (LP: #1831321)
-
-    - With the Postfix MTA and virtual domains, mappings for the site list
-      -bounces and -request addresses in each virtual domain are now added
-      to data/virtual-mailman (-owner was done in 2.1.24).  (LP: #1831777)
+    - The fix for LP: #1859104 can result in ValueError being thrown on
+      attempts to subscribe to a list. This is fixed and extended to apply
+      REFUSE_SECOND_PENDING to unsubscription as well.  (LP: #1878458)
 
-    - The paths.py module now extends sys.path with the result of
-      site.getsitepackages() if available.  (LP: #1838866)
+    - DMARC mitigation no longer misses if the domain name returned by DNS
+      contains upper case.  (LP: #1881035)
 
-    - A bug causing a UnicodeDecodeError in preparing to send the confirmation
-      request message to a new subscriber has been fixed.  (LP: #1851442)
+    - A new WARN_MEMBER_OF_SUBSCRIBE setting can be set to No to prevent
+      mailbombing of a member of a list with private rosters by repeated
+      subscribe attempts.  (LP: #1883017)
 
-    - The SimpleMatch heuristic bounce recognizer has been improved to not
-      return most invalid email addresses.  (LP: #1859011)
+    - Very long filenames for scrubbed attachments are now truncated.
+      (LP: #1884456)
diff --git a/mailman/Makefile b/mailman/Makefile
index 560078641b..41005506da 100644
--- a/mailman/Makefile
+++ b/mailman/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.89 2019/11/02 16:25:22 rillig Exp $
+# $NetBSD: Makefile,v 1.92 2020/05/15 09:42:43 nia Exp $
 
-DISTNAME=	mailman-2.1.33
+DISTNAME=	mailman-2.1.34
 CATEGORIES=	mail www
-MASTER_SITES=	https://launchpad.net/mailman/2.1/2.1.33/+download/
+MASTER_SITES=	https://launchpad.net/mailman/2.1/2.1.34/+download/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.list.org/
+HOMEPAGE=	https://www.list.org/
 COMMENT=	The GNU Mailing List Manager
 LICENSE=	gnu-gpl-v2
 
diff --git a/mailman/distinfo b/mailman/distinfo
index 23c6fe82a7..92f6a4c45c 100644
--- a/mailman/distinfo
+++ b/mailman/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2019/03/25 01:52:02 jklos Exp $
+$NetBSD: distinfo,v 1.27 2020/05/15 09:40:46 nia Exp $
 
-SHA1 (mailman-2.1.33.tgz) = a60a2b422653d07ad6306dd10081c491b82b9616
-RMD160 (mailman-2.1.33.tgz) = b1c68bd67f99987cb276ff201ae982ebc48878ab
-SHA512 (mailman-2.1.33.tgz) = 1e7bb58a9d38e5171f682563abb0b23fcb0a7423e0e7fa883326815ada37ffa8074845ea70fad4ea29fa098a6e7203e259caf57532e09a0f7c05120f89dd83a9
-Size (mailman-2.1.33.tgz) = 9412979 bytes
+SHA1 (mailman-2.1.34.tgz) = b2482720b6fc8740c2fe9ca4c6c703e550fa87d1
+RMD160 (mailman-2.1.34.tgz) = 348b42ad1aab5c42d2aff1ee8279cabfa0d1eb66
+SHA512 (mailman-2.1.34.tgz) = 34b8a2c1c335327ac899e6be71de020f80ec053823c9812c48609e97834f5a4b48939bbd640f8dff541c4189088199cae93818f77056e96c2318f565743a97bf
+Size (mailman-2.1.34.tgz) = 9414225 bytes
 SHA1 (patch-aa) = 9684b1caeb52f31ee6967eae3f9a464de214879e
 SHA1 (patch-ab) = 39f6294e53110bd1fd09b1e90ab46820f4d48e3f
 SHA1 (patch-ad) = 665884b9dd1789e4abd430c762bdbfd707d48d30


Home | Main Index | Thread Index | Old Index