Release notes: https://github.com/radvd-project/radvd/releases/tag/v2.21
Signed-off-by: Xiaozhan Li <[email protected]> --- .../recipes-daemons/radvd/{radvd_2.20.bb => radvd_2.21.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-daemons/radvd/{radvd_2.20.bb => radvd_2.21.bb} (92%) diff --git a/meta-networking/recipes-daemons/radvd/radvd_2.20.bb b/meta-networking/recipes-daemons/radvd/radvd_2.21.bb similarity index 92% rename from meta-networking/recipes-daemons/radvd/radvd_2.20.bb rename to meta-networking/recipes-daemons/radvd/radvd_2.21.bb index d02433c5ec..01dc6fd8e7 100644 --- a/meta-networking/recipes-daemons/radvd/radvd_2.20.bb +++ b/meta-networking/recipes-daemons/radvd/radvd_2.21.bb @@ -14,14 +14,14 @@ DEPENDS = "flex-native bison-native libdaemon libbsd" LICENSE = "radvd" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=73ebbf7182ae996e65e8fadc9a8c45db" -SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \ +SRC_URI = "https://github.com/radvd-project/radvd/releases/download/v${PV}/radvd-${PV}.tar.gz \ file://radvd.init \ file://radvd.service \ file://volatiles.03_radvd \ file://radvd.default \ file://radvd.conf \ " -SRC_URI[sha256sum] = "af37c5a81d59f3bdc00d83056606ffa1810d4550beed6caa4f81181246494220" +SRC_URI[sha256sum] = "09e5cf7712397463fd35ebca71f3c05f7d31cff9246513f12d03a359c40b089c" UPSTREAM_CHECK_URI = "https://github.com/radvd-project/radvd/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" @@ -60,7 +60,7 @@ do_install:append () { # Documentation install -m 0755 -d ${D}${docdir}/radvd - for i in radvd.conf.example README; do \ + for i in radvd.conf.example README.md; do \ install -m 0644 ${S}/$i ${D}${docdir}/radvd; \ done } -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127598): https://lists.openembedded.org/g/openembedded-devel/message/127598 Mute This Topic: https://lists.openembedded.org/mt/119827569/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
