From owner-svn-ports-all@freebsd.org Mon Dec 26 17:20:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05FDBC929A7; Mon, 26 Dec 2016 17:20:32 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A84B51F6B; Mon, 26 Dec 2016 17:20:31 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [192.168.1.22] (x4d0a7d6b.dyn.telefonica.de [77.10.125.107]) by toco-domains.de (Postfix) with ESMTPA id 0069F1AAF001; Mon, 26 Dec 2016 18:20:22 +0100 (CET) Subject: Re: svn commit: r429507 - head/mail/phpmailer To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612261255.uBQCtKLL003015@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <6bf9e98c-a0f7-7fa3-baa0-d8da675e36bb@toco-domains.de> Date: Mon, 26 Dec 2016 18:20:22 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <201612261255.uBQCtKLL003015@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 17:20:32 -0000 Hello Bernard, thanks for taking care of this issue. I'm currently in vacation and noticed that this commit broke the port. Can you please have a look at it? Greetings, Torsten On 26.12.2016 13:55, Bernard Spil wrote: > Author: brnrd > Date: Mon Dec 26 12:55:20 2016 > New Revision: 429507 > URL: https://svnweb.freebsd.org/changeset/ports/429507 > > Log: > mail/phpmailer: Update to 5.2.18 > > - Update to 5.2.18 > - Adjust pkg-plist for new release > - Remove LICENSE install from DOCS option > - Fix Remote Code Execution vulnerability > > PR: 215576 > Approved by: ports-secteam (amdmi3) > MFH: 2016Q4 > Security: CVE-2016-10033 > Security: c7656d4c-cb60-11e6-a9a5-b499baebfeaf > > Modified: > head/mail/phpmailer/Makefile > head/mail/phpmailer/distinfo > head/mail/phpmailer/pkg-plist > > Modified: head/mail/phpmailer/Makefile > ============================================================================== > --- head/mail/phpmailer/Makefile Mon Dec 26 12:55:09 2016 (r429506) > +++ head/mail/phpmailer/Makefile Mon Dec 26 12:55:20 2016 (r429507) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= phpmailer > -PORTVERSION= 5.2.14 > +PORTVERSION= 5.2.18 > DISTVERSIONPREFIX= v > CATEGORIES= mail > > @@ -30,14 +30,14 @@ do-install: > class.smtp.php composer.json > ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR} > .endfor > -.for d in extras language test > +.for d in extras language > @${MKDIR} ${STAGEDIR}${DATADIR}/$d > ${INSTALL_DATA} ${WRKSRC}/$d/* ${STAGEDIR}${DATADIR}/$d > .endfor > > do-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > -.for f in changelog.md README.md LICENSE > +.for f in changelog.md README.md > ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} > .endfor > @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > > Modified: head/mail/phpmailer/distinfo > ============================================================================== > --- head/mail/phpmailer/distinfo Mon Dec 26 12:55:09 2016 (r429506) > +++ head/mail/phpmailer/distinfo Mon Dec 26 12:55:20 2016 (r429507) > @@ -1,2 +1,3 @@ > -SHA256 (PHPMailer-PHPMailer-v5.2.14_GH0.tar.gz) = 54acc99a6cdd807c5646e712e4499308d885bc76a3dc27679388fe0359bd3a93 > -SIZE (PHPMailer-PHPMailer-v5.2.14_GH0.tar.gz) = 192100 > +TIMESTAMP = 1482753476 > +SHA256 (PHPMailer-PHPMailer-v5.2.18_GH0.tar.gz) = a6f64aeac133929f80a3f948839e0f3c2b21c62d6e95ebca33cc99b830a136b6 > +SIZE (PHPMailer-PHPMailer-v5.2.18_GH0.tar.gz) = 156322 > > Modified: head/mail/phpmailer/pkg-plist > ============================================================================== > --- head/mail/phpmailer/pkg-plist Mon Dec 26 12:55:09 2016 (r429506) > +++ head/mail/phpmailer/pkg-plist Mon Dec 26 12:55:20 2016 (r429507) > @@ -66,12 +66,11 @@ > %%DATADIR%%/language/phpmailer.lang-az.php > %%DATADIR%%/language/phpmailer.lang-be.php > %%DATADIR%%/language/phpmailer.lang-bg.php > -%%DATADIR%%/language/phpmailer.lang-br.php > %%DATADIR%%/language/phpmailer.lang-ca.php > %%DATADIR%%/language/phpmailer.lang-ch.php > -%%DATADIR%%/language/phpmailer.lang-cz.php > +%%DATADIR%%/language/phpmailer.lang-cs.php > +%%DATADIR%%/language/phpmailer.lang-da.php > %%DATADIR%%/language/phpmailer.lang-de.php > -%%DATADIR%%/language/phpmailer.lang-dk.php > %%DATADIR%%/language/phpmailer.lang-el.php > %%DATADIR%%/language/phpmailer.lang-eo.php > %%DATADIR%%/language/phpmailer.lang-es.php > @@ -92,26 +91,19 @@ > %%DATADIR%%/language/phpmailer.lang-lt.php > %%DATADIR%%/language/phpmailer.lang-lv.php > %%DATADIR%%/language/phpmailer.lang-ms.php > +%%DATADIR%%/language/phpmailer.lang-nb.php > %%DATADIR%%/language/phpmailer.lang-nl.php > -%%DATADIR%%/language/phpmailer.lang-no.php > %%DATADIR%%/language/phpmailer.lang-pl.php > %%DATADIR%%/language/phpmailer.lang-pt.php > +%%DATADIR%%/language/phpmailer.lang-pt_br.php > %%DATADIR%%/language/phpmailer.lang-ro.php > %%DATADIR%%/language/phpmailer.lang-ru.php > -%%DATADIR%%/language/phpmailer.lang-se.php > %%DATADIR%%/language/phpmailer.lang-sk.php > %%DATADIR%%/language/phpmailer.lang-sl.php > %%DATADIR%%/language/phpmailer.lang-sr.php > +%%DATADIR%%/language/phpmailer.lang-sv.php > %%DATADIR%%/language/phpmailer.lang-tr.php > %%DATADIR%%/language/phpmailer.lang-uk.php > %%DATADIR%%/language/phpmailer.lang-vi.php > %%DATADIR%%/language/phpmailer.lang-zh.php > %%DATADIR%%/language/phpmailer.lang-zh_cn.php > -%%DATADIR%%/test/bootstrap.php > -%%DATADIR%%/test/fakepopserver.sh > -%%DATADIR%%/test/fakesendmail.sh > -%%DATADIR%%/test/phpmailerLangTest.php > -%%DATADIR%%/test/phpmailerTest.php > -%%DATADIR%%/test/runfakepopserver.sh > -%%DATADIR%%/test/test_callback.php > -%%DATADIR%%/test/testbootstrap-dist.php >