3
0
Fork 0
forked from mirrors/nixpkgs

openvpn: 2.3.7 -> 2.3.8

This commit is contained in:
John Wiegley 2015-11-25 12:54:02 -08:00
parent baa24bc1a2
commit cb1c818491

View file

@ -3,11 +3,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "openvpn-2.3.7";
name = "openvpn-2.3.8";
src = fetchurl {
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
sha256 = "0vhl0ddpxqfibc0ah0ci7ix9bs0cn5shhmhijg550qpbdb6s80hz";
sha256 = "0lbw22qv3m0axhs13razr6b4x1p7jcpvf9rzb15b850wyvpka92k";
};
patches = optional stdenv.isLinux ./systemd-notify.patch;
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
--enable-systemd
--enable-iproute2
IPROUTE=${iproute}/sbin/ip
'' + optionalString stdenv.isDarwin ''
--disable-plugin-auth-pam
'';
postInstall = ''