From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] cups: Update to version 2.4.2 Date: Sat, 11 Mar 2023 16:18:28 +0000 Message-ID: <68adfdfc-8459-664c-9121-05d80f3d4cca@ipfire.org> In-Reply-To: <20230308103335.3421556-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0162244665623192370==" List-Id: --===============0162244665623192370== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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-26= 691) > - 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 = #329) > - 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. >=20 > Signed-off-by: Adolf Belka > --- > lfs/cups | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 690d9d92f9bc84c2bb360699191cd67e1489ffc3ab219376dfc1= a8795379950c95bf58c2033a0dbd2918262c5d104e21e31c4585cb35d229b0fac6cf4967bfd7 > +$(DL_FILE)_BLAKE2 =3D 97053feb502d4fdc28810b806000b6c84a6795d5adcec0789e73= e5477d5802d46a99381366d16219f627166df088f6decde5c144bd0c38b5745815dc1e426bc5 > =20 > install : $(TARGET) > =20 --===============0162244665623192370==--