diff --git a/net/babel/Makefile b/net/babel/Makefile index 4a8815207..dc7dac8aa 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.3.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.3.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ -PKG_MD5SUM:=bc1cb1924c61b4dad6410e342827e8c5 +PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/ +PKG_MD5SUM:=56ca5107112aec09279995b7985c5ac3 include $(INCLUDE_DIR)/package.mk @@ -22,8 +22,8 @@ define Package/babeld CATEGORY:=Network SUBMENU:=Routing and Redirection TITLE:=A loop-free distance-vector routing protocol - URL:=http://www.pps.jussieu.fr/~jch/software/babel/ - MAINTAINER:=Gabriel Kerneis <kerneis@pps.jussieu.fr> + URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ + MAINTAINER:=Gabriel Kerneis <kerneis@pps.univ-paris-diderot.fr> DEPENDS:=+kmod-ipv6 +librt endef diff --git a/net/babel/files/babeld.config b/net/babel/files/babeld.config index ed63a3b5a..688da5a4f 100644 --- a/net/babel/files/babeld.config +++ b/net/babel/files/babeld.config @@ -14,7 +14,6 @@ config general # option 'carrier_sense' 'false' # option 'assume_wireless' 'false' # option 'no_split_horizon' 'false' - # option 'parasitic' 'false' # option 'debug' '0' # Listen for connections from a front-end, e.g. on port 33123. ## option 'local_server' '33123' diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 3550a8c4a..67a354481 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -97,7 +97,6 @@ babel_config() { append_bool "$cfg" 'carrier_sense' '-l' append_bool "$cfg" 'assume_wireless' '-w' append_bool "$cfg" 'no_split_horizon' '-s' - append_bool "$cfg" 'parasitic' '-P' append_bool "$cfg" 'keep_unfeasible' '-u' append_parm "$cfg" 'multicast_address' '-m'