Date: Tue, 30 Aug 2016 20:05:42 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421132 - branches/2016Q3/mail/mailman Message-ID: <201608302005.u7UK5gec036242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Tue Aug 30 20:05:42 2016 New Revision: 421132 URL: https://svnweb.freebsd.org/changeset/ports/421132 Log: MFH: r421093 Security update to upstream release 2.1.23. ChangeLog: <http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1668/NEWS#L8> Security: b11ab01b-6e19-11e6-ab24-080027ef73ec Security: CVE-2016-6893 Approved by: ports-secteam (delphij@) Modified: branches/2016Q3/mail/mailman/Makefile branches/2016Q3/mail/mailman/distinfo branches/2016Q3/mail/mailman/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/mail/mailman/Makefile ============================================================================== --- branches/2016Q3/mail/mailman/Makefile Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/Makefile Tue Aug 30 20:05:42 2016 (r421132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.22 +DISTVERSION= 2.1.23 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -111,11 +111,11 @@ MAIL_GID?= _smtpd .if ${PORT_OPTIONS:MHTDIG} PKGNAMESUFFIX+= -with-htdig # how to create PATCHFILES: -#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1643 +#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1668 #X unpack this tarball, and the original distfile -#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1643.patch.xz +#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1668.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory -PATCHFILES+= msapiro-htdig-1643.patch.xz +PATCHFILES+= msapiro-htdig-1668.patch.xz RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" .else Modified: branches/2016Q3/mail/mailman/distinfo ============================================================================== --- branches/2016Q3/mail/mailman/distinfo Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/distinfo Tue Aug 30 20:05:42 2016 (r421132) @@ -1,4 +1,5 @@ -SHA256 (mailman/mailman-2.1.22.tgz) = 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1 -SIZE (mailman/mailman-2.1.22.tgz) = 9267810 -SHA256 (mailman/msapiro-htdig-1643.patch.xz) = de616f797fd2bc2895485165bb2cf3ffecdb8cf22c3dfb83fc336de47b25303c -SIZE (mailman/msapiro-htdig-1643.patch.xz) = 49988 +TIMESTAMP = 1472497873 +SHA256 (mailman/mailman-2.1.23.tgz) = b022ca6f8534621c9dbe50c983948688bc4623214773b580c2c78e4a7ae43e69 +SIZE (mailman/mailman-2.1.23.tgz) = 9290881 +SHA256 (mailman/msapiro-htdig-1668.patch.xz) = 8376e56788ea9561e74261bbf1deff1417cc265bc87b0a25e963af693f57b34d +SIZE (mailman/msapiro-htdig-1668.patch.xz) = 50768 Modified: branches/2016Q3/mail/mailman/pkg-plist ============================================================================== --- branches/2016Q3/mail/mailman/pkg-plist Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/pkg-plist Tue Aug 30 20:05:42 2016 (r421132) @@ -384,6 +384,7 @@ %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig_noshare +%%SUB_HTDIG%%%%MMDIR%%/cron/rundig %%MMDIR%%/cron/senddigests %%MMDIR%%/data/sitelist.cfg %%MMDIR%%/icons/PythonPowered.png @@ -442,7 +443,6 @@ %%NLS%%%%MMDIR%%/messages/it/README.it %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po -%%NLS%%%%MMDIR%%/messages/ja/README.ja %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po %%NLS%%%%MMDIR%%/messages/ko/README.ko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608302005.u7UK5gec036242>