From owner-svn-ports-all@freebsd.org Wed Mar 10 20:18:50 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D792657605D; Wed, 10 Mar 2021 20:18:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwk1Q5kpPz4cX4; Wed, 10 Mar 2021 20:18:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6F3D17AD7; Wed, 10 Mar 2021 20:18:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AKIo6h024183; Wed, 10 Mar 2021 20:18:50 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AKIoqG024181; Wed, 10 Mar 2021 20:18:50 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202103102018.12AKIoqG024181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 10 Mar 2021 20:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568041 - head/mail/phpmailer6 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/mail/phpmailer6 X-SVN-Commit-Revision: 568041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 20:18:50 -0000 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