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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
re6stnet
Commits
446b34a4
Commit
446b34a4
authored
Sep 06, 2012
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for Debian Stable
parent
c9e33166
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
README
README
+2
-0
debian/control
debian/control
+1
-1
re6st-registry
re6st-registry
+1
-1
No files found.
README
View file @
446b34a4
...
...
@@ -67,3 +67,5 @@ re6stnet is distributed as an Python egg, and is also packaged for Debian.
See `re6stnet-registry` to set up a re6st network
and `re6stnet-conf` to join an existing network.
On Debian Squeeze, you will have to install `babeld` package from Wheezy.
debian/control
View file @
446b34a4
...
...
@@ -7,6 +7,6 @@ Standards-Version: 3.9.1
Package: re6stnet
Architecture: all
Depends: ${misc:Depends}, python (>= 2.6.6-3), python (<< 2.8), python-openssl, openvpn
, babeld
, iproute, openssl
Depends: ${misc:Depends}, python (>= 2.6.6-3), python (<< 2.8), python-openssl, openvpn
(>= 2.1.3), babeld (>= 1.3.1)
, iproute, openssl
Recommends: ${python:Recommends}
Description: resilient, scalable, IPv6 network application
re6st-registry
View file @
446b34a4
...
...
@@ -210,7 +210,7 @@ class main(object):
# Create certificate
cert
=
crypto
.
X509
()
#cert.set_serial_number(serial)
cert
.
set_serial_number
(
0
)
# required for libssl < 1.0
cert
.
gmtime_adj_notBefore
(
0
)
cert
.
gmtime_adj_notAfter
(
self
.
cert_duration
)
cert
.
set_issuer
(
self
.
ca
.
get_subject
())
...
...
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