From owner-svn-ports-branches@freebsd.org Sat May 16 09:22:29 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C6122EB311; Sat, 16 May 2020 09:22:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PKYc72SLz49W0; Sat, 16 May 2020 09:22:28 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECFCEB9BC; Sat, 16 May 2020 09:22:28 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04G9MSZ0056873; Sat, 16 May 2020 09:22:28 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04G9MSjL056872; Sat, 16 May 2020 09:22:28 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202005160922.04G9MSjL056872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 16 May 2020 09:22:28 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2020Q2/mail/mailman: . files X-SVN-Commit-Revision: 535370 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 09:22:29 -0000 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) +