From 186fa4f1a1a33966849009e2411a2e00deac42a9 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Mon, 23 Mar 2026 17:35:08 +0200 Subject: [PATCH] ports: Update git 2.52.0->2.53.0 --- ports/git/build.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ports/git/build.sh b/ports/git/build.sh index 1316a274..750d0255 100755 --- a/ports/git/build.sh +++ b/ports/git/build.sh @@ -1,13 +1,14 @@ #!/bin/bash ../install.sh NAME='git' -VERSION='2.52.0' -DOWNLOAD_URL="https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.xz#3cd8fee86f69a949cb610fee8cd9264e6873d07fa58411f6060b3d62729ed7c5" -DEPENDENCIES=('zlib' 'openssl' 'curl') +VERSION='2.53.0' +DOWNLOAD_URL="https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.xz#5818bd7d80b061bbbdfec8a433d609dc8818a05991f731ffc4a561e2ca18c653" +DEPENDENCIES=('zlib' 'openssl' 'curl' 'libiconv') CONFIGURE_OPTIONS=( '--with-curl' '--with-openssl' ac_cv_fread_reads_directories=no - ac_cv_snprintf_returns_bogus=no + ac_cv_iconv_omits_bom=no ac_cv_lib_curl_curl_global_init=yes + ac_cv_snprintf_returns_bogus=no )