From 612c04ab757d869da7ee02fc6023ac66c69de4f4 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 14 May 2012 19:34:06 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@31719 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bird/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/bird/Makefile b/net/bird/Makefile index 60cf7af7a..cd7472abe 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