diff --git a/git-2.37.0.tar.sign b/git-2.37.0.tar.sign deleted file mode 100644 index d822c8b..0000000 Binary files a/git-2.37.0.tar.sign and /dev/null differ diff --git a/git-2.37.0.tar.xz b/git-2.37.0.tar.xz deleted file mode 100644 index d87b385..0000000 --- a/git-2.37.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f7fa1711bd00c4ec3dde2fe44407dc13f12e4772b5e3c72a58db4c07495411f -size 6978796 diff --git a/git-2.37.1.tar.sign b/git-2.37.1.tar.sign new file mode 100644 index 0000000..188fe2c Binary files /dev/null and b/git-2.37.1.tar.sign differ diff --git a/git-2.37.1.tar.xz b/git-2.37.1.tar.xz new file mode 100644 index 0000000..990658e --- /dev/null +++ b/git-2.37.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8162c6b8b8f1c5db706ab01b4ee29e31061182135dc27c4860224aaec1b3500 +size 6980388 diff --git a/git.changes b/git.changes index d55e229..d0e4c7c 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jul 12 18:35:14 UTC 2022 - Andreas Stieger + +- git 2.37.1: + * Rewrite of "git add -i" in C that appeared in Git 2.25 didn't + correctly record a removed file to the index, which is an old + regression but has become widely known because the C version has + become the default in the latest release. + * Fix for CVE-2022-29187 [boo#1201431]: + The safety check that verifies a safe ownership of the Git + worktree is now extended to also cover the ownership of the Git + directory (and the `.git` file, if there is any). + +------------------------------------------------------------------- +Tue Jul 11 11:11:11 UTC 2022 - olaf@aepfle.de + +- Usage of sysusers_requires is optional, like during quilt setup + ------------------------------------------------------------------- Fri Jul 8 09:00:10 UTC 2022 - Petr Vorel diff --git a/git.spec b/git.spec index 0305998..b2e7b60 100644 --- a/git.spec +++ b/git.spec @@ -36,7 +36,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.37.0 +Version: 2.37.1 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only @@ -248,7 +248,7 @@ Requires: git-core = %{version} Requires(pre): %fillup_prereq %if 0%{?suse_version} >= 1500 Requires(pre): group(nogroup) -%sysusers_requires +%{?sysusers_requires} %{?systemd_requires} %else Requires(pre): %{_sbindir}/useradd