From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Update to version 2.3.11. Date: Mon, 27 Jun 2016 17:43:17 +0200 Message-ID: <1467042197-28617-1-git-send-email-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1277215931552079201==" List-Id: --===============1277215931552079201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The enable-password-save option has been removed with enable_password_save=3D= yes . Signed-off-by: Erik Kapfer --- lfs/openvpn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index 96e37f7..10934fc 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2015 IPFire Team = # +# Copyright (C) 2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.3.7 +VER =3D 2.3.11 =20 THISAPP =3D openvpn-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 5b819f7cd0b875f55f20a947224967aa +$(DL_FILE)_MD5 =3D fe17a25235d65e60af8986c6c78c4650 =20 install : $(TARGET) =20 @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=3D/usr \ --sysconfdir=3D/var/ipfire/ovpn \ --enable-iproute2 \ - --enable-password-save \ + enable_password_save=3Dyes \ --enable-plugins \ --enable-plugin-auth-pam \ --enable-plugin-down-root --=20 2.7.4 --===============1277215931552079201==--