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

routing/packages: bird1: update to version 1.6.6

parent d294484a
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From e6da44830d376cad42884419c18a0363f291da42 Mon Sep 17 00:00:00 2001
From 6141d5d182dbf961430b6970279fe21d7fb528e4 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <josef.schlehofer@nic.cz>
Date: Mon, 14 Jan 2019 13:19:30 +0100
Subject: [PATCH 1/1] bird1: update to version 1.6.5
URL changed from HTTP to HTTPS
Date: Wed, 13 Mar 2019 10:25:08 +0100
Subject: [PATCH] bird1: update to version 1.6.6
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
---
bird1/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
bird1/Makefile | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/bird1/Makefile b/bird1/Makefile
index e5e32a8..bc19808 100644
index e5e32a8..123a5e8 100644
--- a/bird1/Makefile
+++ b/bird1/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird1
-PKG_VERSION:=1.6.4
+PKG_VERSION:=1.6.5
+PKG_VERSION:=1.6.6
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_MD5SUM:=c26b8caae988dba81a9dbbee93502463d4326d1b749d728d62aa5529c605afc0
+PKG_HASH:=cc40c851afc354cd5348a63fc5f6fe75de590182522102e348b30a995733d21a
+PKG_HASH:=975b3b7aefbe1e0dc9c11e55517f0ca2d82cca1d544e2e926f78bc843aaf2d70
PKG_BUILD_DEPENDS:=ncurses readline
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
@@ -23,19 +23,19 @@ include $(INCLUDE_DIR)/package.mk
define Package/bird1/Default
TITLE:=The BIRD Internet Routing Daemon (v1.6)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
DEPENDS:=+libpthread
endef
define Package/bird1c/Default
TITLE:=The BIRD command-line client (v1.6)
- URL:=http://bird.network.cz/
- DEPENDS:= +libreadline +libncurses
+ URL:=https://bird.network.cz/
DEPENDS:= +libreadline +libncurses
+ DEPENDS:=+libreadline +libncurses
endef
define Package/bird1cl/Default
TITLE:=The BIRD lightweight command-line client (v1.6)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
endef
define Package/bird1/Default/description1
--
2.17.1
@@ -93,7 +93,7 @@ $(call Package/bird1c/Default)
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE+= (IPv4)
- DEPENDS+= +bird1-ipv4
+ DEPENDS+=+bird1-ipv4
CONFLICTS+=birdc4
endef
@@ -103,7 +103,7 @@ $(call Package/bird1cl/Default)
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE+= (IPv4)
- DEPENDS+= +bird1-ipv4
+ DEPENDS+=+bird1-ipv4
CONFLICTS+=birdcl4
endef
@@ -122,7 +122,7 @@ $(call Package/bird1c/Default)
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE+= (IPv6)
- DEPENDS+= +bird1-ipv6
+ DEPENDS+=+bird1-ipv6
CONFLICTS+=birdc6
endef
@@ -132,7 +132,7 @@ $(call Package/bird1cl/Default)
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE+= (IPv6)
- DEPENDS+= +bird1-ipv6
+ DEPENDS+=+bird1-ipv6
CONFLICTS+=birdcl6
endef
--
2.19.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment