mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-04 20:54:47 +02:00
dpdk/23: update to 23.07
Drop CVE IGNORE as both CVE-2021-3839 and CVE-2022-0669 were fixed in 22.03. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
2fc2b68bdc
commit
cb685ae574
|
@ -7,7 +7,7 @@ SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
|
|||
"
|
||||
|
||||
BRANCH = "releases"
|
||||
SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7"
|
||||
SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit module
|
||||
|
@ -48,11 +48,3 @@ do_install() {
|
|||
${MODULES_INSTALL_TARGET}
|
||||
}
|
||||
|
||||
# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
|
||||
# NVD database is incomplete
|
||||
# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1
|
||||
# NVD database is incomplete
|
||||
CVE_CHECK_IGNORE += "\
|
||||
CVE-2021-3839 \
|
||||
CVE-2022-0669 \
|
||||
"
|
|
@ -5,18 +5,9 @@ SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
|
|||
"
|
||||
|
||||
BRANCH = "releases"
|
||||
SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7"
|
||||
SRCREV = "12fcafcd62286933e6b167b14856d21f642efa5f"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
|
||||
# NVD database is incomplete
|
||||
# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1
|
||||
# NVD database is incomplete
|
||||
CVE_CHECK_IGNORE += "\
|
||||
CVE-2021-3839 \
|
||||
CVE-2022-0669 \
|
||||
"
|
||||
|
||||
# kernel module is provide by dpdk-module recipe, so disable here
|
||||
EXTRA_OEMESON = " -Denable_kmods=false \
|
||||
-Dexamples=all \
|
Loading…
Reference in New Issue
Block a user