diff options
| author | Saverio Proto | 2014-09-05 10:02:56 +0000 |
|---|---|---|
| committer | Saverio Proto | 2014-09-05 10:02:56 +0000 |
| commit | e291dcb7c382306e2d38378fbcce5b7f12c0f648 (patch) | |
| tree | 233ffd667635fcf841edf2b170fde2a3dbe828f8 | |
| parent | 5a554d27cc34d3213b8db88b0a76d18e30493efa (diff) | |
| parent | 3d65bb5f3aedcd68e01a5ab04bebf227e12a120b (diff) | |
| download | routing-e291dcb7c382306e2d38378fbcce5b7f12c0f648.tar.gz | |
Merge pull request #49 from cjkoenig/update_quagga
quagga: Update to 0.99.22.4
| -rw-r--r-- | quagga/Makefile | 6 | ||||
| -rw-r--r-- | quagga/patches/120-quagga_manet.patch | 6 |
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 |