From: Zdenek Dohnal Date: Thu, 11 Sep 2025 13:17:15 +0000 (+0200) Subject: Prepare version 2.4.13 X-Git-Tag: v2.4.13^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eee59dd0b55a0b11b80bda6ca437d60fee5faa09;p=thirdparty%2Fcups.git Prepare version 2.4.13 --- diff --git a/CHANGES.md b/CHANGES.md index 5890a626dc..da6f8006db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,11 @@ CHANGES - OpenPrinting CUPS =========================== -Changes in CUPS v2.4.13 (YYYY-MM-DD) +Changes in CUPS v2.4.13 (2025-09-11) ------------------------------------ +- Blocked authentication using alternate methods in cupsd (CVE-2025-58060) +- Fixed extension tag handling in `ipp_read_io()` in libcups (CVE-2025-58364) - Added `print-as-raster` printer and job attributes for forcing rasterization (Issue #1282) - Updated documentation (Issue #1086) diff --git a/README.md b/README.md index 3e1983f011..3b0f1e0829 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -OpenPrinting CUPS v2.4.12 +OpenPrinting CUPS v2.4.13 ========================= ![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases) diff --git a/cups/cups.h b/cups/cups.h index 731d99240f..51a81a0496 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -43,10 +43,10 @@ extern "C" { * Constants... */ -# define CUPS_VERSION 2.0412 +# define CUPS_VERSION 2.0413 # define CUPS_VERSION_MAJOR 2 # define CUPS_VERSION_MINOR 4 -# define CUPS_VERSION_PATCH 12 +# define CUPS_VERSION_PATCH 13 # define CUPS_BC_FD 3 /* Back-channel file descriptor for