]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make 2.4.9 release v2.4.9
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 11 Jun 2024 14:20:10 +0000 (16:20 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 11 Jun 2024 14:20:10 +0000 (16:20 +0200)
CHANGES.md
README.md
configure
configure.ac
cups/cups.h
vcnet/config.h
vcnet/libcups2_native.nuspec
vcnet/libcups2_native.redist.nuspec
xcode/config.h

index 1cebe6049c065932491bb7939407bb5bf6ca790c..4acbfd39016491cfe53106100184f34e211a4a8f 100644 (file)
@@ -1,9 +1,10 @@
-CHANGES - OpenPrinting CUPS 2.4.9 - (TBA)
-=========================================
+CHANGES - OpenPrinting CUPS 2.4.9 - (2024-06-11)
+================================================
 
-Changes in CUPS v2.4.9 (TBA)
-----------------------------
+Changes in CUPS v2.4.9 (2024-06-11)
+-----------------------------------
 
+- Fixed domain socket handling (CVE-2024-35235)
 - Fixed creating of `cupsUrfSupported` PPD keyword (Issue #952)
 - Fixed searching for destinations in web ui (Issue #954)
 - Fixed TLS negotiation using OpenSSL with servers that require the TLS SNI
index 93b7d13664e5977b04c9aa524d5e9bd2018ffd13..f8b0b55aff79966b77e71cfcb5c3b28ae95af35b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-OpenPrinting CUPS v2.4.8
+OpenPrinting CUPS v2.4.9
 ========================
 
 ![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases)
index 1921738cfacc34e8b8d7aa807c9dcbfec139d0c8..93446c95ec95b7c363328166baa5541e354d731d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for CUPS 2.4.8.
+# Generated by GNU Autoconf 2.71 for CUPS 2.4.9.
 #
 # Report bugs to <https://github.com/openprinting/cups/issues>.
 #
@@ -610,8 +610,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='CUPS'
 PACKAGE_TARNAME='cups'
-PACKAGE_VERSION='2.4.8'
-PACKAGE_STRING='CUPS 2.4.8'
+PACKAGE_VERSION='2.4.9'
+PACKAGE_STRING='CUPS 2.4.9'
 PACKAGE_BUGREPORT='https://github.com/openprinting/cups/issues'
 PACKAGE_URL='https://openprinting.github.io/cups'
 
@@ -1504,7 +1504,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures CUPS 2.4.8 to adapt to many kinds of systems.
+\`configure' configures CUPS 2.4.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1570,7 +1570,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of CUPS 2.4.8:";;
+     short | recursive ) echo "Configuration of CUPS 2.4.9:";;
    esac
   cat <<\_ACEOF
 
@@ -1758,7 +1758,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-CUPS configure 2.4.8
+CUPS configure 2.4.9
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2113,7 +2113,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by CUPS $as_me 2.4.8, which was
+It was created by CUPS $as_me 2.4.9, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3244,8 +3244,8 @@ done
 ac_config_headers="$ac_config_headers config.h"
 
 
-CUPS_VERSION="2.4.8"
-CUPS_API_VERSION="$(echo 2.4.8 | awk -F. '{print $1 "." $2}')"
+CUPS_VERSION="2.4.9"
+CUPS_API_VERSION="$(echo 2.4.9 | awk -F. '{print $1 "." $2}')"
 CUPS_BUILD="cups-$CUPS_VERSION"
 
 
@@ -12894,7 +12894,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by CUPS $as_me 2.4.8, which was
+This file was extended by CUPS $as_me 2.4.9, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12959,7 +12959,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-CUPS config.status 2.4.8
+CUPS config.status 2.4.9
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
index 14219c8ad213642ac54e0347d8162c659f10efac..5804083ab3af7841a50730220bfa3d8b2dbface9 100644 (file)
@@ -13,7 +13,7 @@ dnl We need at least autoconf 2.71...
 AC_PREREQ([2.71])
 
 dnl Package name and version...
-AC_INIT([CUPS],[2.4.8],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])
+AC_INIT([CUPS],[2.4.9],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])
 
 dnl This line is provided to ensure that you don't run the autoheader program
 dnl against this project.  Doing so is completely unsupported and WILL cause
index d3753564f0069b62c3ac5d01f3cdea1f3f86fbb7..5ccc4b22d835e04c598dc1f627ca36a694fdc4be 100644 (file)
@@ -43,10 +43,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 2.0408
+#  define CUPS_VERSION                 2.0409
 #  define CUPS_VERSION_MAJOR           2
 #  define CUPS_VERSION_MINOR           4
-#  define CUPS_VERSION_PATCH           8
+#  define CUPS_VERSION_PATCH           9
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for
index 871da3915e648bbf3595fabcdff3a6308f49b655..3b7bf9144b0378c883c627833ae1d27d9aceda23 100644 (file)
@@ -100,8 +100,8 @@ typedef unsigned long useconds_t;
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.4.8"
-#define CUPS_MINIMAL "CUPS/2.4.8"
+#define CUPS_SVERSION "CUPS v2.4.9"
+#define CUPS_MINIMAL "CUPS/2.4.9"
 
 
 /*
index 07cd73f00678e2f3aaafe8bb3ff67ebfb66c50b3..2a41b0906b42bac81b99634fce6993c8b73b467d 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native</id>
         <title>OpenPrinting CUPS Library for VS2019+</title>
-        <version>2.4.8.0</version>
+        <version>2.4.9.0</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -16,7 +16,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
         <copyright>Copyright © 2020-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
         <tags>http ipp native</tags>
        <dependencies>
-           <dependency id="libcups2_native.redist" version="2.4.8.0" />
+           <dependency id="libcups2_native.redist" version="2.4.9.0" />
        </dependencies>
     </metadata>
     <files>
index 0d09826d560d4f613241f3f9322b92c34270216e..1b8b74f1955d7dd16c0be8e6098e3a6e035056cb 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native.redist</id>
         <title>OpenPrinting CUPS Library for VS2019+ Redist</title>
-        <version>2.4.8.0</version>
+        <version>2.4.9.0</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
index 270dd361195d690bad1341e55f5cd71b35a8a72a..aa69e2e551d09f94a6e7b0797221abce5670b2b4 100644 (file)
@@ -19,8 +19,8 @@
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.4.8"
-#define CUPS_MINIMAL "CUPS/2.4.8"
+#define CUPS_SVERSION "CUPS v2.4.9"
+#define CUPS_MINIMAL "CUPS/2.4.9"
 
 
 /*