Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 09:22:28 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r535370 - in branches/2020Q2/mail/mailman: . files
Message-ID:  <202005160922.04G9MSjL056872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sat May 16 09:22:28 2020
New Revision: 535370
URL: https://svnweb.freebsd.org/changeset/ports/535370

Log:
  MFH: r535367
  
  mail/mailman: cherry-pick regression fix from upstream
  
  https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1850#NEWS
  https://launchpad.net/bugs/1878458
  
  Obtained from:	Mark Sapiro
  
  Approved by:	ports-secteam@ (blanket approval for reliability fix backport)

Added:
  branches/2020Q2/mail/mailman/files/patch-zzz-bzr-1850
     - copied, changed from r535367, head/mail/mailman/files/patch-zzz-bzr-1850
Modified:
  branches/2020Q2/mail/mailman/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/mail/mailman/Makefile
==============================================================================
--- branches/2020Q2/mail/mailman/Makefile	Sat May 16 09:19:28 2020	(r535369)
+++ branches/2020Q2/mail/mailman/Makefile	Sat May 16 09:22:28 2020	(r535370)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mailman
 DISTVERSION=	2.1.30
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	GNU \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \

Copied and modified: branches/2020Q2/mail/mailman/files/patch-zzz-bzr-1850 (from r535367, head/mail/mailman/files/patch-zzz-bzr-1850)
==============================================================================
--- head/mail/mailman/files/patch-zzz-bzr-1850	Sat May 16 09:04:16 2020	(r535367, copy source)
+++ branches/2020Q2/mail/mailman/files/patch-zzz-bzr-1850	Sat May 16 09:22:28 2020	(r535370)
@@ -19,11 +19,9 @@
                  return True
          return False
  
-
-=== modified file 'NEWS'
---- NEWS	2020-05-07 13:53:40 +0000
-+++ NEWS	2020-05-13 18:10:04 +0000
-@@ -1,10 +1,17 @@
+--- NEWS.orig	2020-04-13 19:08:14.000000000 +0200
++++ NEWS	2020-05-16 11:05:45.152970000 +0200
+@@ -1,9 +1,16 @@
  -*- coding: iso-8859-1 -*-
  Mailman - The GNU Mailing List Management System
 -Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
@@ -31,15 +29,13 @@
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  
  Here is a history of user visible changes to Mailman.
- 
++
 +2.1.34 (xx-xxx-xxxx)
 +
 +  Bug Fixes and other patches
 +
 +    - The fix for LP: #1859104 can result in ValueError being thrown on
 +      attempts to subscribe to a list. This is fixed.  (LP: #1878458)
-+
- 2.1.33 (07-May-2020)
  
-   Security
-
+ 2.1.30 (13-Apr-2020)
+ 



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