summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Kerneis2015-06-17 08:56:44 +0000
committerGabriel Kerneis2015-06-17 08:56:44 +0000
commit2a636973ebddacbbe50dda8bb837bbc720e99a51 (patch)
treeae9c5d1e5bfdb8e9ac6b9b445d83324533c45749
parentb760a5e09d5a2ba3a4de5a19258ebdbb3d9cf846 (diff)
downloadrouting-2a636973ebddacbbe50dda8bb837bbc720e99a51.tar.gz
babeld: bump to 1.6.1
16 June 2015: babeld-1.6.1. * Fixed a buffer overflow in zone_equal. This is probably not exploitable, but might cause incorrect routing tables in the presence of source-specific routing. * Added support for defaulting ipv6-subtrees automatically based on the kernel version. * Fixed compilation under musl. Signed-off-by: Gabriel Kerneis <kerneis@google.com>
-rw-r--r--babeld/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/babeld/Makefile b/babeld/Makefile
index 4247d91..ec1d247 100644
--- a/babeld/Makefile
+++ b/babeld/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=babeld
-PKG_VERSION:=1.6.0
-PKG_RELEASE:=3
+PKG_VERSION:=1.6.1
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
-PKG_MD5SUM:=b0602a6124ddafb37225bd1a2d8abb13
+PKG_MD5SUM:=74290f6c3678f314c79bdc0ab99d9f22
PKG_LICENSE:=MIT
include $(INCLUDE_DIR)/package.mk