We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8490930 commit 924d158Copy full SHA for 924d158
1 file changed
packages/network/openvpn/package.mk
@@ -3,8 +3,8 @@
3
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
4
5
PKG_NAME="openvpn"
6
-PKG_VERSION="2.7.0"
7
-PKG_SHA256="2f0e10eb272be61e8fb25fe1cfa20875ff30ac857ef1418000c02290bd6dfa45"
+PKG_VERSION="2.7.1"
+PKG_SHA256="9858477ec2894a8a672974d8650dcb1af2eeffb468981a2b619f0fa387081167"
8
PKG_LICENSE="GPL"
9
PKG_SITE="https://openvpn.net"
10
PKG_URL="https://swupdate.openvpn.org/community/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
@@ -17,6 +17,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_have_decl_TUNSETPERSIST=no \
17
--enable-iproute2 IPROUTE=/sbin/ip \
18
--enable-management \
19
--enable-fragment \
20
+ --without-openssl-engine \
21
--disable-port-share \
22
--disable-debug"
23
0 commit comments