Date: Fri, 15 Feb 2019 14:49:02 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493000 - head/mail/msmtp Message-ID: <201902151449.x1FEn2Wa062434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Fri Feb 15 14:49:01 2019 New Revision: 493000 URL: https://svnweb.freebsd.org/changeset/ports/493000 Log: mail/msmtp: update to 1.8.3 This fixes a security problem in version 1.8.2, when tls_trust_file has its default configuration, certificate-verification results are not properly checked. MFH is not needed as 2019Q1 has 1.8.1 which is not affected. Modified: head/mail/msmtp/Makefile head/mail/msmtp/distinfo Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Fri Feb 15 13:58:12 2019 (r492999) +++ head/mail/msmtp/Makefile Fri Feb 15 14:49:01 2019 (r493000) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= msmtp -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.8.3 CATEGORIES= mail ipv6 MASTER_SITES= https://marlam.de/msmtp/releases/ Modified: head/mail/msmtp/distinfo ============================================================================== --- head/mail/msmtp/distinfo Fri Feb 15 13:58:12 2019 (r492999) +++ head/mail/msmtp/distinfo Fri Feb 15 14:49:01 2019 (r493000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547551843 -SHA256 (msmtp-1.8.2.tar.xz) = d1185c1969ed00d0e2c57dbcd5eb09a9f82156042b21309d558f761978a58793 -SIZE (msmtp-1.8.2.tar.xz) = 335760 +TIMESTAMP = 1549953509 +SHA256 (msmtp-1.8.3.tar.xz) = 3cb2eefd33d048f0f82de100ef39a494e44fd1485e376ead31f733d2f36b92b4 +SIZE (msmtp-1.8.3.tar.xz) = 336120
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902151449.x1FEn2Wa062434>