From patchwork Sun Sep 5 20:45:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4672 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4H2k7G4F30z3x2Y for ; Sun, 5 Sep 2021 20:45:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4H2k7D4CZNz5Pv; Sun, 5 Sep 2021 20:45:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H2k7D2PYBz2yDk; Sun, 5 Sep 2021 20:45:12 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4H2k7C1gfzz2xR4 for ; Sun, 5 Sep 2021 20:45:11 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4H2k7B40Pqz13F; Sun, 5 Sep 2021 20:45:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630874710; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5W9XRwIOZAYGtH3lvlB86nya20KYk7OQ2ibXUbW0D9o=; b=rf/kvM7Y0raRfn+vny5URtezKQBHmbv7UTg0+pcVSumBEc1ZkseFMdR3lXH5YTleKQBUMh 1DNg6MPMO6Z14oAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630874710; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5W9XRwIOZAYGtH3lvlB86nya20KYk7OQ2ibXUbW0D9o=; b=hOKJODwbxQbVoc806I7J+UL69giFK+WkusI6dendmXIFvg6g53TJtg0xddJt2NyO29XSd7 NK7d/jvTRYbFWjlFXRTua3hhUKmlugoaV9D3k9d2we4aWdgaWz4XGaC9CJoy0vFs1cnt0K qr0nnn916QTVpPDJBV2lsIU4fWkhNySXI1S9pyy/r4DloqhNvErfSAe2qRzifQ7h6srOb1 59sQTSp8b0Icy7HdesyUuGwJC/4XqC9v+MXEldHmvqrvx7Qei1sGOA0iggljomf9LftjyE feO5jcuFA9cKvF5uSisKbbapghtnJUPSgcHoC4Vqrd49XOPO0xPpKocmlkbqpQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cups-filters: Update to version 1.28.10 Date: Sun, 5 Sep 2021 22:45:05 +0200 Message-Id: <20210905204505.2785687-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Michael Tremer --- 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/packages/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 @@ include Config -VER = 1.28.9 +VER = 1.28.10 THISAPP = cups-filters-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups-filters -PAK_VER = 6 +PAK_VER = 7 DEPS = cups ghostscript @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1ea8d0311463d4026f0f631a4843dec2 +$(DL_FILE)_MD5 = 828b8c81534ecb996d6c6b7e1332412f install : $(TARGET)