diff options
author | mandree <mandree@FreeBSD.org> | 2018-07-31 17:59:00 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2018-07-31 17:59:00 +0800 |
commit | 4d47530f7cbee9546cad331b04cfe080e6eab370 (patch) | |
tree | 59180ba4e1657e7c586927aa81614a48f061acd8 /mail | |
parent | a37cf55e368defa4883293df004174de60c982c6 (diff) | |
download | freebsd-ports-gnome-4d47530f7cbee9546cad331b04cfe080e6eab370.tar.gz freebsd-ports-gnome-4d47530f7cbee9546cad331b04cfe080e6eab370.tar.zst freebsd-ports-gnome-4d47530f7cbee9546cad331b04cfe080e6eab370.zip |
Security upgrade Mailman to 2.1.29
Changelog:
<https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/NEWS#L8>
Release announcements:
2.1.28:
<https://mail.python.org/pipermail/mailman-announce/2018-July/000241.html>
2.1.29: (a regression fix release over 2.1.28)
<https://mail.python.org/pipermail/mailman-announce/2018-July/000242.html>
MFH: 2018Q3
Security: b4f0ad36-94a5-11e8-9007-080027ac955c
Security: CVE-2018-13796
Security: https://bugs.launchpad.net/mailman/+bug/1780874
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 8 | ||||
-rw-r--r-- | mail/mailman/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index f15f69bc4952..429d9f580d94 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.27 +DISTVERSION= 2.1.29 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -124,11 +124,11 @@ MAIL_GID?= _smtpd PKGNAMESUFFIX+= -with-htdig # how to create PATCHFILES: #X identify what is the version of msapiro's patches corresponding to the release. -#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1768 +#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1781 #X unpack this tarball, and the original distfile -#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1768.patch.xz +#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1781.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory -_HTDIGREV= 1768 +_HTDIGREV= 1781 PATCHFILES+= msapiro-htdig-${_HTDIGREV}.patch.xz RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" diff --git a/mail/mailman/distinfo b/mail/mailman/distinfo index 03fdb145e098..4bd9f46cd48d 100644 --- a/mail/mailman/distinfo +++ b/mail/mailman/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1529962222 -SHA256 (mailman/mailman-2.1.27.tgz) = cb899eb3bd1d5248dd4788af3ad8b0341ff300fc1248ce4031d2e71679931222 -SIZE (mailman/mailman-2.1.27.tgz) = 9373313 -SHA256 (mailman/msapiro-htdig-1768.patch.xz) = af6a7633de842fdea552b10067fa71b7ac697b6db80261073e04bdd6c5918ad8 -SIZE (mailman/msapiro-htdig-1768.patch.xz) = 50276 +TIMESTAMP = 1533029722 +SHA256 (mailman/mailman-2.1.29.tgz) = 838872713601e8a124146e550f53709482c1ef168f1e16d201465c651cbf0d2c +SIZE (mailman/mailman-2.1.29.tgz) = 9376258 +SHA256 (mailman/msapiro-htdig-1781.patch.xz) = c7992e5eff2a1df8fb162cbca2e9c38fcf7fe8395f653d83301500ecafc7d424 +SIZE (mailman/msapiro-htdig-1781.patch.xz) = 50400 |