Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2022 14:52:31 GMT
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 997770db0cb8 - main - mail/phpmailer6: Update to 6.7
Message-ID:  <202212061452.2B6EqVSF047389@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=997770db0cb8c304539715df2a6555f619a245c1

commit 997770db0cb8c304539715df2a6555f619a245c1
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-12-06 14:50:21 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-12-06 14:50:21 +0000

    mail/phpmailer6: Update to 6.7
    
    Changelog:
    -Break out boundary definitions into a method (note that boundary format has also changed slightly)
    -Remove MIME preamble to match popular client behaviour, may help with DKIM too
    -Fix handling of trailing whitespace in simple DKIM canonicalisation
    -Fix some possible POP3 auth issues, including a TCP hang (thanks to @czirkoszoltan)
    -Add Azure XOAUTH2 example and docs (thanks to @greew)
    -Preserve errors during disconnect
    -Avoid some PHP 8.1 type issues
    -Update CI to run on Ubuntu 22.04
    
    Sponsored by:   Netzkommune GmbH
---
 mail/phpmailer6/Makefile | 2 +-
 mail/phpmailer6/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/phpmailer6/Makefile b/mail/phpmailer6/Makefile
index 10c21a36df6a..22976b1d9d2f 100644
--- a/mail/phpmailer6/Makefile
+++ b/mail/phpmailer6/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	phpmailer
-PORTVERSION=	6.6.4
+PORTVERSION=	6.7
 DISTVERSIONPREFIX=	v
 CATEGORIES=	mail
 PKGNAMESUFFIX=	6
diff --git a/mail/phpmailer6/distinfo b/mail/phpmailer6/distinfo
index d3aa717412e0..6cf02a826142 100644
--- a/mail/phpmailer6/distinfo
+++ b/mail/phpmailer6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663249513
-SHA256 (PHPMailer-PHPMailer-v6.6.4_GH0.tar.gz) = 514a0f71dd1ea07bb1c2b3c5239bf7766d3e859e1ef07a6a4b83edde77343fb4
-SIZE (PHPMailer-PHPMailer-v6.6.4_GH0.tar.gz) = 102883
+TIMESTAMP = 1670338133
+SHA256 (PHPMailer-PHPMailer-v6.7_GH0.tar.gz) = 2f4658d823a7bf115e962850459a2064a333eadf1ef169f964fa7e88b1973579
+SIZE (PHPMailer-PHPMailer-v6.7_GH0.tar.gz) = 103477



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