From patchwork Sun Sep 8 21:54:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Add feed patch to update babeld to 1.9.1 From: Fabian Blaese X-Patchwork-Id: 1187 Message-Id: <20190908215442.9963-1-fabian@blaese.de> To: franken-dev@freifunk.net Date: Sun, 8 Sep 2019 23:54:42 +0200 Signed-off-by: Fabian Bläse Acked-by: Christian Dresel --- .../routing/0001-Update-babeld-to-1.9.1.patch | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 feed_patches/routing/0001-Update-babeld-to-1.9.1.patch diff --git a/feed_patches/routing/0001-Update-babeld-to-1.9.1.patch b/feed_patches/routing/0001-Update-babeld-to-1.9.1.patch new file mode 100644 index 0000000..7d4807d --- /dev/null +++ b/feed_patches/routing/0001-Update-babeld-to-1.9.1.patch @@ -0,0 +1,32 @@ +From a9b2106178cf8f249056e23525c9841029bdf3d8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= +Date: Sun, 8 Sep 2019 23:19:33 +0200 +Subject: [PATCH] Update babeld to 1.9.1 + +--- + babeld/Makefile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/babeld/Makefile b/babeld/Makefile +index 5cf136d..3235847 100644 +--- a/babeld/Makefile ++++ b/babeld/Makefile +@@ -8,13 +8,13 @@ + include $(TOPDIR)/rules.mk + + PKG_NAME:=babeld +-PKG_VERSION:=1.8.2 ++PKG_VERSION:=1.9.1 + 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:=1e1b3c01dd929177bc8d027aff1494da75e1e567e1f60df3bb45a78d5f1ca0b4 + PKG_LICENSE:=MIT + + include $(INCLUDE_DIR)/package.mk +-- +2.23.0 +