From fd60ec7dae202aaf7148590140adb641800ae2f6 Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Thu, 3 Feb 2011 17:53:16 +0000 Subject: [PATCH] [package] babel: new upstream release 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 | 4 ++-- net/babel/files/babeld.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/babel/Makefile b/net/babel/Makefile index 8944b7330c..5f0e1243d2 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -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 diff --git a/net/babel/files/babeld.config b/net/babel/files/babeld.config index f3eea2c4bd..acc9e8a5ae 100644 --- a/net/babel/files/babeld.config +++ b/net/babel/files/babeld.config @@ -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' -- 2.30.2