From a5ba9fba0dc76c45e977f877e022c51c606dda13 Mon Sep 17 00:00:00 2001 From: Vijay Anusuri Date: Mon, 15 Sep 2025 12:28:20 +0530 Subject: [PATCH] cups: upgrade 2.4.12 -> 2.4.14 Changelog: =========== v2.4.14 The hotfix release brings fix for installation process of localized templates and CUPS web UI home pages. v2.4.13 The release 2.4.13 brings two CVE fixes - fix for important CVE-2025-58060 and fix for moderate CVE-2025-58364, together with several bug fixes. The release includes a new feature - new attribute for printer and job objects - print-as-raster - which allows enforce rasterization of the file for IPP Everywhere/AirPrint printers, which supports PDF and raster document formats. The feature is useful for working around internal PDF issues in the printer firmware, for example missing diacritic when printing a PDF. The detailed list of changes is available in CHANGES.md. Ref: https://github.com/openprinting/cups/releases (From OE-Core rev: 4605d909d3e0082340af6544c1fe9004158ee817) Signed-off-by: Vijay Anusuri Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-extended/cups/{cups_2.4.12.bb => cups_2.4.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/cups/{cups_2.4.12.bb => cups_2.4.14.bb} (51%) diff --git a/meta/recipes-extended/cups/cups_2.4.12.bb b/meta/recipes-extended/cups/cups_2.4.14.bb similarity index 51% rename from meta/recipes-extended/cups/cups_2.4.12.bb rename to meta/recipes-extended/cups/cups_2.4.14.bb index ac73c2780f..5d5a1dc97f 100644 --- a/meta/recipes-extended/cups/cups_2.4.12.bb +++ b/meta/recipes-extended/cups/cups_2.4.14.bb @@ -2,4 +2,4 @@ require cups.inc LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "b1dde191a4ae2760c47220c82ca6155a28c382701e6c1a0159d1054990231d59" +SRC_URI[sha256sum] = "660288020dd6f79caf799811c4c1a3207a48689899ac2093959d70a3bdcb7699"