# HG changeset patch
# User GitLab Dependency Bot <leipert+gitlab-renovate-bot@gitlab.com>
# Date 1728599295 0
#      Thu Oct 10 22:28:15 2024 +0000
# Node ID 0d00b40d65573b98a7cc549f7b4944e5f442768b
# Parent  de531a50acefe8949a2e100ad9d4b24f0958b02b
Update dependency libtiff/libtiff to v4.7.0

Changelog: changed

diff --git a/config/patches/libtiff/remove-config-guess-sub-download.patch b/config/patches/libtiff/remove-config-guess-sub-download.patch
--- a/config/patches/libtiff/remove-config-guess-sub-download.patch
+++ b/config/patches/libtiff/remove-config-guess-sub-download.patch
@@ -1,19 +1,11 @@
-commit 4b33bc00cd49e98b93cf999bf8405909c24cf17a
-Author: Balasankar "Balu" C <balasankarc@autistici.org>
-Date:   Thu Apr 22 16:40:21 2021 +0530
-
-    Remove code to download config.guess and config.sub
-
-    Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
 diff --git a/autogen.sh b/autogen.sh
-index 9ef71b53..db8c38e7 100755
+index 2e6c6bd0..544c99aa 100755
 --- a/autogen.sh
 +++ b/autogen.sh
-@@ -5,16 +5,3 @@ aclocal -I ./m4
- autoheader
- automake --foreign --add-missing --copy
- autoconf
+@@ -16,16 +16,5 @@ aclocal -I ./m4 || retval=$?
+ autoheader || retval=$?
+ automake --foreign --add-missing --copy || retval=$?
+ autoconf || retval=$?
 -# Get latest config.guess and config.sub from upstream master since
 -# these are often out of date.
 -for file in config.guess config.sub
@@ -22,8 +14,8 @@
 -    wget -q --timeout=5 -O config/$file.tmp \
 -      "https://git.savannah.gnu.org/cgit/config.git/plain/${file}" \
 -      && mv -f config/$file.tmp config/$file \
--      && chmod a+x config/$file
--    retval=$?
+-      && chmod a+x config/$file || retval=$?
 -    rm -f config/$file.tmp
--    test $retval -eq 0 || exit $retval
 -done
+
+ exit $retval
diff --git a/config/software/libtiff.rb b/config/software/libtiff.rb
--- a/config/software/libtiff.rb
+++ b/config/software/libtiff.rb
@@ -15,7 +15,7 @@
 #
 
 name 'libtiff'
-version = Gitlab::Version.new('libtiff', 'v4.6.0')
+version = Gitlab::Version.new('libtiff', 'v4.7.0')
 
 default_version version.print(false)