diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-12 23:28:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:34:14 +0100 |
commit | b77802fb058c90639701f97ea19114996da02cc0 (patch) | |
tree | 800368f3c96c6cfa5660e3234d8f65c9e25eb32e /meta/recipes-devtools/rpm | |
parent | 53ac441029cdde279785ae3d19822d0dce8f87c1 (diff) | |
download | poky-b77802fb058c90639701f97ea19114996da02cc0.tar.gz |
rpm: Exclude CVE-2021-20271 from cve-check
This is included in the release we have, it was the reason for the last rpm
point release.
(From OE-Core rev: 117feb358c81b6b852dee24268eac0a1a47c1701)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb b/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb index 7c03b41fc8..2857cd730c 100644 --- a/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb +++ b/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | |||
@@ -47,6 +47,10 @@ SRCREV = "3659b8a04f5b8bacf6535e0124e7fe23f15286bd" | |||
47 | 47 | ||
48 | S = "${WORKDIR}/git" | 48 | S = "${WORKDIR}/git" |
49 | 49 | ||
50 | # Fix https://github.com/rpm-software-management/rpm/commit/d6a86b5e69e46cc283b1e06c92343319beb42e21 | ||
51 | # included in 4.16.1.3 | ||
52 | CVE_CHECK_WHIETLIST += "CVE-2021-20271" | ||
53 | |||
50 | DEPENDS = "libgcrypt db file popt xz bzip2 elfutils python3" | 54 | DEPENDS = "libgcrypt db file popt xz bzip2 elfutils python3" |
51 | DEPENDS_append_class-native = " file-replacement-native bzip2-replacement-native" | 55 | DEPENDS_append_class-native = " file-replacement-native bzip2-replacement-native" |
52 | 56 | ||