From 9ef0e887918d0fba118743971542b05c364d6ebe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:10:14 +0800 Subject: smcroute: upgrade 2.5.6 -> 2.5.7 Changelog: Fix #207: crash when adding IPv6 multicast route on a kernel without IPv6 multicast support Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb | 13 ------------- meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb create mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb deleted file mode 100644 index 09752825c2..0000000000 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.6.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 = "999bdd724a1f963ac8bfd0598ffdd2a3d651646e" -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.7.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb new file mode 100644 index 0000000000..950f6a2e21 --- /dev/null +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.7.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 = "b315d06ddb0dad16a52fe91e5831b4030ce37010" +SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf