From patchwork Wed Apr 14 11:55:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4155 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FL1BH0sR3z44QV for ; Wed, 14 Apr 2021 11:55:19 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FL1BG5mg7zhS; Wed, 14 Apr 2021 11:55:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FL1BG5Ddtz2yXw; Wed, 14 Apr 2021 11:55:18 +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 4FL1BF5tfbz2xRb for ; Wed, 14 Apr 2021 11:55:17 +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 4FL1BF2hMNzYc; Wed, 14 Apr 2021 11:55:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618401317; 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=+FRlU6otZRJ3yQ6NSa98AgAYvHZAXPo7e8escgSuYAs=; b=e5axa4upHwcQGVX4kT2HCgnIRsMjozTNaVuri8hci2g46+reQ7E6gcfnYAJVuGsnEyBsq6 ejI5uNnWJFk0PHBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618401317; 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=+FRlU6otZRJ3yQ6NSa98AgAYvHZAXPo7e8escgSuYAs=; b=REIDyxHe0dfL5sjAOhDWFgBK5PZEpe+p3ZumeZtrEXsmBKVRH+qdszTaqCCvQv2LG1R1L4 XJHJrL6OSbORbsiS92bzmG+xKgXRkT0KmPRCXVR3XYSRfc584xZ0AAfRAcVz7mTAwWfzGw HKCnTP9ge/Ago5KHpWESvGzHVRXkLqiT2jM4tJGcyL2MtEnGXE/3YYu2/fD2yT/JXvxrnd H/DiYvsx9lvFRbE5zTMoNpPzDyaOty+s9wAWHG4bnWHi5DwvsVgfFdCXwMBQ9kWWzSjyK7 AazPnrKjd2r7RzxPfjmx7L4pFrHsW9D6yM1tHRwIHuB2OA6gwYTaylK6bz80yw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cups-filters: Update to 1.28.8 Date: Wed, 14 Apr 2021 13:55:15 +0200 Message-Id: <20210414115515.3669136-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.7 to 1.28.8 - Update of rootfile not required - Changelog CHANGES IN V1.28.8 - libcupsfilters: Made check whether the driverless PPD to generate should be a fax out PPD more reliable (Issue #343). - foomatic-rip: Options in the 5th command line argument of the CUPS filter command line are separated only by white space and not by comma, also make sure that an option "none" is not considered a custom page size (Issue #348). - implicitclass: Raise timeout for cups-browsed's answer from 20s to 60s (Pull request #346). - libcupsfilters: In the PPD generator really give priority to Apple Raster against PDF (Issue #331). 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 e7640f307..aedaaf927 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -24,7 +24,7 @@ include Config -VER = 1.28.7 +VER = 1.28.8 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 = 4 +PAK_VER = 5 DEPS = cups ghostscript @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2efeed97e11ea5e157c5f4f2e0780fe7 +$(DL_FILE)_MD5 = 914fb53d31ff8500dc25d2e2c68ca5c1 install : $(TARGET)