From 242a96b6c684ed5c30e448217c3633cb2fb90e7f Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 27 Sep 2021 20:52:05 +0800 Subject: smcroute: upgrade 2.4.4 -> 2.5.3 v2.5.3 Changes New tests to verify add/del of IPv4/IPv6 routes in kernel MFC Fixes Fix #166: build warning with gcc 10.2.1: "comparison is always true due to limited range of data type" Fix build warning with --disable-mrdisc configure option Fix #167: cannot remove routes added with smcroutectl add, only affects add/del at runtime with smcroutectl, not .conf reload Fix #168: build problem on Debian/kFreeBSD, used wrong queue.h Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-networking/recipes-support/smcroute/smcroute_2.4.4.bb | 13 ------------- meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.4.4.bb create mode 100644 meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.4.4.bb b/meta-networking/recipes-support/smcroute/smcroute_2.4.4.bb deleted file mode 100644 index 0b63f79aca..0000000000 --- a/meta-networking/recipes-support/smcroute/smcroute_2.4.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 = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRCREV = "a8e5847e5f7e411be424f9b52a6cdf9d2ed4aeb5" -SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git" - -S = "${WORKDIR}/git" - -inherit autotools diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb new file mode 100644 index 0000000000..f226f23af8 --- /dev/null +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.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 = "d998043dc39cb763c9adec3eda3cc8b1d79f444c" +SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git" + +S = "${WORKDIR}/git" + +inherit autotools -- cgit 1.2.3-korg