From: Roman Schnider via ptxdist <ptxdist@pengutronix.de>
To: <ptxdist@pengutronix.de>
Cc: Roman Schnider <r.schnider@cab.de>
Subject: [ptxdist] [PATCH] libtiff: version bump 4.3.0 -> 4.7.0
Date: Tue, 18 Mar 2025 09:46:04 +0100 [thread overview]
Message-ID: <mailman.2830.1742287615.466.ptxdist@pengutronix.de> (raw)
[-- Attachment #0: Type: message/rfc822, Size: 5149 bytes --]
From: Roman Schnider <r.schnider@cab.de>
To: <ptxdist@pengutronix.de>
Cc: Roman Schnider <r.schnider@cab.de>
Subject: [PATCH] libtiff: version bump 4.3.0 -> 4.7.0
Date: Tue, 18 Mar 2025 09:46:04 +0100
Message-ID: <20250318084604.98906-1-r.schnider@cab.de>
Bugfix releases addressing multiple CVEs:
https://libtiff.gitlab.io/libtiff/releases/v4.4.0.html
https://libtiff.gitlab.io/libtiff/releases/v4.5.0.html
https://libtiff.gitlab.io/libtiff/releases/v4.6.0.html
https://libtiff.gitlab.io/libtiff/releases/v4.7.0.html
Adapted configure options to new version
License file:
Was renamed from COPYRIGHT to LICENSE.md and changed copyright annotation
Plugs CVEs:
CVE-2022-3599, CVE-2022-34526, CVE-2022-3570, CVE-2022-3598,
CVE-2022-3627, CVE-2022-3597, CVE-2022-3626, CVE-2022-2056,
CVE-2022-2057, CVE-2022-2058, CVE-2023-52356, CVE-2024-7006
Signed-off-by: Roman Schnider <r.schnider@cab.de>
---
rules/libtiff.make | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/rules/libtiff.make b/rules/libtiff.make
index 1f515e040..14be848b8 100644
--- a/rules/libtiff.make
+++ b/rules/libtiff.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_LIBTIFF) += libtiff
#
# Paths and names
#
-LIBTIFF_VERSION := 4.3.0
-LIBTIFF_MD5 := 0a2e4744d1426a8fc8211c0cdbc3a1b3
+LIBTIFF_VERSION := 4.7.0
+LIBTIFF_MD5 := 3a0fa4a270a4a192b08913f88d0cfbdd
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://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf
+LIBTIFF_LICENSE_FILES := file://LICENSE.md;md5=a3e32d664d6db1386b4689c8121531c3
# ----------------------------------------------------------------------------
# Prepare
@@ -41,8 +41,13 @@ LIBTIFF_CONF_OPT := \
--enable-dependency-tracking \
--disable-ld-version-script \
--enable-libtool-lock \
+ --enable-deprecated \
--disable-rpath \
$(GLOBAL_LARGE_FILE_OPTION) \
+ --$(call ptx/endis, PTXCONF_LIBTIFF_TOOLS)-tools \
+ --disable-tests \
+ --disable-contrib \
+ --disable-docs \
--enable-ccitt \
--enable-packbits \
--enable-lzw \
@@ -62,12 +67,14 @@ LIBTIFF_CONF_OPT := \
--$(call ptx/endis, PTXCONF_LIBTIFF_WEBP)-webp \
--disable-jpeg12 \
--disable-cxx \
+ --disable-opengl \
--disable-win32-io \
--enable-strip-chopping \
--disable-defer-strile-load \
--disable-chunky-strip-read \
--enable-extrasample-as-alpha \
- --enable-check-ycbcr-subsampling
+ --enable-check-ycbcr-subsampling \
+ --disable-sphinx
# ----------------------------------------------------------------------------
# Target-Install
--
2.43.0
reply other threads:[~2025-03-18 8:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=mailman.2830.1742287615.466.ptxdist@pengutronix.de \
--to=ptxdist@pengutronix.de \
--cc=r.schnider@cab.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox