Skip to content

Commit 4af03f6

Browse files
committedMay 12, 2017
openvpn: update to version 2.4.2 to fix CVE-2017-7478 and CVE-2017-7479
(cherry picked from commit ae6f932)
1 parent 21e75aa commit 4af03f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/networking/openvpn/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ with stdenv.lib;
88

99
stdenv.mkDerivation rec {
1010
name = "openvpn-${version}";
11-
version = "2.4.0";
11+
version = "2.4.2";
1212

1313
src = fetchurl {
1414
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.xz";
15-
sha256 = "0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg";
15+
sha256 = "1ydzy5i7yaifz0v1ivrckksvm0nkkx5sia3g5y5b1xkx9cw4yp6z";
1616
};
1717

1818
buildInputs = [ lzo openssl pkgconfig ]

0 commit comments

Comments
 (0)
Please sign in to comment.