diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-26 18:40:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-26 18:40:35 +0000 |
commit | 44d3b2960364b3303111c8949e3105ab3e42b76b (patch) | |
tree | 0210717bef3404b6a927a42ace589815355be690 /mail/mailman/Makefile | |
parent | c03ae92f01b6add6ac4ac4d8ff6917a928b026f8 (diff) | |
download | pkgsrc-44d3b2960364b3303111c8949e3105ab3e42b76b.tar.gz |
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)
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r-- | mail/mailman/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 42285c0adbb..90abc9135fd 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -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 |