From de31f278cf3b4a2bb85d9e47be8378e4d3e493e6 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 16 Nov 2021 11:36:41 +0800 Subject: smcroute: upgrade 2.5.3 -> 2.5.4 Changes: Automatically extract new version from GIT tag Fixes: Avoid trying to delete inactive VIFs. Fixing an annoying bogus error: "Failed deleting VIF for iface lo: Resource temporarily unavailable" Fix #171: too small string buffer for IPv6 address causing garbled output in periodic expiry callback Fix too small buffer for IPv6 address in mroute display functions Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb | 13 ------------- meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb create mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb deleted file mode 100644 index fc1575d65e..0000000000 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.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 = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRCREV = "d998043dc39cb763c9adec3eda3cc8b1d79f444c" -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.4.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb new file mode 100644 index 0000000000..21a3c44264 --- /dev/null +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.4.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 = "GPLv2+" +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 -- cgit v1.2.3-54-g00ecf