diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-14 17:10:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-19 08:27:58 -0700 |
| commit | 9ef0e887918d0fba118743971542b05c364d6ebe (patch) | |
| tree | be1de529edc9d0b465e6833a2280b3a82bbf3758 | |
| parent | 97fa607158ee3b4730e3520949da0e6f271bba79 (diff) | |
| download | meta-openembedded-9ef0e887918d0fba118743971542b05c364d6ebe.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb (renamed from meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb index 09752825c2..950f6a2e21 100644 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb | |||
| @@ -5,7 +5,7 @@ SECTION = "net" | |||
| 5 | LICENSE = "GPL-2.0-or-later" | 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 7 | 7 | ||
| 8 | SRCREV = "999bdd724a1f963ac8bfd0598ffdd2a3d651646e" | 8 | SRCREV = "b315d06ddb0dad16a52fe91e5831b4030ce37010" |
| 9 | SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" | 9 | SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
