svn commit: r476007 - branches/2018Q3/mail/mailman

Matthias Andree mandree at FreeBSD.org
Tue Jul 31 16:32:18 UTC 2018


Author: mandree
Date: Tue Jul 31 16:32:16 2018
New Revision: 476007
URL: https://svnweb.freebsd.org/changeset/ports/476007

Log:
  MFH: r475991
  
  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>
  
  Security:	b4f0ad36-94a5-11e8-9007-080027ac955c
  Security:	CVE-2018-13796
  Security:	https://bugs.launchpad.net/mailman/+bug/1780874
  
  Approved by:	ports-secteam@ (miwi@)

Modified:
  branches/2018Q3/mail/mailman/Makefile
  branches/2018Q3/mail/mailman/distinfo
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/mail/mailman/Makefile
==============================================================================
--- branches/2018Q3/mail/mailman/Makefile	Tue Jul 31 15:37:00 2018	(r476006)
+++ branches/2018Q3/mail/mailman/Makefile	Tue Jul 31 16:32:16 2018	(r476007)
@@ -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=""

Modified: branches/2018Q3/mail/mailman/distinfo
==============================================================================
--- branches/2018Q3/mail/mailman/distinfo	Tue Jul 31 15:37:00 2018	(r476006)
+++ branches/2018Q3/mail/mailman/distinfo	Tue Jul 31 16:32:16 2018	(r476007)
@@ -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


More information about the svn-ports-all mailing list