From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cups-filters: Update to version 1.28.10 Date: Sun, 05 Sep 2021 22:45:05 +0200 Message-ID: <20210905204505.2785687-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7170844374667198588==" List-Id: --===============7170844374667198588== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.28.9 to 1.28 10 - Update rootfile - Changelog CHANGES IN V1.28.10 - Sample PPDs: Add borderless page size definitions to Generic PDF Printer, HP Color LaserJet CM3530 MFP PDF, and Ricoh PDF Printer PPD files. - Sample PPDs: From the PDF PPD files removed the unneeded "*cupsFilters2: ..." line. For CUPS it does not make any difference. - libcupsfilters: Fixed pdftopdf filter to correctly support page ranges without upper limit, like "10-" (Pull request #399). - libcupsfilters: Use wildcard tag (IPP_TAG_ZERO) search for "media-type" and "media-type-supported" in the PPD generator (Pull request #398). - implicitclass, parallel: Added missing newlines at error messages. - libfontembed: Removed unneeded fontembed/main.c and ttfread executable. Eliminates the dependency on DejaVuSans.ttf (Issue #386). - gstoraster: Refactor the filter a little to clarify handling of page counts and set job-impressions for TotalPageCount in PWG-Raster header (Pull request #394). - cups-browsed: Make NotifLeaseDuration configurable and renew after half the lease duration not 60 sec before end. The early renewal improves reliability on busy systems a lot. For easier development and debugging short durations from 300 sec on can get selected (Pull request #378). Signed-off-by: Adolf Belka --- config/rootfiles/packages/cups-filters | 1 - lfs/cups-filters | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/cups-filters b/config/rootfiles/packag= es/cups-filters index 285eb9d3a..0378162f5 100644 --- a/config/rootfiles/packages/cups-filters +++ b/config/rootfiles/packages/cups-filters @@ -9,7 +9,6 @@ etc/rc.d/init.d/cups-browsed usr/bin/driverless usr/bin/driverless-fax usr/bin/foomatic-rip -usr/bin/ttfread #usr/include/cupsfilters #usr/include/cupsfilters/colord.h #usr/include/cupsfilters/colormanager.h diff --git a/lfs/cups-filters b/lfs/cups-filters index d00b5ccb2..10de534c4 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.28.9 +VER =3D 1.28.10 =20 THISAPP =3D cups-filters-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cups-filters -PAK_VER =3D 6 +PAK_VER =3D 7 =20 DEPS =3D cups ghostscript =20 @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1ea8d0311463d4026f0f631a4843dec2 +$(DL_FILE)_MD5 =3D 828b8c81534ecb996d6c6b7e1332412f =20 install : $(TARGET) =20 --=20 2.33.0 --===============7170844374667198588==--