From 52077cd67478693bb29cfaf2ad0d966736458a13 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 14 Apr 2022 11:25:18 +0800 Subject: smcroute: upgrade 2.5.4 -> 2.5.5 Changelog: ========= ### Changes - Revert extraction of version from GIT tag. Incompatible with systems that do 'autoreconf' on a dist. tarball ### Fixes - Fix #175: Parse error in '/etc/smcroute.conf'. SMCRoute fails to start on interfaces with 'mrdisc' disabled, when built with mrdisc support and '-N' passed on command line Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb | 13 ------------- meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb create mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb deleted file mode 100644 index 649e6d4e8e..0000000000 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Static Multicast Routing Daemon" -DESCRIPTION = "SMCRoute is a daemon and command line tool to manipulate the multicast routing table in the UNIX kernel." -HOMEPAGE = "http://troglobit.github.io/smcroute.html" -SECTION = "net" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRCREV = "9b6e397595a154c84a329c55bed21e0c43e89ee6" -SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb new file mode 100644 index 0000000000..b0b96bed8f --- /dev/null +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb @@ -0,0 +1,13 @@ +SUMMARY = "Static Multicast Routing Daemon" +DESCRIPTION = "SMCRoute is a daemon and command line tool to manipulate the multicast routing table in the UNIX kernel." +HOMEPAGE = "http://troglobit.github.io/smcroute.html" +SECTION = "net" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +SRCREV = "9ca7441add4427a91fe90c34ae4a178ed9a50553" +SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf