From patchwork Thu Jun 17 09:47:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4437 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 4G5HJt6M03z3x7Q for ; Thu, 17 Jun 2021 09:47:10 +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 4G5HJs3ZyNz17M; Thu, 17 Jun 2021 09:47:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G5HJr6T2Cz2ydk; Thu, 17 Jun 2021 09:47:08 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G5HJp51wnz2yDY for ; Thu, 17 Jun 2021 09:47:06 +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 4G5HJp0rDfz172; Thu, 17 Jun 2021 09:47:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623923226; 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=DeAjocb0U42erV+Im4Eyv3/4GBrth+myyU+5wZP+yOo=; b=qSHU396nU+fYxFeav7mIkhuTnyRzg6blBkpOeQR/axCLWbv+Gsk79ILBqGqHDHG0ea499Y ucLhAUdG3VLQSNAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623923226; 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=DeAjocb0U42erV+Im4Eyv3/4GBrth+myyU+5wZP+yOo=; b=qYcGCx8piZjGsAwP5oUY13X5t+GcEIRdQJFwg/yINulX1Im0xVAHu7FQfaDuqPaa0wzlzK I3Q21Gi+GVgRFYk6XvQovQowxgX2aGTd8RR8E0TJCKcbKOisdOES8JW92088E4RwPWdWBT +kd3080K9m0JOQ4WRSAHQ3Yf/pwtxZkhb1r/qVfpbLjLyPaQeo9VIuTfJkaLIW0floWtCU YrfiqhTQd7DlTWEj+k06PpfW/1ABJoqkrC3acdfgaSzjPcET0CtGl8smwpJQsHDn2tANOT mMbBde27oDU1A2eBAKdgc3y/cfkkt1Qv9PY0pVAHCaAn5safa+rGmqeoHz02mw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cups-filters: Update to 1.28.9 Date: Thu, 17 Jun 2021 11:47:00 +0200 Message-Id: <20210617094700.36901-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.8 to 1.28.9 - Update of rootfile not required - Changelog CHANGES IN V1.28.9 - libcupsfilters: Silenced compiler warnings - libcupsfilters: Removed duplicate code in the apply_filters() function. - driverless: If there are no driverless IPP printers available let "driverless" terminate with exit code 0 and not 1, to follow CUPS' standard of backends in discovery mode terminating with 0 if there are no appropriate printers found (Issue #375). - gstoraster, foomatic-rip: Fixed Ghostscript command line for counting pages as it took too long on PDFs from evince when printing DjVu files (Issue #354, Pull request #371, Ubuntu bug #1920730). - cups-browsed: Renamed ldap_connect() due to conflict in new openldap (Issue #367, Pull request #370). - pdftoraster: Free color data after processing of each page (Pull request #363). - cups-browsed: Always save "...-default" option entries from printers.conf, regardless of presence or absense of PPD file (Pull request #359). - cups-browsed: Start after network-online.target (Pull request #360). - texttopdf: Set default margins when no PPD file is used (Pull request #356). Signed-off-by: Adolf Belka --- lfs/cups-filters | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cups-filters b/lfs/cups-filters index ebd04622f..d00b5ccb2 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -24,7 +24,7 @@ include Config -VER = 1.28.8 +VER = 1.28.9 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 = 5 +PAK_VER = 6 DEPS = cups ghostscript @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 914fb53d31ff8500dc25d2e2c68ca5c1 +$(DL_FILE)_MD5 = 1ea8d0311463d4026f0f631a4843dec2 install : $(TARGET)