Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2020 17:08:16 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529109 - head/mail/phpmailer6
Message-ID:  <202003251708.02PH8Gbo027502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Wed Mar 25 17:08:16 2020
New Revision: 529109
URL: https://svnweb.freebsd.org/changeset/ports/529109

Log:
  Update to 6.1.5
  
  Changelog:
  
  - Reject invalid custom headers that are empty or contain breaks
  - Various fixes for DKIM issues, especially when using mail() transport
  - Drop the l= length tag from DKIM signatures; it's a mild security risk
  - Ensure CRLF is used explicitly when needed, rather than static::$LE
  - Add a method for trimming header content consistently
  - Some minor tweaks to resolve static analyser complaints
  - Check that attachment files are readable both when adding and when sending
  - Work around Outlook bug in mishandling MIME preamble
  - Danish translation improvements
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/mail/phpmailer6/Makefile
  head/mail/phpmailer6/distinfo

Modified: head/mail/phpmailer6/Makefile
==============================================================================
--- head/mail/phpmailer6/Makefile	Wed Mar 25 16:50:12 2020	(r529108)
+++ head/mail/phpmailer6/Makefile	Wed Mar 25 17:08:16 2020	(r529109)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpmailer
-PORTVERSION=	6.1.4
+PORTVERSION=	6.1.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	mail
 PKGNAMESUFFIX=	6

Modified: head/mail/phpmailer6/distinfo
==============================================================================
--- head/mail/phpmailer6/distinfo	Wed Mar 25 16:50:12 2020	(r529108)
+++ head/mail/phpmailer6/distinfo	Wed Mar 25 17:08:16 2020	(r529109)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577623464
-SHA256 (PHPMailer-PHPMailer-v6.1.4_GH0.tar.gz) = d9df65b91fdd2f5e92f4c226f3a05d3dc49e739a1cce72e56066db94a47a3a91
-SIZE (PHPMailer-PHPMailer-v6.1.4_GH0.tar.gz) = 93915
+TIMESTAMP = 1585048053
+SHA256 (PHPMailer-PHPMailer-v6.1.5_GH0.tar.gz) = 99294233c92fc1d9b0450b14d5a83abdd9eaa59585bba8e37e7fb9140251bd42
+SIZE (PHPMailer-PHPMailer-v6.1.5_GH0.tar.gz) = 94435



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