summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph König2014-09-03 17:05:24 +0000
committerChristoph König2014-09-03 17:23:47 +0000
commit3d65bb5f3aedcd68e01a5ab04bebf227e12a120b (patch)
treee1b634fe03f713dd8eb0b901891bc6d977f8c1ab
parent2db474d8085f268381c15ffd5f4d57c05a80e2cd (diff)
downloadrouting-3d65bb5f3aedcd68e01a5ab04bebf227e12a120b.tar.gz
quagga: Update to 0.99.22.4
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
-rw-r--r--quagga/Makefile6
-rw-r--r--quagga/patches/120-quagga_manet.patch6
2 files changed, 6 insertions, 6 deletions
diff --git a/quagga/Makefile b/quagga/Makefile
index eb2e2ff..e9bb6c7 100644
--- a/quagga/Makefile
+++ b/quagga/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=quagga
-PKG_VERSION:=0.99.22.3
+PKG_VERSION:=0.99.22.4
PKG_RELEASE:=1
-PKG_MD5SUM:=1467b6828842af59b31252515729bb09
+PKG_MD5SUM:=03ef24a448be47beba80efa2152f8a28
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/quagga/
PKG_CONFIG_DEPENDS:= \
CONFIG_IPV6 \
diff --git a/quagga/patches/120-quagga_manet.patch b/quagga/patches/120-quagga_manet.patch
index 684a27d..2411bd0 100644
--- a/quagga/patches/120-quagga_manet.patch
+++ b/quagga/patches/120-quagga_manet.patch
@@ -205,7 +205,7 @@
{
time_t uptime;
struct tm *tm;
-@@ -777,7 +780,10 @@ vty_show_ip_route (struct vty *vty, stru
+@@ -784,7 +787,10 @@ vty_show_ip_route (struct vty *vty, stru
|| rib->type == ZEBRA_ROUTE_OSPF
|| rib->type == ZEBRA_ROUTE_BABEL
|| rib->type == ZEBRA_ROUTE_ISIS
@@ -217,7 +217,7 @@
{
time_t uptime;
struct tm *tm;
-@@ -1570,7 +1576,10 @@ vty_show_ipv6_route_detail (struct vty *
+@@ -1577,7 +1583,10 @@ vty_show_ipv6_route_detail (struct vty *
|| rib->type == ZEBRA_ROUTE_OSPF6
|| rib->type == ZEBRA_ROUTE_BABEL
|| rib->type == ZEBRA_ROUTE_ISIS
@@ -229,7 +229,7 @@
{
time_t uptime;
struct tm *tm;
-@@ -1750,7 +1759,10 @@ vty_show_ipv6_route (struct vty *vty, st
+@@ -1757,7 +1766,10 @@ vty_show_ipv6_route (struct vty *vty, st
|| rib->type == ZEBRA_ROUTE_OSPF6
|| rib->type == ZEBRA_ROUTE_BABEL
|| rib->type == ZEBRA_ROUTE_ISIS