Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
re6stnet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
re6stnet
Commits
99cf2adc
Commit
99cf2adc
authored
2 years ago
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
For the moment, only OpenVPN 2.4.* is supported
parent
63a4702c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
README.rst
README.rst
+1
-1
debian/control
debian/control
+1
-1
re6stnet.spec
re6stnet.spec
+1
-0
No files found.
README.rst
View file @
99cf2adc
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
99cf2adc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
re6stnet.spec
View file @
99cf2adc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment