diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-22 15:31:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-23 15:24:11 +0100 |
commit | a8754d90ae58b1fcacc6f1af9764d30dea80f59a (patch) | |
tree | 6eb8de9e8ea2ca804f406e58409f7b216d4549cc | |
parent | c7bc4e596829c985be81769169039a128d52e04e (diff) | |
download | poky-a8754d90ae58b1fcacc6f1af9764d30dea80f59a.tar.gz |
libtirpc: Mark CVE-2021-46828 as resolved
This CVE only applied to pre 1.3.3rc1 and we're on 1.3.3 so we're sorted
but the rc versions make the automated matching fail. Therefore handle
manually.
(From OE-Core rev: 28cd290cc70f2401da1f51d17a3533ce581afbca)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb index bd13f6e95e..8c6c20733c 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb | |||
@@ -14,6 +14,9 @@ UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" | |||
14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" |
15 | SRC_URI[sha256sum] = "6474e98851d9f6f33871957ddee9714fdcd9d8a5ee9abb5a98d63ea2e60e12f3" | 15 | SRC_URI[sha256sum] = "6474e98851d9f6f33871957ddee9714fdcd9d8a5ee9abb5a98d63ea2e60e12f3" |
16 | 16 | ||
17 | # Was fixed in 1.3.3rc1 so not present in 1.3.3 | ||
18 | CVE_CHECK_IGNORE += "CVE-2021-46828" | ||
19 | |||
17 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
18 | 21 | ||
19 | EXTRA_OECONF = "--disable-gssapi" | 22 | EXTRA_OECONF = "--disable-gssapi" |