Date: Thu, 12 Jan 2017 11:37:03 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431252 - head/mail/phpmailer Message-ID: <201701121137.v0CBb3R3029708@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Jan 12 11:37:03 2017 New Revision: 431252 URL: https://svnweb.freebsd.org/changeset/ports/431252 Log: 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 MFH: 2017Q1 Security: CVE-2017-5223 Modified: head/mail/phpmailer/Makefile head/mail/phpmailer/distinfo head/mail/phpmailer/pkg-plist Modified: head/mail/phpmailer/Makefile ============================================================================== --- head/mail/phpmailer/Makefile Thu Jan 12 11:30:50 2017 (r431251) +++ head/mail/phpmailer/Makefile Thu Jan 12 11:37:03 2017 (r431252) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 5.2.20 +PORTVERSION= 5.2.22 DISTVERSIONPREFIX= v CATEGORIES= mail Modified: head/mail/phpmailer/distinfo ============================================================================== --- head/mail/phpmailer/distinfo Thu Jan 12 11:30:50 2017 (r431251) +++ head/mail/phpmailer/distinfo Thu Jan 12 11:37:03 2017 (r431252) @@ -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: head/mail/phpmailer/pkg-plist ============================================================================== --- head/mail/phpmailer/pkg-plist Thu Jan 12 11:30:50 2017 (r431251) +++ head/mail/phpmailer/pkg-plist Thu Jan 12 11:37:03 2017 (r431252) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701121137.v0CBb3R3029708>