From patchwork Fri Nov 25 17:37:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6170 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 4NJhrP65TJz3wc7 for ; Fri, 25 Nov 2022 17:37:09 +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 4NJhrN1fyPz2QT; Fri, 25 Nov 2022 17:37:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NJhrM6d3qz2xdC; Fri, 25 Nov 2022 17:37:07 +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 4NJhrM1Jtvz2x9p for ; Fri, 25 Nov 2022 17:37:07 +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 4NJhrL11kZzx5; Fri, 25 Nov 2022 17:37:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669397826; 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=Wieoc6a4HvM8XGtBY4rDoZ2TNkCYZ2kKmU1uKafieAI=; b=JJAxMVk2GfzqPjGS2Hz7eN8Ig0kuGH7lj3tatDjHCAFTLfzvWNdg/BMTsRA8L99uhszdHp bhAXMBB/ut+gspDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669397826; 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=Wieoc6a4HvM8XGtBY4rDoZ2TNkCYZ2kKmU1uKafieAI=; b=DuMCVKMS+XJTRehJRMOgSUpJXqvRpyAsqXLzJgByYvmaYVwi9K3aUh//R9yok8glccRxtw z8VnDEd0rer/09Pc1XDBnk/nqftiDngB9b4SuOminZ9db9HXsApC+xwD52P+3l04+O9wg+ IYcM6amNmPpn0MteyMB8IrXlBTgSb3TLPKDkD2HpiVUJTi+M9KH90tI5Ohe1aV9xFv29Sl hG+N0SyCFRcaoNsSUAvU+Xzm2vF++6OFkODrueqz5SWqj8xzi5VJsXmdKErygZNIecXIQw DeOFQhk1/nhnPFiW/160rGfCG0yFOOvWFX0uPgE04tbuLQQhve9csaV7Bkk/mw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cups-filters: Update to version 1.28.16 Date: Fri, 25 Nov 2022 18:37:00 +0100 Message-Id: <20221125173700.3342412-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 version 1.28.14 to 1.;28 16 - Update of rootfile not required - Changelog CHANGES IN V1.28.16 - imagetoraster, imagetopdf, libcupsfilters: Added support for reading the resolution of an image from its EXIF data when loading it. This way we get the image reproduced in its original size with "print-scaling=none" (Issue #362). - libcupsfilters: Replaced deprecated data types uint16 and uint32. The function to read TIFF image files via libtiff in cupsfilters/image-tiff.c uses the deprecated types uint16 and uint32. The replacements for these types are uint16_t and uint32_t. CHANGES IN V1.28.15 - pdftops: In pdftops identify old LaserJets more precisely for working around PostScript interpreter bugs, older printers need Poppler, newer models need Ghostscript (Ubuntu bug #1967816). Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/cups-filters | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cups-filters b/lfs/cups-filters index 1b17fd252..e60d9c677 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -26,7 +26,7 @@ include Config SUMMARY = OpenPrinting CUPS filters, backends, and cups-browsed -VER = 1.28.14 +VER = 1.28.16 THISAPP = cups-filters-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups-filters -PAK_VER = 8 +PAK_VER = 9 DEPS = cups ghostscript @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 653f68a39ed16d3a8298e5784aebebead224a0ee08071add702bb02fc987f3c4d454793531db262d9a44618f4fe29a7ce0144cfb8fe77634e9b7c222de21fe62 +$(DL_FILE)_BLAKE2 = a75a9e09688670332a9fd9a8e4d9004650c6b0fb571a1f48a02e8e4af56d08b7d312d65fdbd66caf82907005dd336de90e2c8bbb46b1ba13d86d8715340f8ce6 install : $(TARGET)