From 99cf2adc80f61374a35ce7b0ef04980163b2112b Mon Sep 17 00:00:00 2001 From: Julien Muchembled Date: Wed, 4 May 2022 12:02:29 +0200 Subject: [PATCH] For the moment, only OpenVPN 2.4.* is supported --- README.rst | 2 +- debian/control | 2 +- re6stnet.spec | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7ac66c9..99cbec3 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ Requirements - Python 2.7 - OpenSSL binary and development libraries -- OpenVPN >= 2.4 +- OpenVPN 2.4.* - Babel_ (with Nexedi patches) - geoip2: `python library`_ and `country lite database`_ (optional) - python-miniupnpc for UPnP support (optional) diff --git a/debian/control b/debian/control index 9f5d963..cd3e922 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ X-Python-Version: >= 2.7 Package: re6stnet Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-openssl (>= 0.13), openvpn (>= 2.4), babeld (= 1.9.1+hmac-nxd2), iproute2 | iproute, openssl +Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-openssl (>= 0.13), openvpn (>= 2.4), openpvn (<< 2.5~), babeld (= 1.9.1+hmac-nxd2), iproute2 | iproute, openssl Recommends: ${python:Recommends}, logrotate Suggests: ${python:Suggests}, ndisc6 Conflicts: re6st-node diff --git a/re6stnet.spec b/re6stnet.spec index dc98776..ef6a26e 100644 --- a/re6stnet.spec +++ b/re6stnet.spec @@ -13,6 +13,7 @@ Requires: babeld = 1.6.2-nxd1 Requires: iproute Requires: openssl Requires: openvpn >= 2.4 +Requires: openvpn < 2.5 Requires: python >= 2.7 Requires: pyOpenSSL >= 0.13 Requires: python-setuptools -- 2.25.1