summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2023-10-03 09:07:59 +0530
committerSteve Sakoman <steve@sakoman.com>2023-10-13 05:47:07 -1000
commite3ae311c5f19cb96c37ddfa04d0f498db611a9b4 (patch)
tree8c1cbfea0ce45014c677ebb4930473c182d87fd7 /meta/recipes-extended/cups/cups.inc
parent278d77034e08df0d49860705aa72d91e4af73d61 (diff)
downloadpoky-e3ae311c5f19cb96c37ddfa04d0f498db611a9b4.tar.gz
cups: Backport fix for CVE-2023-32360 and CVE-2023-4504
Upstream commits: https://github.com/OpenPrinting/cups/commit/a0c8b9c9556882f00c68b9727a95a1b6d1452913 & https://github.com/OpenPrinting/cups/commit/2431caddb7e6a87f04ac90b5c6366ad268b6ff31 (From OE-Core rev: d14dce8ba2a8b4bf05c7c5ea7292b0c2c327f088) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r--meta/recipes-extended/cups/cups.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 1d2377486a..6cfe314f20 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -16,6 +16,8 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t
16 file://CVE-2022-26691.patch \ 16 file://CVE-2022-26691.patch \
17 file://CVE-2023-32324.patch \ 17 file://CVE-2023-32324.patch \
18 file://CVE-2023-34241.patch \ 18 file://CVE-2023-34241.patch \
19 file://CVE-2023-32360.patch \
20 file://CVE-2023-4504.patch \
19 " 21 "
20 22
21UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" 23UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases"