aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-09-27 20:52:05 +0800
committerKhem Raj <raj.khem@gmail.com>2021-09-27 11:34:55 -0700
commit242a96b6c684ed5c30e448217c3633cb2fb90e7f (patch)
tree9a6013df1b0901ac1630cb4042c62bb7700355f3
parentd6cfc0183f6299e77fd193b5df6fdee634049d1c (diff)
downloadmeta-openembedded-contrib-242a96b6c684ed5c30e448217c3633cb2fb90e7f.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb (renamed from meta-networking/recipes-support/smcroute/smcroute_2.4.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.4.4.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb
index 0b63f79aca..f226f23af8 100644
--- a/meta-networking/recipes-support/smcroute/smcroute_2.4.4.bb
+++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb
@@ -5,7 +5,7 @@ SECTION = "net"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-SRCREV = "a8e5847e5f7e411be424f9b52a6cdf9d2ed4aeb5"
+SRCREV = "d998043dc39cb763c9adec3eda3cc8b1d79f444c"
SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git"
S = "${WORKDIR}/git"