diff --git a/net/quagga-unstable/Makefile b/net/quagga-unstable/Makefile index 16198e41c..087846dad 100644 --- a/net/quagga-unstable/Makefile +++ b/net/quagga-unstable/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quagga-unstable -PKG_VERSION:=0.99.13 +PKG_VERSION:=0.99.14 PKG_RELEASE:=1 -PKG_MD5SUM:=55a7d2dcf016580a7c7412b3518cd942 +PKG_MD5SUM:=3a075fd5e26ec6d52f4a51b14a2d3c2c PKG_SOURCE_URL:=http://www.quagga.net/download/ \ http://www.de.quagga.net/download/ \ diff --git a/net/quagga-unstable/patches/100-quagga_multipath_caching_policy.patch b/net/quagga-unstable/patches/100-quagga_multipath_caching_policy.patch index e3d4655c8..302383d5d 100644 --- a/net/quagga-unstable/patches/100-quagga_multipath_caching_policy.patch +++ b/net/quagga-unstable/patches/100-quagga_multipath_caching_policy.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -394,7 +394,7 @@ dnl ------------------------- +@@ -397,7 +397,7 @@ dnl ------------------------- AC_CHECK_HEADERS([stropts.h sys/ksym.h sys/times.h sys/select.h \ sys/types.h linux/version.h netdb.h asm/types.h \ sys/param.h limits.h signal.h libutil.h \ @@ -9,7 +9,7 @@ dnl Utility macro to avoid retyping includes all the time m4_define([QUAGGA_INCLUDES], -@@ -774,6 +774,17 @@ AC_SUBST(RT_METHOD) +@@ -779,6 +779,17 @@ AC_SUBST(RT_METHOD) AC_SUBST(KERNEL_METHOD) AC_SUBST(OTHER_METHOD)