Commit aed51ca6 authored by Julien Muchembled's avatar Julien Muchembled

New upstream release of babeld

parent c7846fdc
......@@ -7,7 +7,7 @@ Standards-Version: 3.9.1
Package: re6stnet
Architecture: all
Depends: ${misc:Depends}, python (>= 2.6.6-3), python-pkg-resources, python-argparse, python-openssl (>= 0.13), openvpn (>= 2.3), babeld (= 1.6.0-nxd1), iproute2 | iproute, openssl
Depends: ${misc:Depends}, python (>= 2.6.6-3), python-pkg-resources, python-argparse, python-openssl (>= 0.13), openvpn (>= 2.3), babeld (= 1.6.2-nxd1), iproute2 | iproute, openssl
Recommends: ${python:Recommends}, logrotate
Suggests: ndisc6
Description: resilient, scalable, IPv6 network application
......@@ -91,7 +91,7 @@ def router(ip, ip4, src, hello_interval, log_path, state_path,
if ip4:
cmd += '-C', 'install pref-src ' + ip4
if control_socket:
cmd += '-R', '%s' % control_socket
cmd += '-X', '%s' % control_socket
cmd += args
# WKRD: babeld fails to start if pidfile already exists
try:
......
......@@ -8,7 +8,7 @@ Release: %(set %ver; echo ${1#*-})
License: GPLv2+
Group: Applications/Internet
BuildArch: noarch
Requires: babeld = 1.6.0-nxd1
Requires: babeld = 1.6.2-nxd1
Requires: iproute
Requires: openssl
Requires: openvpn >= 2.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment