Update BIRD to version 1.3.7
authorGabor Juhos <juhosg@openwrt.org>
Mon, 14 May 2012 19:34:06 +0000 (19:34 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 14 May 2012 19:34:06 +0000 (19:34 +0000)
Besides some nice new featues like an include command in config files, the
possibility to define protocol instances from templates, and support for BGP
peerings on link-local IPv6 addresses the new release also contains lots of
bugfixes.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 31719

net/bird/Makefile

index 60cf7af7a180d62090bde857f6ec2dc0c39c1719..cd7472abe33c20ef36913ed3444446a818a2404e 100644 (file)
@@ -1,5 +1,5 @@
 # 
 # 
-# Copyright (C) 2009-2011 OpenWrt.org
+# Copyright (C) 2009-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bird
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bird
-PKG_VERSION:=1.3.3
-PKG_RELEASE:=3
+PKG_VERSION:=1.3.7
+PKG_RELEASE:=1
 
 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
 
 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_MD5SUM:=d463c2ec9478cbadbcb2d3a3c0cc40d5
+PKG_MD5SUM:=c400b008ef834d9e7288dcdbe41b7c15
 PKG_BUILD_DEPENDS:=libncurses libreadline
 
 include $(INCLUDE_DIR)/package.mk
 PKG_BUILD_DEPENDS:=libncurses libreadline
 
 include $(INCLUDE_DIR)/package.mk