diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 9af9f74d747..bf109360f49 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,6 +1,6 @@ # Template file for 'git' pkgname=git -version=2.48.1 +version=2.49.0 revision=1 hostmakedepends="asciidoc gettext perl pkg-config tk xmlto" makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel" @@ -14,7 +14,7 @@ license="GPL-2.0-only" homepage="https://git-scm.com/" changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=1c5d545f5dc1eb51e95d2c50d98fdf88b1a36ba1fa30e9ae5d5385c6024f82ad +checksum=618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628 replaces="git-perl>=0" python_version=3 @@ -42,6 +42,10 @@ do_configure() { # those symlinks were kept for scripts written before 2010 SKIP_DASHED_BUILT_INS = Yes GIT_TEST_UTF8_LOCALE=C.UTF-8 + NO_STRLCPY = + NEEDS_LIBRT = + # https://lore.kernel.org/git/xmqqr02wbtdn.fsf@gitster.g/ + CSPRNG_METHOD = getrandom EOF if [ "$XBPS_TARGET_LIBC" = musl ]; then