[packages] babeld: new upstream release 1.3.5
authorkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Apr 2013 21:11:41 +0000 (21:11 +0000)
committerkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Apr 2013 21:11:41 +0000 (21:11 +0000)
12 April 2013: babeld-1.3.5

  * Fix parsing of "channel interfering".  Reported by Gioacchino
    Mazzurco.
  * Correctly reset rp_filter to its old value at shutdown.  Thanks to
    Matthias Schiffer.
  * Work around a race condition that could cause us to fail to notice
    an interface's link-local address, and hence mark all neighbours
    as unreachable.  Reported by Gabriel Kerneis.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36330 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/babel/Makefile

index dc7dac8..02cd3b4 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=babeld
-PKG_VERSION:=1.3.2
+PKG_VERSION:=1.3.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
-PKG_MD5SUM:=56ca5107112aec09279995b7985c5ac3
+PKG_MD5SUM:=55f3df2429f4cf7816fce312591ba488
 
 include $(INCLUDE_DIR)/package.mk