From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] CUPS: Update to 2.4.2 Date: Thu, 28 Jul 2022 13:09:51 +0000 Message-ID: <66ab0f81-8855-c574-e9b9-b883361f09fb@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8152779586314014099==" List-Id: --===============8152779586314014099== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please refer to https://github.com/OpenPrinting/cups/releases/tag/v2.4.2 for the release notes of this version. Most notably for IPFire, it comes with OpenSSL support again. Signed-off-by: Peter M=C3=BCller --- lfs/cups | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cups b/lfs/cups index 312f165d8..e500ac2e7 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 28 +PAK_VER =3D 29 =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.35.3 --===============8152779586314014099==--