From patchwork Mon Dec 5 19:24:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6277 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 4NQtlh6467z3wgN for ; Mon, 5 Dec 2022 19:24:32 +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 4NQtlg09WszkK; Mon, 5 Dec 2022 19:24:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NQtlf6DX2z2yd4; Mon, 5 Dec 2022 19:24:30 +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 4NQtld1HRYz2xGk for ; Mon, 5 Dec 2022 19:24:29 +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 4NQtlb6YfVzWF; Mon, 5 Dec 2022 19:24:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1670268268; 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=MJvc8CwCcvdzX4Sd84liQhdfcbd2XupQyyP8a+foNLM=; b=oRPv1AAskVPO+tz1QddrRMyauwIC5Dvq4Qvo2bY+FZaa8/cUqJycZ1HjmYMbnNJTu0o2Ip 7K7+piZSmtU1UFDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1670268268; 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=MJvc8CwCcvdzX4Sd84liQhdfcbd2XupQyyP8a+foNLM=; b=T8AbAsLs9CO3Fb2HeId8k0yG0bwHv96bHkmR6hqwlDxMtGzgjgUt5LRs66m9qXFNd5x+FE /F0sdtBaJAEeX6PLMMdm4K6RbFBrw36p0yvzzpi8y0+uhQNVX5fi7bspnkMhcq2baIdQJS /18Q1kXMLZwSeizPkSdo29Li0is95WnHiesS/PpbAgab7bLRafoGa1anmpUB9FT/MZvJQW /6YJaTxEzBGVCCa04fmMPppXdx9SXYPJ4jQM6NgrndBu6XCM9OCxwl/+0LWl/j3HbbOJ8x h7utCbhWjMlbaPMKctIGMkeogukcneykH3CJZfB+zmMxBi4hnXAVgnjYQ+P1hA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libtiff: Update to 4.4.0. Date: Mon, 5 Dec 2022 20:24:11 +0100 Message-Id: <20221205192411.107540-1-stefan.schantl@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" Signed-off-by: Stefan Schantl --- libtiff/libtiff.nm | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libtiff/libtiff.nm b/libtiff/libtiff.nm index 7912829cf..15698ea61 100644 --- a/libtiff/libtiff.nm +++ b/libtiff/libtiff.nm @@ -4,12 +4,12 @@ ############################################################################### name = libtiff -version = 4.0.6 +version = 4.4.0 release = 1 thisapp = tiff-%{version} groups = System/Libraries -url = http://www.remotesensing.org/libtiff/ +url = http://www.simplesystems.org/libtiff/ license = libtiff ( own ) summary = Library of functions for manipulating TIFF format image files. @@ -20,17 +20,25 @@ description .tif extension and they are often quite large. end -source_dl = ftp://ftp.remotesensing.org/pub/libtiff/ +source_dl = https://download.osgeo.org/libtiff/ build requires gcc-c++ libjpeg-devel + zlib-devel + zstd-devel end + export LD_LIBRARY_PATH = %{DIR_APP}/libtiff/.libs + configure_options += \ --enable-defer-strile-load \ --enable-chunky-strip-read + + test + make check + end end packages