babel: new upstream release
authorGabriel Kerneis <kerneis@pps.jussieu.fr>
Thu, 3 Feb 2011 17:53:16 +0000 (17:53 +0000)
committerGabriel Kerneis <kerneis@pps.jussieu.fr>
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.

SVN-Revision: 25345

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

index 8944b7330c29ba7c2e6dc20d14fc1d7bbb1de26f..5f0e1243d2ddfb9bd1e5c139b5afd2cbfbaef2a4 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 f3eea2c4bd23c70a2ea0f0c86d482b755401fcea..acc9e8a5ae34e69451872e76eff6c45c18d070f8 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'