svn commit: r517964 - head/mail/phpmailer6

Jochen Neumeister joneum at FreeBSD.org
Tue Nov 19 12:12:00 UTC 2019


Author: joneum
Date: Tue Nov 19 12:12:00 2019
New Revision: 517964
URL: https://svnweb.freebsd.org/changeset/ports/517964

Log:
  Update to 6.1.2
  
  Changelog:
  
   - Substantial revision of DKIM header generation
   - Use shorter hashes for auto-generated CID values
   - Fix format of content-id headers, and only use them for inline attachments
   - Remove all use of XHTML
   - Lots of coding standards cleanup
   - API docs are now auto-updated via GitHub actions
   - Fix header separation bug created in 6.1.1
   - Fix misidentification of background attributes in SVG images in msgHTML
  
  Sponsored by:	Netzkommune GmbH

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

Modified: head/mail/phpmailer6/Makefile
==============================================================================
--- head/mail/phpmailer6/Makefile	Tue Nov 19 11:41:36 2019	(r517963)
+++ head/mail/phpmailer6/Makefile	Tue Nov 19 12:12:00 2019	(r517964)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpmailer
-PORTVERSION=	6.1.1
+PORTVERSION=	6.1.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	mail
 PKGNAMESUFFIX=	6

Modified: head/mail/phpmailer6/distinfo
==============================================================================
--- head/mail/phpmailer6/distinfo	Tue Nov 19 11:41:36 2019	(r517963)
+++ head/mail/phpmailer6/distinfo	Tue Nov 19 12:12:00 2019	(r517964)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570171404
-SHA256 (PHPMailer-PHPMailer-v6.1.1_GH0.tar.gz) = 4064201228caa89cf0b9c5f07fcb317a6044cea0c26bcac605411d27d166853e
-SIZE (PHPMailer-PHPMailer-v6.1.1_GH0.tar.gz) = 93058
+TIMESTAMP = 1574163243
+SHA256 (PHPMailer-PHPMailer-v6.1.2_GH0.tar.gz) = e591fb680d422777a023c5e5fe5486c2ac49424c566c283efe34c59eb38e6cd2
+SIZE (PHPMailer-PHPMailer-v6.1.2_GH0.tar.gz) = 93635


More information about the svn-ports-all mailing list