svn commit: r488194 - in head/mail: claws-mail claws-mail-bogofilter claws-mail-vcalendar

Jochen Neumeister joneum at FreeBSD.org
Sun Dec 23 11:29:57 UTC 2018


Author: joneum
Date: Sun Dec 23 11:29:55 2018
New Revision: 488194
URL: https://svnweb.freebsd.org/changeset/ports/488194

Log:
  Update to 3.17.3
  
  Changelog:
  * Add support for TLS Server Name Indication (SNI). This enables the
    sending of your hostname, if available, to the server so that it
    can select the appropriate certificate for your domain. This is
    useful for servers which host multiple domains on the same IP
    address.
    This is a hidden Account preference, 'use_tls_sni', and is enabled
    by default.
  
  * SSL/TLS certificate manager: The Delete key will now delete the
    selected certificate.
  
  * Window sizes are now remembered for the 'Apply tags' and SSL/TLS
    certificate manager windows.
  
  * bug fixes:
  	o bug 3519, 'Links including umlauts are broken'
  	o bug 4134, ''Save message to' option not set when it should
  		     be'
  	o prevent the Tools/SSL/TLS Certificates dialogue from
  	  crashing when certificate filenames contain a fingerprint.
  	o build on GNU Hurd.
  	o various build fixes when building without GnuTLS.
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/mail/claws-mail-bogofilter/Makefile
  head/mail/claws-mail-vcalendar/Makefile
  head/mail/claws-mail/Makefile.claws
  head/mail/claws-mail/distinfo

Modified: head/mail/claws-mail-bogofilter/Makefile
==============================================================================
--- head/mail/claws-mail-bogofilter/Makefile	Sun Dec 23 11:27:32 2018	(r488193)
+++ head/mail/claws-mail-bogofilter/Makefile	Sun Dec 23 11:29:55 2018	(r488194)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bogofilter
-PORTREVISION=	1
+PORTREVISION=	0
 
 COMMENT=	Spam filtering plugin for Claws Mail
 

Modified: head/mail/claws-mail-vcalendar/Makefile
==============================================================================
--- head/mail/claws-mail-vcalendar/Makefile	Sun Dec 23 11:27:32 2018	(r488193)
+++ head/mail/claws-mail-vcalendar/Makefile	Sun Dec 23 11:29:55 2018	(r488194)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	vcalendar
-PORTREVISION=	1
+PORTREVISION=	0
 
 COMMENT=	vCalendar plugin for Claws Mail
 

Modified: head/mail/claws-mail/Makefile.claws
==============================================================================
--- head/mail/claws-mail/Makefile.claws	Sun Dec 23 11:27:32 2018	(r488193)
+++ head/mail/claws-mail/Makefile.claws	Sun Dec 23 11:29:55 2018	(r488194)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTVERSION=	3.17.2
+PORTVERSION=	3.17.3
 CATEGORIES?=	mail
 MASTER_SITES=	http://www.claws-mail.org/download.php?file=releases/
 

Modified: head/mail/claws-mail/distinfo
==============================================================================
--- head/mail/claws-mail/distinfo	Sun Dec 23 11:27:32 2018	(r488193)
+++ head/mail/claws-mail/distinfo	Sun Dec 23 11:29:55 2018	(r488194)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544976537
-SHA256 (claws-mail-3.17.2.tar.xz) = 25cf42c8edc40a0c57e678e135c2eb577145dce6c0aa9f880f0e51b7ef3c61c1
-SIZE (claws-mail-3.17.2.tar.xz) = 6166160
+TIMESTAMP = 1545563171
+SHA256 (claws-mail-3.17.3.tar.xz) = 504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2
+SIZE (claws-mail-3.17.3.tar.xz) = 6164392


More information about the svn-ports-all mailing list