Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 13:46:46 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431264 - branches/2017Q1/mail/phpmailer
Message-ID:  <201701121346.v0CDkkrf083087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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