]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Prepare version 2.4.13 v2.4.13
authorZdenek Dohnal <zdohnal@redhat.com>
Thu, 11 Sep 2025 13:17:15 +0000 (15:17 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Thu, 11 Sep 2025 13:17:15 +0000 (15:17 +0200)
CHANGES.md
README.md
cups/cups.h

index 5890a626dcabb22d2ae4442538f8dc6acee16bd7..da6f8006db03d764b6d18c44a5ecf105e93db97a 100644 (file)
@@ -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)
index 3e1983f011fb22e90bb801f7be0bc9902c93d16e..3b0f1e0829ffd9a206e5ce5b262a151897496eda 100644 (file)
--- 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)
index 731d99240f500483e32a6601b06d382c219df16c..51a81a0496f14b8e62d187cce6e33c36240e140f 100644 (file)
@@ -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