diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-07-20 09:01:47 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-07-21 07:47:54 -0700 |
commit | 44d773044f0be14d8d520c7a644b171c222577e8 (patch) | |
tree | 4933015f838652c22868a677217f5acaa04d1288 /meta-networking/recipes-support | |
parent | 7eb9e5004af3ca65fc2973accc4c77c39f087f8d (diff) | |
download | meta-openembedded-44d773044f0be14d8d520c7a644b171c222577e8.tar.gz |
ndisc6: upgrade 1.0.5 -> 1.0.6
Changelog:
==========
# ndisc6: print NAT64 prefix if present.
# rdnssd: fix timeout calculation.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c77bc200813dec8a1317ea6651d0f398a3fa5d65)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb (renamed from meta-networking/recipes-support/ndisc6/ndisc6_git.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb index f5467794e6..6861314a0a 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb | |||
@@ -5,8 +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 | PV = "1.0.5" | 8 | SRCREV = "7e314b23329f9c24c4c097b8513673fed7e7158a" |
9 | SRCREV = "b706f5f01aa82aa0db678fffd15a1527f330c507" | ||
10 | 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 \ |
11 | 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 \ |
12 | " | 11 | " |