From owner-svn-ports-branches@freebsd.org Thu Jan 12 13:46:47 2017 Return-Path: Delivered-To: svn-ports-branches@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 86513CAC3A8; Thu, 12 Jan 2017 13:46:47 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 3BFC7152F; Thu, 12 Jan 2017 13:46:47 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0CDkkuw083090; Thu, 12 Jan 2017 13:46:46 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0CDkkrf083087; Thu, 12 Jan 2017 13:46:46 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201701121346.v0CDkkrf083087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 12 Jan 2017 13:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r431264 - branches/2017Q1/mail/phpmailer X-SVN-Group: ports-branches 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.23 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: Thu, 12 Jan 2017 13:46:47 -0000 Author: tz Date: Thu Jan 12 13:46:46 2017 New Revision: 431264 URL: https://svnweb.freebsd.org/changeset/ports/431264 Log: MFH: r431252 mail/phpmailer: Update from 5.2.20 to 5.2.22 - SECURITY: Fix CVE-2017-5223, local file disclosure vulnerability if content passed to msgHTML() is sourced from unfiltered user input - Add simple contact form example - Emoji in test content Security: CVE-2017-5223 Approved by: ports-secteam (feld) Modified: branches/2017Q1/mail/phpmailer/Makefile branches/2017Q1/mail/phpmailer/distinfo branches/2017Q1/mail/phpmailer/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/mail/phpmailer/Makefile ============================================================================== --- branches/2017Q1/mail/phpmailer/Makefile Thu Jan 12 13:45:40 2017 (r431263) +++ branches/2017Q1/mail/phpmailer/Makefile Thu Jan 12 13:46:46 2017 (r431264) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 5.2.20 +PORTVERSION= 5.2.22 DISTVERSIONPREFIX= v CATEGORIES= mail Modified: branches/2017Q1/mail/phpmailer/distinfo ============================================================================== --- branches/2017Q1/mail/phpmailer/distinfo Thu Jan 12 13:45:40 2017 (r431263) +++ branches/2017Q1/mail/phpmailer/distinfo Thu Jan 12 13:46:46 2017 (r431264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482937380 -SHA256 (PHPMailer-PHPMailer-v5.2.20_GH0.tar.gz) = 4716acef60503f345323849842f3138a8453c178d3829477553bf1e347664976 -SIZE (PHPMailer-PHPMailer-v5.2.20_GH0.tar.gz) = 156793 +TIMESTAMP = 1484220608 +SHA256 (PHPMailer-PHPMailer-v5.2.22_GH0.tar.gz) = e30631e04333e05eb10077c94385d002c2cd3452d451da3b3899951e3aa1ff42 +SIZE (PHPMailer-PHPMailer-v5.2.22_GH0.tar.gz) = 157657 Modified: branches/2017Q1/mail/phpmailer/pkg-plist ============================================================================== --- branches/2017Q1/mail/phpmailer/pkg-plist Thu Jan 12 13:45:40 2017 (r431263) +++ branches/2017Q1/mail/phpmailer/pkg-plist Thu Jan 12 13:46:46 2017 (r431264) @@ -1,5 +1,6 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/DKIM.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/code_generator.phps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contactform.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contentsutf8.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exceptions.phps