mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
radvd: upgrade 2.20 -> 2.21
The litech.org distribution URL is no longer available for this release, so switch to fetching directly from the upstream git repository. This also fixes the src-uri-bad QA warning for using GitHub archive URLs. radvd 2.21 hardens radvdump against malformed input (CVE-2026-48715). Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+5
-3
@@ -6,7 +6,7 @@ Discovery for IP Version 6 (IPv6). With these \
|
|||||||
advertisements hosts can automatically configure their \
|
advertisements hosts can automatically configure their \
|
||||||
addresses and some other parameters. They also can \
|
addresses and some other parameters. They also can \
|
||||||
choose a default router based on these advertisements."
|
choose a default router based on these advertisements."
|
||||||
HOMEPAGE = "http://www.litech.org/radvd/"
|
HOMEPAGE = "https://github.com/radvd-project/radvd"
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
DEPENDS = "flex-native bison-native libdaemon libbsd"
|
DEPENDS = "flex-native bison-native libdaemon libbsd"
|
||||||
|
|
||||||
@@ -14,14 +14,16 @@ DEPENDS = "flex-native bison-native libdaemon libbsd"
|
|||||||
LICENSE = "radvd"
|
LICENSE = "radvd"
|
||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=73ebbf7182ae996e65e8fadc9a8c45db"
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=73ebbf7182ae996e65e8fadc9a8c45db"
|
||||||
|
|
||||||
SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \
|
SRCREV = "a8500f4035b52028c90b0a938dfe8cd65e38fb50"
|
||||||
|
SRC_URI = "git://github.com/radvd-project/radvd.git;branch=master;tag=v${PV};protocol=https \
|
||||||
file://radvd.init \
|
file://radvd.init \
|
||||||
file://radvd.service \
|
file://radvd.service \
|
||||||
file://volatiles.03_radvd \
|
file://volatiles.03_radvd \
|
||||||
file://radvd.default \
|
file://radvd.default \
|
||||||
file://radvd.conf \
|
file://radvd.conf \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "af37c5a81d59f3bdc00d83056606ffa1810d4550beed6caa4f81181246494220"
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://github.com/radvd-project/radvd/releases"
|
UPSTREAM_CHECK_URI = "https://github.com/radvd-project/radvd/releases"
|
||||||
UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
|
UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
|
||||||
Reference in New Issue
Block a user