Skip to content
Snippets Groups Projects
Verified Commit 7e454c30 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/routing - bird: update to version 1.6.5

parent 19886918
No related branches found
No related tags found
No related merge requests found
From 36d932af2b0931d69bece354ac68bbb4d6a68390 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <josef.schlehofer@nic.cz>
Date: Wed, 13 Feb 2019 16:17:13 +0100
Subject: [PATCH 1/1] bird: update to version 1.6.5
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
---
bird/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/bird/Makefile b/bird/Makefile
index b44114e..d8d1cad 100644
--- a/bird/Makefile
+++ b/bird/Makefile
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2009-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird
-PKG_VERSION:=1.6.3
+PKG_VERSION:=1.6.5
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_MD5SUM:=39c51cf57c3ba8b5978b2a657ffa2f647ec7f3ae643e91cf42ee5cb070cf7e7c
+PKG_HASH:=cc40c851afc354cd5348a63fc5f6fe75de590182522102e348b30a995733d21a
PKG_BUILD_DEPENDS:=ncurses readline
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
@@ -22,19 +22,19 @@ include $(INCLUDE_DIR)/package.mk
define Package/bird/Default
TITLE:=The BIRD Internet Routing Daemon
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
DEPENDS:=+libpthread
endef
define Package/birdc/Default
TITLE:=The BIRD command-line client
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
DEPENDS:= +libreadline +libncurses
endef
define Package/birdcl/Default
TITLE:=The BIRD lightweight command-line client
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
endef
define Package/bird/Default/description1
--
2.17.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment