diff options
author | mandree <mandree@FreeBSD.org> | 2017-06-22 01:22:37 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-06-22 01:22:37 +0800 |
commit | 119faefe29ae82b803a1eb88b00ab8cfb6b0377a (patch) | |
tree | 79157c8e5057b23703bd050d5f11c8b7b80b8188 /security/openvpn | |
parent | 12af1eb25137802aa45ef5971c0cd7c307ae1aef (diff) | |
download | freebsd-ports-gnome-119faefe29ae82b803a1eb88b00ab8cfb6b0377a.tar.gz freebsd-ports-gnome-119faefe29ae82b803a1eb88b00ab8cfb6b0377a.tar.zst freebsd-ports-gnome-119faefe29ae82b803a1eb88b00ab8cfb6b0377a.zip |
OpenVPN security update to 2.4.3
OpenVPN v2.4.2 was analyzed closely using a fuzzer by Guido Vranken. In
the process several vulnerabilities were found, some of which are
remotely exploitable in certain circumstances.
Compared to OpenVPN 2.4.2 there are several bugfixes and one major
feature: support for building with OpenSSL 1.1.
MFH: 2017Q3 (preapproved by Xin Li)
Security: 9f65d382-56a4-11e7-83e3-080027ef73ec
Security: CVE-2017-7508
Security: CVE-2017-7512
Security: CVE-2017-7520
Security: CVE-2017-7521
Security: CVE-2017-7522
Diffstat (limited to 'security/openvpn')
-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 658d076a5298..450e3e3a2bba 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.4.2 +DISTVERSION= 2.4.3 PORTREVISION?= 0 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.net/community/releases/ \ diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 1eb30c7d288e..2e93adfc7b43 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494532032 -SHA256 (openvpn-2.4.2.tar.xz) = df5c4f384b7df6b08a2f6fa8a84b9fd382baf59c2cef1836f82e2a7f62f1bff9 -SIZE (openvpn-2.4.2.tar.xz) = 918448 +TIMESTAMP = 1498064673 +SHA256 (openvpn-2.4.3.tar.xz) = 15e15fc97f189b52aee7c90ec8355aa77469c773125110b4c2f089abecde36fb +SIZE (openvpn-2.4.3.tar.xz) = 938440 |