From 66bdf239b8005d52d2a683458eebca23961b8c6d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 26 Oct 2020 02:28:33 +0300 Subject: git: bump to 2.29.1 --- core/git/build | 2 +- core/git/checksums | 4 ++-- core/git/sources | 4 ++-- core/git/version | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/git/build b/core/git/build index 27003088..a0228ee5 100755 --- a/core/git/build +++ b/core/git/build @@ -42,7 +42,7 @@ for obj in http http-walker; do done # shellcheck disable=2086,2046 -"$CC" -static $CFLAGS -o "$1/usr/libexec/git-core/git-remote-http" remote-curl.c http.o http-walker.o libgit.a common-main.o xdiff/lib.a $(pkg-config --static --libs zlib libcurl) +"$CC" $LDFLAGS $CFLAGS -o "$1/usr/libexec/git-core/git-remote-http" remote-curl.c http.o http-walker.o libgit.a common-main.o xdiff/lib.a $(pkg-config --static --libs zlib libcurl) for remote in https ftp ftps; do ln -sf git-remote-http "$1/usr/libexec/git-core/git-remote-$remote" diff --git a/core/git/checksums b/core/git/checksums index d67ea2af..5d0f9019 100644 --- a/core/git/checksums +++ b/core/git/checksums @@ -1,2 +1,2 @@ -28432d995257c4626fe0fb2091f588df6eed98e9571419e72c83bc23372e6b89 git-2.29.0.tar.xz -8d2e44513a58833fdd737ef9f262b3c4a390726df660548b44404fb4c25af0cb git-manpages-2.29.0.tar.xz +3005609697d0dd61699d86b533f4db873da82e80804cbb55111b2e330114adb3 git-2.29.1.tar.xz +d3c7958aea93106d974ecf2516636270676679d8fcbff540e6ee398c2074c7be git-manpages-2.29.1.tar.xz diff --git a/core/git/sources b/core/git/sources index 17dba9d4..6c7f42e6 100644 --- a/core/git/sources +++ b/core/git/sources @@ -1,2 +1,2 @@ -https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.29.0.tar.xz -https://www.kernel.org/pub/software/scm/git/git-manpages-2.29.0.tar.xz +https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.29.1.tar.xz +https://www.kernel.org/pub/software/scm/git/git-manpages-2.29.1.tar.xz diff --git a/core/git/version b/core/git/version index ac4f1ac3..8e565f46 100644 --- a/core/git/version +++ b/core/git/version @@ -1 +1 @@ -2.29.0 1 +2.29.1 1 -- cgit v1.2.3