From 8aeadf4129994225c7cfbcc9899747cfb3395810 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 15 Oct 2024 17:49:16 +0200 Subject: [PATCH] RHEL-17124 [cups-browsed] Prints to remote RAW queues are converted to PDF documents Resolves: RHEL-17124 --- cups-filters.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cups-filters.spec b/cups-filters.spec index ddb3dd3..bbfb486 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -11,7 +11,7 @@ Summary: OpenPrinting CUPS filters and backends Name: cups-filters Version: 1.28.7 -Release: 18%{?dist} +Release: 19%{?dist} # For a breakdown of the licensing, see COPYING file # GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*, @@ -48,6 +48,8 @@ Patch06: browsed-ignore-NULL-attrs.patch Patch07: cups-filters-CVE-2024-47175.patch # CVE-2024-47076 cups-filters: `cfGetPrinterAttributes` API does not perform sanitization on returned IPP attributes Patch08: 0001-cfGetPrinterAttributes5-Validate-response-attributes.patch +# RHEL-17124 [cups-browsed] Prints to remote RAW queues are converted to PDF documents +Patch09: 0001-Do-not-generate-PPD-for-remote-raw-queues-44.patch # autogen.sh @@ -454,6 +456,9 @@ fi %endif %changelog +* Tue Oct 15 2024 Zdenek Dohnal - 1.28.7-19 +- RHEL-17124 [cups-browsed] Prints to remote RAW queues are converted to PDF documents + * Tue Oct 01 2024 Zdenek Dohnal - 1.28.7-18 - CVE-2024-47175 cups-filters: remote command injection via attacker controlled data in PPD file - CVE-2024-47076 cups-filters: `cfGetPrinterAttributes` API does not perform sanitization on returned IPP attributes