Date: Wed, 27 Sep 2017 21:27:15 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450792 - head/security/openvpn Message-ID: <201709272127.v8RLRFmi063817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Wed Sep 27 21:27:15 2017 New Revision: 450792 URL: https://svnweb.freebsd.org/changeset/ports/450792 Log: OpenVPN[-mbedtls] security update to 2.4.4 Upstream maintainers write: "This release includes a large number of small fixes and enhancements. There is also an important security fix for legacy setups that may still be using key-method 1. As that option was deprecated 12 years ago we estimate that not many production setups are affected in practice." Security information: <https://community.openvpn.net/openvpn/wiki/CVE-2017-12166> Change Summary: <https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-244> Changes as Git shortlog: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24#OpenVPN2.4.4> Given the low impact, let's forget about MFHing this three days before 2017Q3 becomes EOL and relieved by 2017Q4. Reported by: portscout Security: CVE-2017-12166 Security: 3dd6ccf4-a3c6-11e7-a52e-0800279f2ff8 Modified: head/security/openvpn/Makefile head/security/openvpn/distinfo Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Wed Sep 27 21:18:59 2017 (r450791) +++ head/security/openvpn/Makefile Wed Sep 27 21:27:15 2017 (r450792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.4.3 +DISTVERSION= 2.4.4 PORTREVISION?= 0 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.net/community/releases/ \ Modified: head/security/openvpn/distinfo ============================================================================== --- head/security/openvpn/distinfo Wed Sep 27 21:18:59 2017 (r450791) +++ head/security/openvpn/distinfo Wed Sep 27 21:27:15 2017 (r450792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498064673 -SHA256 (openvpn-2.4.3.tar.xz) = 15e15fc97f189b52aee7c90ec8355aa77469c773125110b4c2f089abecde36fb -SIZE (openvpn-2.4.3.tar.xz) = 938440 +TIMESTAMP = 1506531327 +SHA256 (openvpn-2.4.4.tar.xz) = 96cd1b8fe1e8cb2920f07c3fd3985faea756e16fdeebd11d3e146d5bd2b04a80 +SIZE (openvpn-2.4.4.tar.xz) = 924172
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709272127.v8RLRFmi063817>