From 119faefe29ae82b803a1eb88b00ab8cfb6b0377a Mon Sep 17 00:00:00 2001 From: mandree Date: Wed, 21 Jun 2017 17:22:37 +0000 Subject: 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 --- security/openvpn/Makefile | 2 +- security/openvpn/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'security/openvpn') 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 -- cgit