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

patches/routing: bird: update to 1.6.8: accepted

parent 3c697460
Branches
Tags
No related merge requests found
From 60dc8b836450a880087a80f27688601770caa530 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= <toke@toke.dk>
Date: Mon, 19 Aug 2019 12:34:49 +0200
Subject: [PATCH 1/2] bird: Bump to v1.6.7
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
(cherry-picked from commit 559619d9d9014dc8894166731a935758558e42f0)
---
bird/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bird/Makefile b/bird/Makefile
index 004d35a..490bfdd 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.6
+PKG_VERSION:=1.6.7
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_HASH:=975b3b7aefbe1e0dc9c11e55517f0ca2d82cca1d544e2e926f78bc843aaf2d70
+PKG_HASH:=7eab27ff4b0117a33d20f61b161b647e1fd354b9303c4ed4d3f99260b2173dc9
PKG_BUILD_DEPENDS:=ncurses readline
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
--
2.24.1
From d77bb6718ec298f516681f23c28474930a7d801e Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Sun, 29 Sep 2019 20:35:10 +0200
Subject: [PATCH 2/2] bird: Update to version 1.6.8
Fixes CVE-2019-16159
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
6c61ab5d2ef59d2559a8735b8252b5a0238013b43e5fb8a96c5d9d06e7bc00b2)
---
bird/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bird/Makefile b/bird/Makefile
index 490bfdd..37627c9 100644
--- a/bird/Makefile
+++ b/bird/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird
-PKG_VERSION:=1.6.7
+PKG_VERSION:=1.6.8
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_HASH:=7eab27ff4b0117a33d20f61b161b647e1fd354b9303c4ed4d3f99260b2173dc9
+PKG_HASH:=6c61ab5d2ef59d2559a8735b8252b5a0238013b43e5fb8a96c5d9d06e7bc00b2
PKG_BUILD_DEPENDS:=ncurses readline
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
--
2.24.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