diff options
author | mandree <mandree@FreeBSD.org> | 2017-05-12 05:19:20 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-05-12 05:19:20 +0800 |
commit | 1c83204772d457c08f0db4d0ae2f872b59ff124d (patch) | |
tree | ade163a8e007c7fcfba479c6e822ba2d0a3832e1 /security | |
parent | d7a77d032a7172a6afe555da0c0705b24a06f4a1 (diff) | |
download | freebsd-ports-gnome-1c83204772d457c08f0db4d0ae2f872b59ff124d.tar.gz freebsd-ports-gnome-1c83204772d457c08f0db4d0ae2f872b59ff124d.tar.zst freebsd-ports-gnome-1c83204772d457c08f0db4d0ae2f872b59ff124d.zip |
OpenVPN update to 2.4.2 (security fixes)
ChangeLog:
<https://github.com/OpenVPN/openvpn/blob/v2.4.2/Changes.rst#version-242>
Details:
<https://github.com/OpenVPN/openvpn/releases/tag/v2.4.2>
Security Announcement:
<https://community.openvpn.net/openvpn/wiki/QuarkslabAndCryptographyEngineerAudits>
Reported by: Samuli Seppänen
Security: 04cc7bd2-3686-11e7-aa64-080027ef73ec
Security: CVE-2017-7478
Security: CVE-2017-7479
MFH: 2017Q2
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 2fae57d2b82f..b9a11e74622f 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.4.1 +DISTVERSION= 2.4.2 PORTREVISION?= 0 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 02041ce3714a..1eb30c7d288e 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490301135 -SHA256 (openvpn-2.4.1.tar.xz) = fde9e22c6df7a335d2d58c6a4d5967be76df173c766a5c51ece57fd044c76ee5 -SIZE (openvpn-2.4.1.tar.xz) = 920796 +TIMESTAMP = 1494532032 +SHA256 (openvpn-2.4.2.tar.xz) = df5c4f384b7df6b08a2f6fa8a84b9fd382baf59c2cef1836f82e2a7f62f1bff9 +SIZE (openvpn-2.4.2.tar.xz) = 918448 |