diff options
author | mandree <mandree@FreeBSD.org> | 2017-09-28 05:27:15 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-09-28 05:27:15 +0800 |
commit | f074c14658f1192ef2433d191f161e4d14c108e7 (patch) | |
tree | 8b4a70c5dd5960df99394e15b8821f99b2c56bc2 /security | |
parent | 16757ee7a741320ebabc23aae37accbcde39263c (diff) | |
download | freebsd-ports-gnome-f074c14658f1192ef2433d191f161e4d14c108e7.tar.gz freebsd-ports-gnome-f074c14658f1192ef2433d191f161e4d14c108e7.tar.zst freebsd-ports-gnome-f074c14658f1192ef2433d191f161e4d14c108e7.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 450e3e3a2bba..f13b1a46324e 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -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/ \ diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 2e93adfc7b43..82ecc75535f4 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -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 |