From e80f582b2bcb43fa34d5b69c4f434ea43420e7cf Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 21 Aug 2019 15:45:50 +0200 Subject: [PATCH] babeld: Update to version 1.8.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates babeld to the latest release from the babeld-1.8-branch, which introduces mostly fixes: 22 July 2019: babeld-1.8.5 * Fixed a bug that caused confustion between learned routes and imported routes (thanks to Fabian Bläse). * Fixed a bug that prevented install filters from being evaluated (thanks to Killian Lufau). 9 November 2018: babeld-1.8.4 * Fixed a bug that discarded pipelined commands received on the local configuration interface. * Added the per-interface option rfc6126-compatible. 24 September 2018: babeld-1.8.3 * Fixed a read-only two byte buffer overflow in the packet parser. This is a read-only overflow, and hence most probably not exploitable. * Fixed an issue with creating unreachable routes on recent kernels (4.16 and up). Thanks to Christof Schulze. * Notice interface changes faster by listening to more netlink events. Thanks to Christof Schulze. * Fixed a local interface issue when an interface has no link-local address. Thanks to Christof Schulze. During the last months, "babeld-1.8.5" has shown superior stability compared to earlier versions in my tests. Signed-off-by: Adrian Schmutzler --- babeld/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/babeld/Makefile b/babeld/Makefile index 5cf136d..972862c 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.8.2 +PKG_VERSION:=1.8.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/ -PKG_MD5SUM:=eec395ade02524b3f351507a21742939 -PKG_HASH:=07edecb132386d5561a767482bc5200e04239b18e48c2f0f47ae1c78d60fe5dc +PKG_HASH:=202d99c275604507c6ce133710522f1ddfb62cb671c26f1ac2d3ab44af3d5bc4 PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk