From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:26:13 +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 1v9fmv-008kzM-04 for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:26:13 +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 1v9fmu-0003T1-Nb; Fri, 17 Oct 2025 10:26:12 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1v9fhl-0005iC-AF; Fri, 17 Oct 2025 10:20:53 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9fhk-0041ms-2C; Fri, 17 Oct 2025 10:20:52 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fhk-0000000D3gZ-2d1m; Fri, 17 Oct 2025 10:20:52 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:20:52 +0200 Message-ID: <20251017082052.3112424-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251013072715.754900-1-s.pueschel@pengutronix.de> References: <20251013072715.754900-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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 Thanks, applied as e31767c0501ddbe69d65983a89580be13d8e5fe9. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:20:52 +0200, Sven Püschel wrote: > https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html > > Also the LICENSE file was updated to also include the > BSD copyright notice for tif_lzw.c due to multiple derivations: > > The code of tif_lzw.c is derived from the compress program whose code is > derived from software contributed to Berkeley by James A. Woods, > derived from original work by Spencer Thomas and Joseph Orost. > > (quoted from the LICENSE file diff) > > Signed-off-by: Sven Püschel > Message-Id: <20251013072715.754900-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libtiff.make b/rules/libtiff.make > index 14be848b82e8..de0763808c4b 100644 > --- a/rules/libtiff.make > +++ b/rules/libtiff.make > @@ -14,15 +14,15 @@ 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) > LIBTIFF_SOURCE := $(SRCDIR)/$(LIBTIFF).$(LIBTIFF_SUFFIX) > LIBTIFF_DIR := $(BUILDDIR)/$(LIBTIFF) > -LIBTIFF_LICENSE := libtiff > -LIBTIFF_LICENSE_FILES := file://LICENSE.md;md5=a3e32d664d6db1386b4689c8121531c3 > +LIBTIFF_LICENSE := libtiff AND BSD-4.3TAHOE > +LIBTIFF_LICENSE_FILES := file://LICENSE.md;md5=4ab490c3088a0acff254eb2f8c577547 > > # ---------------------------------------------------------------------------- > # Prepare