diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index db5b4d7bf7a..5afe0db4464 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -1,6 +1,6 @@ # Template file for 'chroot-git' pkgname=chroot-git -version=2.45.1 +version=2.49.0 revision=1 bootstrap=yes makedepends="zlib-devel" @@ -9,7 +9,7 @@ maintainer="Đoàn Trần Công Danh " license="GPL-2.0-only" homepage="https://git-scm.com/" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=e64d340a8e627ae22cfb8bcc651cca0b497cf1e9fdf523735544ff4a732f12bf +checksum=618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628 repository=bootstrap if [ "$CHROOT_READY" ]; then @@ -38,6 +38,10 @@ do_configure() { HOST_CPU = ${XBPS_TARGET_MACHINE%-musl} SKIP_DASHED_BUILT_INS = Yes gitexecdir = libexec/chroot-git + NO_STRLCPY = + NEEDS_LIBRT = + # https://lore.kernel.org/git/xmqqr02wbtdn.fsf@gitster.g/ + CSPRNG_METHOD = getrandom EOF if [ "$XBPS_TARGET_LIBC" = musl ]; then