Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 20:08:50 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383674 - in head/mail/mailman: . files
Message-ID:  <201504092008.t39K8oKH001244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Apr  9 20:08:50 2015
New Revision: 383674
URL: https://svnweb.freebsd.org/changeset/ports/383674

Log:
  Update to new upstream release 2.1.20.
  
  Fixes one security bug [1], a few other bugs, and adds a feature so that
  list admins can edit list addresses.
  
  Uses newer Mailman-and-HTDig integration patches. [2]
  
  Security:	CVE-2015-2775 [1]
  Security:	a5f160fa-deee-11e4-99f8-080027ef73ec [1]
  PR:		199286 [2]
  Submitted by:	David Siebörger [2]

Modified:
  head/mail/mailman/Makefile
  head/mail/mailman/distinfo
  head/mail/mailman/files/pkg-message.in

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Thu Apr  9 20:04:03 2015	(r383673)
+++ head/mail/mailman/Makefile	Thu Apr  9 20:08:50 2015	(r383674)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mailman
-DISTVERSION=	2.1.19
+DISTVERSION=	2.1.20
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GNU} \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
@@ -109,10 +109,8 @@ MAIL_GID?=	_smtpd
 .endif
 
 .if ${PORT_OPTIONS:MHTDIG}
-PATCH_SITES+=	http://www.openinfo.co.uk/mm/patches/444879/:patch1 \
-		http://www.openinfo.co.uk/mm/patches/444884/:patch2
-PATCHFILES+=	indexing-2.1.12-0.1.patch.gz:patch1 \
-		htdig-2.1.12-0.1.patch.gz:patch2
+PATCH_SITES+=	http://www.msapiro.net/mm/
+PATCHFILES+=	index_htdig.patch.2.1.20
 PKGNAMESUFFIX+=	-with-htdig
 RUN_DEPENDS+=	htdig:${PORTSDIR}/textproc/htdig
 PLIST_SUB+=	SUB_HTDIG=""

Modified: head/mail/mailman/distinfo
==============================================================================
--- head/mail/mailman/distinfo	Thu Apr  9 20:04:03 2015	(r383673)
+++ head/mail/mailman/distinfo	Thu Apr  9 20:08:50 2015	(r383674)
@@ -1,2 +1,4 @@
-SHA256 (mailman/mailman-2.1.19.tgz) = cb33429797f7b8b3b3f86bd528192ebc9de9df990257df8d482384c687e22014
-SIZE (mailman/mailman-2.1.19.tgz) = 9185697
+SHA256 (mailman/mailman-2.1.20.tgz) = 522c2b5c5ab91398fdf949a8961162c314f6323cd1bfeb907e0fb2d88277711f
+SIZE (mailman/mailman-2.1.20.tgz) = 9204867
+SHA256 (mailman/index_htdig.patch.2.1.20) = 6b47c01b3d65b280829adc8d937e0e8b42d175cceb2a5bc7518e46819f960ac2
+SIZE (mailman/index_htdig.patch.2.1.20) = 324328

Modified: head/mail/mailman/files/pkg-message.in
==============================================================================
--- head/mail/mailman/files/pkg-message.in	Thu Apr  9 20:04:03 2015	(r383673)
+++ head/mail/mailman/files/pkg-message.in	Thu Apr  9 20:08:50 2015	(r383674)
@@ -54,7 +54,7 @@ Refer to %%LOCALBASE%%/etc/namazu/namazu
 You can also see the document in Japanese language in
 <http://www.python.jp/pipermail/mailman-users-jp/2004-August/001008.html>;
 ----------------------------------------------------------------------------
-UPDATE INFORMATION FOR UPDATES TO VERSION 2.1.19:
+UPDATE INFORMATION FOR UPDATES OF 2.1.18/OLDER TO VERSION 2.1.19 AND NEWER:
 
   Changed behavior
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504092008.t39K8oKH001244>