From 9627817bff74fc598c0fabfabcb34d448adf2302 Mon Sep 17 00:00:00 2001 From: Jonathan GUILLOT Date: Wed, 3 Apr 2024 15:04:11 +0200 Subject: [PATCH] cups: fix typo in CVE-2023-32360 backport patch Typo prevents cupsd to start correctly with following error: Unable to read "/etc/cups/cupsd.conf" due to errors. Using `/usr/sbin/cupsd -t` to check the configuration: Unknown authorization type Defaul on line 77 of /etc/cups/cupsd.conf. Unknown Policy Limit directive AuthType on line 77 of /etc/cups/cupsd.conf. (From OE-Core rev: eab100205bc5cdffc5ccc7752e1ee5abd9ebb58a) Signed-off-by: Jonathan GUILLOT Signed-off-by: Steve Sakoman --- meta/recipes-extended/cups/cups/CVE-2023-32360.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups/CVE-2023-32360.patch b/meta/recipes-extended/cups/cups/CVE-2023-32360.patch index f1b0f9f918..c3db722f1f 100644 --- a/meta/recipes-extended/cups/cups/CVE-2023-32360.patch +++ b/meta/recipes-extended/cups/cups/CVE-2023-32360.patch @@ -27,7 +27,7 @@ index b258849..08f5070 100644 + + + -+ AuthType Defaul ++ AuthType Default Require user @OWNER @SYSTEM Order deny,allow