From owner-svn-ports-all@freebsd.org Sun Dec 23 11:29:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1556C135799A; Sun, 23 Dec 2018 11:29:57 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC4F16F3E0; Sun, 23 Dec 2018 11:29:56 +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 9C408C695; Sun, 23 Dec 2018 11:29:56 +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 wBNBTuLr051287; Sun, 23 Dec 2018 11:29:56 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNBTtja051283; Sun, 23 Dec 2018 11:29:55 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812231129.wBNBTtja051283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 23 Dec 2018 11:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488194 - in head/mail: claws-mail claws-mail-bogofilter claws-mail-vcalendar X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/mail: claws-mail claws-mail-bogofilter claws-mail-vcalendar X-SVN-Commit-Revision: 488194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AC4F16F3E0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 23 Dec 2018 11:29:57 -0000 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