Accepting request 878071 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/878071 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=259
This commit is contained in:
parent
0bd7615737
commit
ef9abf326f
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f988a8a095089978dab2932af4edb22b4d7d67d67b81aaa1986fa29ef45d9467
|
|
||||||
size 6327976
|
|
BIN
git-2.30.2.tar.sign
Normal file
BIN
git-2.30.2.tar.sign
Normal file
Binary file not shown.
3
git-2.30.2.tar.xz
Normal file
3
git-2.30.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41f7d90c71f9476cd387673fcb10ce09ccbed67332436a4cc58d7af32c355faa
|
||||||
|
size 6329820
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 9 18:55:54 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- git 2.30.2:
|
||||||
|
* CVE-2021-21300: On case-insensitive file systems with support
|
||||||
|
for symbolic links, if Git is configured globally to apply
|
||||||
|
delay-capable clean/smudge filters (such as Git LFS), Git could
|
||||||
|
be fooled into running remote code during a clone (boo#1183026)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 10 11:33:12 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
Wed Feb 10 11:33:12 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
8
git.spec
8
git.spec
@ -18,13 +18,11 @@
|
|||||||
|
|
||||||
%define rb_build_ruby_abis %{rb_default_ruby_abi}
|
%define rb_build_ruby_abis %{rb_default_ruby_abi}
|
||||||
%define rb_build_versions %{rb_default_ruby}
|
%define rb_build_versions %{rb_default_ruby}
|
||||||
|
|
||||||
%define gitexecdir %{_libexecdir}/git
|
%define gitexecdir %{_libexecdir}/git
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||||
%define SuSEfirewall2 1
|
%define SuSEfirewall2 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
@ -37,9 +35,8 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with asciidoctor
|
%bcond_with asciidoctor
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.30.1
|
Version: 2.30.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -64,7 +61,6 @@ Patch6: git-tcsh-completion-fixes.diff
|
|||||||
Patch7: git-zsh-completion-fixes.diff
|
Patch7: git-zsh-completion-fixes.diff
|
||||||
Patch8: git-asciidoc.patch
|
Patch8: git-asciidoc.patch
|
||||||
Patch10: setup-don-t-fail-if-commondir-reference-is-deleted.patch
|
Patch10: setup-don-t-fail-if-commondir-reference-is-deleted.patch
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gpg2
|
BuildRequires: gpg2
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
@ -295,7 +291,7 @@ directory /git/ that calls the cgi script.
|
|||||||
%build
|
%build
|
||||||
cat > .make <<'EOF'
|
cat > .make <<'EOF'
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags}" \
|
%make_build CFLAGS="%{optflags}" \
|
||||||
GITWEB_CONFIG="%{_sysconfdir}/gitweb.conf" \
|
GITWEB_CONFIG="%{_sysconfdir}/gitweb.conf" \
|
||||||
GITWEB_PROJECTROOT="/srv/git" \
|
GITWEB_PROJECTROOT="/srv/git" \
|
||||||
WITH_OWN_SUBPROCESS_PY=YesPlease \
|
WITH_OWN_SUBPROCESS_PY=YesPlease \
|
||||||
|
Loading…
Reference in New Issue
Block a user