]> git.ipfire.org Git - people/ummeegge/ipfire-2.x.git/commitdiff
OpenVPN: Update to version 2.5.0 openvpn_2.5_update
authorummeegge <erik.kapfer@ipfire.org>
Wed, 18 Nov 2020 15:10:38 +0000 (15:10 +0000)
committerummeegge <erik.kapfer@ipfire.org>
Wed, 18 Nov 2020 15:10:38 +0000 (15:10 +0000)
- Update works with two warnings.
1) --ncp-disable needs to be changed to --data-ciphers .
2) --topology net30 needs to be replaced with --topology subnet .
Both changes have time until 2.6.0 .
- Should we change to "Netlink support" -->
https://github.com/OpenVPN/openvpn/blob/master/Changes.rst#new-features-1
by disable --enable-iproute2 ?

Signed-off-by: ummeegge <erik.kapfer@ipfire.org>
config/rootfiles/common/openvpn
lfs/openvpn

index 547842db3d1d6e8c1a86a71b48cd3edbb27673ad..41ccc885e6fe105f985058ad111aa708f9a3f7f4 100644 (file)
@@ -19,7 +19,6 @@ usr/sbin/openvpn
 #usr/share/doc/openvpn/README.down-root
 #usr/share/doc/openvpn/README.mbedtls
 #usr/share/doc/openvpn/management-notes.txt
-#usr/share/man/man8/openvpn.8
 var/ipfire/ovpn/ca
 var/ipfire/ovpn/caconfig
 var/ipfire/ovpn/ccd
index 779bf5520c40c7f71cb0f6445fbc688fd40c2a31..d564708264bc9d75890d3b4b01ec469afffe38f4 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.4.9
+VER        = 2.5.0
 
 THISAPP    = openvpn-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 446df6dc29364d00929ea9c725412cb8
+$(DL_FILE)_MD5 = ba426e2217833b522810d6c06f7cc8f7
 
 install : $(TARGET)
 
@@ -73,7 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --sysconfdir=/var/ipfire/ovpn \
-               --enable-iproute2 \
                --enable-plugins \
                --enable-plugin-auth-pam \
                --enable-plugin-down-root