[package] babel: new upstream release
authorkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 17:53:16 +0000 (17:53 +0000)
committerkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 17:53:16 +0000 (17:53 +0000)
30 January 2011: babeld 1.1.0:

  * INCOMPATIBLE CHANGE: the UDP port number and multicast group have
    been changed to be the ones allocated by IANA.
  * Initial port to OpenBSD, by Vincent Gross.

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

net/babel/Makefile
net/babel/files/babeld.config

index 8944b73..5f0e124 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=babeld
-PKG_VERSION:=1.0.2
+PKG_VERSION:=1.1.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/
-PKG_MD5SUM:=5ac316cb3311a36ec43622bebb668f7a
+PKG_MD5SUM:=0627cdc9a5ce77a032c4399c3fa64bd1
 
 include $(INCLUDE_DIR)/package.mk
 
index f3eea2c..acc9e8a 100644 (file)
@@ -1,8 +1,8 @@
 package babeld
 
 config general
-       # option 'multicast_address' 'ff02::cca6:c0f9:e182:5373'
-       # option 'port' '8475'
+       # option 'multicast_address' 'ff02:0:0:0:0:0:1:6'
+       # option 'port' '6697'
        # option 'state_file' '/var/lib/babel-state'
        # option 'hello_interval' '4'
        # option 'wired_hello_interval' '20'