Accepting request 988914 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/988914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=283
This commit is contained in:
Dominique Leuenberger 2022-07-14 14:33:18 +00:00 committed by Git OBS Bridge
parent d1e1df8c3b
commit f57085bea7
6 changed files with 23 additions and 5 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f7fa1711bd00c4ec3dde2fe44407dc13f12e4772b5e3c72a58db4c07495411f
size 6978796

BIN
git-2.37.1.tar.sign Normal file

Binary file not shown.

3
git-2.37.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8162c6b8b8f1c5db706ab01b4ee29e31061182135dc27c4860224aaec1b3500
size 6980388

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jul 12 18:35:14 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <pvorel@suse.cz>

View File

@ -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