SHA256
1
0
forked from pool/git

Accepting request 795368 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/795368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=247
This commit is contained in:
Dominique Leuenberger 2020-04-19 19:35:26 +00:00 committed by Git OBS Bridge
parent c31a4efafb
commit a0030f8fd4
7 changed files with 19 additions and 5 deletions

Binary file not shown.

View File

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

BIN
git-2.26.1.tar.sign Normal file

Binary file not shown.

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

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

View File

@ -3,7 +3,7 @@ Description=Start Git Daemon
[Service]
EnvironmentFile=-/etc/sysconfig/git-daemon
ExecStart=/bin/sh -c 'exec git daemon --reuseaddr --base-path=${GIT_DAEMON_BASE_PATH:-/srv/git/} --user=${GIT_DAEMON_USER:-git-daemon} --group=${GIT_DAEMON_GROUP:-nogroup} $GIT_DAEMON_ARGS'
ExecStart=/bin/bash -c 'exec git daemon --reuseaddr --base-path=$${GIT_DAEMON_BASE_PATH:-/srv/git/} --user=$${GIT_DAEMON_USER:-git-daemon} --group=$${GIT_DAEMON_GROUP:-nogroup} $GIT_DAEMON_ARGS'
Restart=always
RestartSec=500ms

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 17 17:56:32 UTC 2020 - Michal Suchanek <msuchanek@suse.com>
- Fix git-daemon not starting after conversion from sysvinit to systemd service
(bsc#1169605).
-------------------------------------------------------------------
Tue Apr 14 18:32:57 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- git 2.26.1:
* CVE-2020-5260: Specially crafted URLs with newline characters
could have been used to make the Git client to send credential
information for a wrong host to the attacker's site boo#1168930
-------------------------------------------------------------------
Mon Mar 23 16:45:06 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -32,7 +32,7 @@
%endif
Name: git
Version: 2.26.0
Version: 2.26.1
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0-only