svn commit: r447764 - head/mail/mailman

Matthias Andree mandree at FreeBSD.org
Fri Aug 11 14:24:11 UTC 2017


Author: mandree
Date: Fri Aug 11 14:24:10 2017
New Revision: 447764
URL: https://svnweb.freebsd.org/changeset/ports/447764

Log:
  Update to new upstream version 2.1.24.
  
  Upstream release notes:
  "This release is primarily a bug fix release with a few minor feature additions
  and a fix for a probably non-exploitable security issue. See the changelog for
  details."
  
  Changelog:
  <https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1708/NEWS>

Modified:
  head/mail/mailman/Makefile
  head/mail/mailman/distinfo
  head/mail/mailman/pkg-plist

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Fri Aug 11 14:12:44 2017	(r447763)
+++ head/mail/mailman/Makefile	Fri Aug 11 14:24:10 2017	(r447764)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mailman
-DISTVERSION=	2.1.23
-PORTREVISION=	1
+DISTVERSION=	2.1.24
 CATEGORIES=	mail
 MASTER_SITES=	GNU \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
@@ -115,11 +114,12 @@ MAIL_GID?=	_smtpd
 .if ${PORT_OPTIONS:MHTDIG}
 PKGNAMESUFFIX+=	-with-htdig
 # how to create PATCHFILES:
-#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1668
+#X identify what is the version of msapiro's patches corresponding to the release.
+#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1702
 #X unpack this tarball, and the original distfile
-#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1668.patch.xz
+#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1702.patch.xz
 #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory
-PATCHFILES+=	msapiro-htdig-1668.patch.xz
+PATCHFILES+=	msapiro-htdig-1702.patch.xz
 RUN_DEPENDS+=	htdig:textproc/htdig
 PLIST_SUB+=	SUB_HTDIG=""
 .else

Modified: head/mail/mailman/distinfo
==============================================================================
--- head/mail/mailman/distinfo	Fri Aug 11 14:12:44 2017	(r447763)
+++ head/mail/mailman/distinfo	Fri Aug 11 14:24:10 2017	(r447764)
@@ -1,5 +1,5 @@
-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
+TIMESTAMP = 1502457748
+SHA256 (mailman/mailman-2.1.24.tgz) = e723cbc9093f1e3e83aae09004fe8cc4f5e09112eccb157b215bad2aaf92dae4
+SIZE (mailman/mailman-2.1.24.tgz) = 9251020
+SHA256 (mailman/msapiro-htdig-1702.patch.xz) = 770b43d44b48e9d730ac842fe6eaefa2def669e497aaa1a78043b83b26573909
+SIZE (mailman/msapiro-htdig-1702.patch.xz) = 50864

Modified: head/mail/mailman/pkg-plist
==============================================================================
--- head/mail/mailman/pkg-plist	Fri Aug 11 14:12:44 2017	(r447763)
+++ head/mail/mailman/pkg-plist	Fri Aug 11 14:24:10 2017	(r447764)
@@ -2220,6 +2220,7 @@
 %%MMDIR%%/tests/bounces/simple_38.txt
 %%MMDIR%%/tests/bounces/simple_39.txt
 %%MMDIR%%/tests/bounces/simple_40.txt
+%%MMDIR%%/tests/bounces/simple_41.txt
 %%MMDIR%%/tests/bounces/sina_01.txt
 %%MMDIR%%/tests/bounces/smtp32_01.txt
 %%MMDIR%%/tests/bounces/smtp32_02.txt


More information about the svn-ports-head mailing list