From 594c66e37b52569dea6671f4663cb5b2d83768d5 Mon Sep 17 00:00:00 2001 From: kerneis Date: Mon, 2 Jul 2012 12:54:13 +0000 Subject: [PATCH] [packages] babeld: upstream release babeld-1.3.2 30 June 2012: babeld-1.3.2 * INCOMPATIBLE CHANGE: removed parasitic mode (-P). * Fixes to IPv4 support on BSD. * More reduction to the rate of sending requests. git-svn-id: svn://svn.openwrt.org/openwrt/packages@32577 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/babel/Makefile | 12 ++++++------ net/babel/files/babeld.config | 1 - net/babel/files/babeld.init | 1 - 3 files changed, 6 insertions(+), 8 deletions(-) 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 + URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ + MAINTAINER:=Gabriel Kerneis 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'