From: Gabor Juhos Date: Mon, 14 May 2012 19:34:06 +0000 (+0000) Subject: Update BIRD to version 1.3.7 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f104b8937b4ec05305e8ed11711e5628480971be Update BIRD to version 1.3.7 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 SVN-Revision: 31719 --- diff --git a/net/bird/Makefile b/net/bird/Makefile index 60cf7af7a1..cd7472abe3 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -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. @@ -7,12 +7,12 @@ 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_MD5SUM:=d463c2ec9478cbadbcb2d3a3c0cc40d5 +PKG_MD5SUM:=c400b008ef834d9e7288dcdbe41b7c15 PKG_BUILD_DEPENDS:=libncurses libreadline include $(INCLUDE_DIR)/package.mk