From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cups: Update to version 2.4.2 Date: Wed, 08 Mar 2023 11:33:35 +0100 Message-ID: <20230308103335.3421556-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7059707858614314199==" List-Id: --===============7059707858614314199== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 2.4.1 to 2.4.2 - Update of rootfile not required - Changelog Changes in CUPS v2.4.2 (26th May 2022) - Fixed certificate strings comparison for Local authorization (CVE-2022-2669= 1) - The `cupsFileOpen` function no longer opens files for append in read-write mode (Issue #291) - The cupsd daemon removed processing temporary queue (Issue #364) - Fixed delay in IPP backend if GNUTLS is used and endpoint doesn't confirm closing the connection (Issue #365) - Fixed conditional jump based on uninitialized value in cups/ppd.c (Issue #3= 29) - Fixed CSS related issues in CUPS Web UI (Issue #344) - Fixed copyright in CUPS Web UI trailer template (Issue #346) - mDNS hostname in device uri is not resolved when installaling a permanent IPP Everywhere queue (Issues #340, #343) - The `lpstat` command now reports when the scheduler is not running (Issue #352) - Updated the man pages concerning the `-h` option (Issue #357) - Re-added LibreSSL/OpenSSL support (Issue #362) - Updated the Solaris smf service file (Issue #368) - Fixed a regression in lpoptions option support (Issue #370) - The scheduler now regenerates the PPD cache information after changing the "cupsd.conf" file (Issue #371) - Updated the scheduler to set "auth-info-required" to "username,password" if= a backend reports it needs authentication info but doesn't set a method for authentication (Issue #373) - Updated the configure script to look for the OpenSSL library the old way if pkg-config is not available (Issue #375) - Fixed the prototype for the `httpWriteResponse` function (Issue #380) - Brought back minimal AIX support (Issue #389) - `cupsGetResponse` did not always set the last error. - Fixed a number of old references to the Apple CUPS web page. - Restored the default/generic printer icon file for the web interface. - Removed old stylesheet classes that are no longer used by the web interface. Signed-off-by: Adolf Belka --- lfs/cups | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cups b/lfs/cups index 0b817c7cc..6485f8df4 100644 --- a/lfs/cups +++ b/lfs/cups @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.4.1 +VER =3D 2.4.2 SUMMARY =3D The Common UNIX Printing System =20 THISAPP =3D cups-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/cups-$(VER) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cups -PAK_VER =3D 32 +PAK_VER =3D 33 =20 DEPS =3D avahi cups-filters dbus ghostscript =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 690d9d92f9bc84c2bb360699191cd67e1489ffc3ab219376dfc1a8= 795379950c95bf58c2033a0dbd2918262c5d104e21e31c4585cb35d229b0fac6cf4967bfd7 +$(DL_FILE)_BLAKE2 =3D 97053feb502d4fdc28810b806000b6c84a6795d5adcec0789e73e5= 477d5802d46a99381366d16219f627166df088f6decde5c144bd0c38b5745815dc1e426bc5 =20 install : $(TARGET) =20 --=20 2.39.2 --===============7059707858614314199==--