openvpn: bump version to 2.4.1
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Thu, 23 Mar 2017 17:37:50 +0000 (17:37 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Mar 2017 13:56:43 +0000 (14:56 +0100)
--disable-eurephia configure option doesn't exist, so remove it.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openvpn/openvpn.hash
package/openvpn/openvpn.mk

index 600c25073fda52b46f8774b4a41734bf95b29dfb..a03345eb430a65681c16e5210529192d2718b8fd 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 6f23ba49a1dbeb658f49c7ae17d9ea979de6d92c7357de3d55cd4525e1b2f87e  openvpn-2.4.0.tar.xz
+sha256 fde9e22c6df7a335d2d58c6a4d5967be76df173c766a5c51ece57fd044c76ee5  openvpn-2.4.1.tar.xz
index 5e3df59f30ddea51856037d9eb44dfe7e68c4143..a2e21f9dd466ab4e8aa0f0eb30a8d1e9249cb7cd 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENVPN_VERSION = 2.4.0
+OPENVPN_VERSION = 2.4.1
 OPENVPN_SOURCE = openvpn-$(OPENVPN_VERSION).tar.xz
 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases
 OPENVPN_DEPENDENCIES = host-pkgconf openssl
@@ -22,8 +22,7 @@ OPENVPN_CONF_ENV = IFCONFIG=/sbin/ifconfig \
 ifeq ($(BR2_PACKAGE_OPENVPN_SMALL),y)
 OPENVPN_CONF_OPTS += \
        --enable-small \
-       --disable-plugins \
-       --disable-eurephia
+       --disable-plugins
 endif
 
 # BusyBox 1.21+ places the ip applet in the "correct" place