mailman: update to 2.1.34.

Update based on wip/mailman by Jesus Cea.
Clean some pkglint while here.

2.1.34 (26-Jun-2020)

  i18n

    - The Spanish translation has been updated by Omar Walid Llorente.

  Bug Fixes and other patches

    - 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)

    - DMARC mitigation no longer misses if the domain name returned by DNS
      contains upper case.  (LP: #1881035)

    - 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)

    - Very long filenames for scrubbed attachments are now truncated.
      (LP: #1884456)
This commit is contained in:
wiz 2020-08-26 18:40:35 +00:00
parent af0de5756e
commit 123393ee59
4 changed files with 15 additions and 15 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.92 2020/05/15 09:42:43 nia Exp $
# $NetBSD: Makefile,v 1.93 2020/08/26 18:40:35 wiz Exp $
DISTNAME= mailman-2.1.33
PKGNAME= 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
@ -30,8 +29,7 @@ DOCDIR= ${PREFIX}/share/doc/mailman
MAILMAN_USER?= mailman
MAILMAN_GROUP?= mailman
MAILMAN_CGIGROUP?= ${APACHE_GROUP}
MAILMAN_MAILGROUP?= daemon # group sendmail runs under;
# use 'nobody' for postfix
MAILMAN_MAILGROUP?= daemon # group sendmail runs under; use 'nobody' for postfix
MAILMAN_CGIEXT?= .cgi
MESSAGE_SUBST+= EGDIR=${EGDIR}
@ -68,7 +66,7 @@ RCD_SCRIPTS= mailman
INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL
DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.1.14.1
PYTHON_VERSIONS_ACCEPTED= 27 # Mailman 2.1.x is stuck in Python 2.7
REPLACE_PYTHON+= Mailman/Archiver/pipermail.py
REPLACE_PYTHON+= Mailman/Post.py
REPLACE_PYTHON+= bin/msgfmt.py
@ -90,6 +88,7 @@ CONFIGURE_ARGS+= --with-urlhost=localhost
BUILD_DEFS+= MAILMAN_DATADIR
BUILD_DEFS+= MAILMAN_CGIEXT
BUILD_DEFS+= VARBASE
SUBST_CLASSES+= paths
SUBST_FILES.paths= ${WRKDIR}/mailman.conf.dist

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.29 2020/05/15 09:40:46 nia Exp $
@comment $NetBSD: PLIST,v 1.30 2020/08/26 18:40:35 wiz Exp $
lib/mailman/Mailman/Archiver/Archiver.py
lib/mailman/Mailman/Archiver/Archiver.pyc
lib/mailman/Mailman/Archiver/HyperArch.py

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.27 2020/05/15 09:40:46 nia Exp $
$NetBSD: distinfo,v 1.28 2020/08/26 18:40:35 wiz 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
@ -12,4 +12,4 @@ SHA1 (patch-af) = 985a619a055151d998cefd0c1b7280a0d55f889e
SHA1 (patch-ag) = fac40640db483c2e9db3a79ec0696dc60596e453
SHA1 (patch-ah) = c7cde35f787c003ace550a98d8d5e166ba2d48dc
SHA1 (patch-ai) = f3afeba664b0cca27f160fde3b94c7b7f8498e57
SHA1 (patch-configure) = 3e5d61af86cad56c0c698c5093584fad508810f2
SHA1 (patch-configure) = 0c4f29b7f5e5cb6c1c0f42f12022fcf6e0fa1309

View file

@ -1,6 +1,7 @@
$NetBSD: patch-configure,v 1.2 2014/06/14 09:20:50 fhajny Exp $
$NetBSD: patch-configure,v 1.3 2020/08/26 18:40:36 wiz Exp $
Skip checks for user/group at configure time.
--- configure.orig 2014-05-06 16:43:56.000000000 +0000
+++ configure
@@ -3554,30 +3554,7 @@ $as_echo_n "checking for user name \"$US