mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Security update to upstream release 2.1.23.
ChangeLog: <http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1668/NEWS#L8> MFH: 2016Q3 Security: b11ab01b-6e19-11e6-ab24-080027ef73ec Security: CVE-2016-6893
This commit is contained in:
parent
8d78f93705
commit
1c6c8e6f88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421093
3 changed files with 10 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= mailman
|
PORTNAME= mailman
|
||||||
DISTVERSION= 2.1.22
|
DISTVERSION= 2.1.23
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= GNU \
|
MASTER_SITES= GNU \
|
||||||
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
|
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
|
||||||
|
@ -111,11 +111,11 @@ MAIL_GID?= _smtpd
|
||||||
.if ${PORT_OPTIONS:MHTDIG}
|
.if ${PORT_OPTIONS:MHTDIG}
|
||||||
PKGNAMESUFFIX+= -with-htdig
|
PKGNAMESUFFIX+= -with-htdig
|
||||||
# how to create PATCHFILES:
|
# 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 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
|
#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
|
RUN_DEPENDS+= htdig:textproc/htdig
|
||||||
PLIST_SUB+= SUB_HTDIG=""
|
PLIST_SUB+= SUB_HTDIG=""
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
SHA256 (mailman/mailman-2.1.22.tgz) = 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1
|
TIMESTAMP = 1472497873
|
||||||
SIZE (mailman/mailman-2.1.22.tgz) = 9267810
|
SHA256 (mailman/mailman-2.1.23.tgz) = b022ca6f8534621c9dbe50c983948688bc4623214773b580c2c78e4a7ae43e69
|
||||||
SHA256 (mailman/msapiro-htdig-1643.patch.xz) = de616f797fd2bc2895485165bb2cf3ffecdb8cf22c3dfb83fc336de47b25303c
|
SIZE (mailman/mailman-2.1.23.tgz) = 9290881
|
||||||
SIZE (mailman/msapiro-htdig-1643.patch.xz) = 49988
|
SHA256 (mailman/msapiro-htdig-1668.patch.xz) = 8376e56788ea9561e74261bbf1deff1417cc265bc87b0a25e963af693f57b34d
|
||||||
|
SIZE (mailman/msapiro-htdig-1668.patch.xz) = 50768
|
||||||
|
|
|
@ -384,6 +384,7 @@
|
||||||
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig
|
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig
|
||||||
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl
|
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl
|
||||||
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig_noshare
|
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig_noshare
|
||||||
|
%%SUB_HTDIG%%%%MMDIR%%/cron/rundig
|
||||||
%%MMDIR%%/cron/senddigests
|
%%MMDIR%%/cron/senddigests
|
||||||
%%MMDIR%%/data/sitelist.cfg
|
%%MMDIR%%/data/sitelist.cfg
|
||||||
%%MMDIR%%/icons/PythonPowered.png
|
%%MMDIR%%/icons/PythonPowered.png
|
||||||
|
@ -442,7 +443,6 @@
|
||||||
%%NLS%%%%MMDIR%%/messages/it/README.it
|
%%NLS%%%%MMDIR%%/messages/it/README.it
|
||||||
%%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo
|
%%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo
|
||||||
%%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po
|
%%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.mo
|
||||||
%%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po
|
%%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po
|
||||||
%%NLS%%%%MMDIR%%/messages/ko/README.ko
|
%%NLS%%%%MMDIR%%/messages/ko/README.ko
|
||||||
|
|
Loading…
Add table
Reference in a new issue