Date: Wed, 10 Mar 2021 20:18:50 +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: r568041 - head/mail/phpmailer6 Message-ID: <202103102018.12AKIoqG024181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Wed Mar 10 20:18:50 2021 New Revision: 568041 URL: https://svnweb.freebsd.org/changeset/ports/568041 Log: Update to 6.3.0 - Handle early connection errors such as 421 during connection and EHLO states - Switch to Github Actions for CI - Generate debug output for mail(), sendmail, and qmail transports. Enable using the same mechanism as for SMTP: set SMTPDebug > 0 - Make the mail() and sendmail transports set the envelope sender the same way as SMTP does, i.e. use whatever From is set to, only falling back to the sendmail_from php.ini setting if From is unset. This avoids errors from the mail() function if Sender is not set explicitly and php.ini is not configured. This is a minor functionality change, so bumps the minor version number. - Extend parseAddresses to decode encoded names, improve tests Sponsored by: Netzkommune GmbH Modified: head/mail/phpmailer6/Makefile head/mail/phpmailer6/distinfo Modified: head/mail/phpmailer6/Makefile ============================================================================== --- head/mail/phpmailer6/Makefile Wed Mar 10 20:17:21 2021 (r568040) +++ head/mail/phpmailer6/Makefile Wed Mar 10 20:18:50 2021 (r568041) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMESUFFIX= 6 Modified: head/mail/phpmailer6/distinfo ============================================================================== --- head/mail/phpmailer6/distinfo Wed Mar 10 20:17:21 2021 (r568040) +++ head/mail/phpmailer6/distinfo Wed Mar 10 20:18:50 2021 (r568041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607248409 -SHA256 (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 78fc7fe56d970cbd6437173f4d75acec617a72e341d88d2b500b372c45ee6645 -SIZE (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 95671 +TIMESTAMP = 1615406876 +SHA256 (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = c6d4d2a91f33dad5303d652c32047f5d0a0914037a68fdf57db4291a3711d100 +SIZE (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = 97016
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103102018.12AKIoqG024181>