diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-03 17:00:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-04 13:39:46 -0700 |
commit | a014528ede30caf2e1ac340bc09222428c4f5870 (patch) | |
tree | 5ea3c91bcddb7cee9e5ca7b00047a550108c9e47 /meta-networking | |
parent | d414cd15b3babfd2fce79d8bd57ba96bb729fc76 (diff) | |
download | meta-openembedded-a014528ede30caf2e1ac340bc09222428c4f5870.tar.gz |
ndisc6: upgrade 1.0.6 -> 1.0.7
Changelog:
=========
# Do not ignore multicast advertisements when discovery was sent as unicast
(fix regression from 1.0.5).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/ndisc6/ndisc6_1.0.7.bb (renamed from meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.7.bb index 6861314a0a..a5b9bd08b2 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.7.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.remlab.net/ndisc6/" | |||
5 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | SRCREV = "7e314b23329f9c24c4c097b8513673fed7e7158a" | 8 | SRCREV = "c308ba5370d66acc44d411f12d59af61d522b91a" |
9 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \ | 9 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \ |
10 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ | 10 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ |
11 | " | 11 | " |