Skip to content

Commit 94fd15e

Browse files
committedSep 28, 2017
openvpn: 2.4.3 -> 2.4.4 for CVE-2017-12166
https://community.openvpn.net/openvpn/wiki/CVE-2017-12166 (cherry picked from commit 8e4586d)
1 parent 3b83be9 commit 94fd15e

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.3";
11+
version = "2.4.4";
1212

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

1818
nativeBuildInputs = [ pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.