summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRanjitsinh Rathod <ranjitsinh.rathod@kpit.com>2021-12-02 15:48:04 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 20:28:01 +0000
commit643c3b7bf36a28699def24d85f54823e099c9649 (patch)
treed47ac34a9b007883f4679954a3c9ee7ebfb52ac1 /meta
parent80132fb2df0ee7a6a8aa96f37a25b649e07c7c22 (diff)
downloadpoky-643c3b7bf36a28699def24d85f54823e099c9649.tar.gz
libsolv: update tag for missing CVEs
It seems like CVE-2021-33928, CVE-2021-33929, CVE-2021-33930 and CVE-2021-33938 are pointing to same patch as CVE-2021-3200 So add CVE tag inside the patch file which is the remedy for CVE-2021-33928, CVE-2021-33929, CVE-2021-33930 and CVE-2021-33938 Link: https://ubuntu.com/security/CVE-2021-3200 https://ubuntu.com/security/CVE-2021-33928 https://ubuntu.com/security/CVE-2021-33929 https://ubuntu.com/security/CVE-2021-33930 https://ubuntu.com/security/CVE-2021-33938 (From OE-Core rev: 371c247a78da64fefb0daa166e90c4fdd0745eed) Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/libsolv/files/CVE-2021-3200.patch9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch b/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch
index 74164ab495..cc8f53cefd 100644
--- a/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch
+++ b/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch
@@ -11,9 +11,14 @@ been added.
11(Jobs may point inside the whatproviedes array, so we must not invalidate this 11(Jobs may point inside the whatproviedes array, so we must not invalidate this
12area.) 12area.)
13 13
14Upstream-Status: Backport 14Upstream-Status: Backport [https://github.com/openSUSE/libsolv/commit/0077ef29eb46d2e1df2f230fc95a1d9748d49dec]
15https://github.com/openSUSE/libsolv/commit/0077ef29eb46d2e1df2f230fc95a1d9748d49dec
16CVE: CVE-2021-3200 15CVE: CVE-2021-3200
16CVE: CVE-2021-33928
17CVE: CVE-2021-33929
18CVE: CVE-2021-33930
19CVE: CVE-2021-33938
20Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
21
17Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> 22Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
18--- 23---
19 ext/testcase.c | 21 +++++++++++++++++++++ 24 ext/testcase.c | 21 +++++++++++++++++++++