From a71ecc3dddc484c4c3c5b0ea92ee33f51abd766c Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 13 May 2018 01:05:47 +0200 Subject: [PATCH] babeld: Update to 1.8.2 This fixes a serious bug where IPv4 routes were not being redistributed. Signed-off-by: Baptiste Jonglez --- babeld/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/babeld/Makefile b/babeld/Makefile index db2b32c..5cf136d 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.8.1 +PKG_VERSION:=1.8.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/ -PKG_MD5SUM:=a57caa5be996c61bd6a1616fdc01d807 +PKG_MD5SUM:=eec395ade02524b3f351507a21742939 +PKG_HASH:=07edecb132386d5561a767482bc5200e04239b18e48c2f0f47ae1c78d60fe5dc PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk