tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
openvpn: Update to 2.3.7
Eelco Dolstra
10 years ago
9000ddce
a88b9bf1
+2
-7
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
openvpn
default.nix
+2
-7
pkgs/tools/networking/openvpn/default.nix
···
3
3
with stdenv.lib;
4
4
5
5
stdenv.mkDerivation rec {
6
6
-
name = "openvpn-2.3.6";
6
6
+
name = "openvpn-2.3.7";
7
7
8
8
src = fetchurl {
9
9
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
10
10
-
sha256 = "09jvxr4wcsmk55gqv3cblm60kzs9ripv9h4y50d1lbn177zx5bkv";
10
10
+
sha256 = "0vhl0ddpxqfibc0ah0ci7ix9bs0cn5shhmhijg550qpbdb6s80hz";
11
11
};
12
12
13
13
patches = optional stdenv.isLinux ./systemd-notify.patch;
···
19
19
--enable-iproute2
20
20
--enable-systemd
21
21
IPROUTE=${iproute}/sbin/ip
22
22
-
'';
23
23
-
24
24
-
preConfigure = ''
25
25
-
substituteInPlace ./src/openvpn/console.c \
26
26
-
--replace /bin/systemd-ask-password /run/current-system/sw/bin/systemd-ask-password
27
22
'';
28
23
29
24
postInstall = ''