From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 08 Oct 2025 23:57:04 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v6c9g-005jYa-1q for lore@lore.pengutronix.de; Wed, 08 Oct 2025 23:57:04 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v6c9f-00037c-Ve; Wed, 08 Oct 2025 23:57:03 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v6c9D-0002TW-27; Wed, 08 Oct 2025 23:56:35 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Wed, 8 Oct 2025 23:49:42 +0200 Message-ID: <20251008215609.2281909-7-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] libtiff: version bump 4.7.0 -> 4.7.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html Signed-off-by: Sven Püschel --- rules/libtiff.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libtiff.make b/rules/libtiff.make index 14be848b8..722d1da6b 100644 --- a/rules/libtiff.make +++ b/rules/libtiff.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTIFF) += libtiff # # Paths and names # -LIBTIFF_VERSION := 4.7.0 -LIBTIFF_MD5 := 3a0fa4a270a4a192b08913f88d0cfbdd +LIBTIFF_VERSION := 4.7.1 +LIBTIFF_MD5 := f1044dd3b4466cc53464210148e08146 LIBTIFF := tiff-$(LIBTIFF_VERSION) LIBTIFF_SUFFIX := tar.gz LIBTIFF_URL := http://download.osgeo.org/libtiff/$(LIBTIFF).$(LIBTIFF_SUFFIX) -- 2.47.3