- Update to new upstream release 1.2.1 [boo#1103799]
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/cgit?expand=0&rev=32
This commit is contained in:
parent
79cf7595e4
commit
e1287c86b2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890
|
||||
size 86268
|
3
cgit-1.2.1.tar.xz
Normal file
3
cgit-1.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf
|
||||
size 89648
|
10
cgit.changes
10
cgit.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 5 16:24:56 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.2.1
|
||||
* fixes CVE-2018-14912 directory traversal vulnerability
|
||||
[boo#1103799]
|
||||
* syntax-highlighting: replace invalid unicode with '?'
|
||||
* ui-repolist: properly sort by age
|
||||
* ui-patch: fix crash when using path limit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 17:56:42 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
12
cgit.spec
12
cgit.spec
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_version 2.11.1
|
||||
%define git_version 2.18.0
|
||||
Name: cgit
|
||||
Version: 1.1
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: A web frontend for git repositories
|
||||
License: GPL-2.0
|
||||
@ -42,8 +42,8 @@ BuildRequires: xz
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
|
||||
%description
|
||||
This is an attempt to create a fast web interface for the Git SCM, using a
|
||||
builtin cache to decrease server I/O pressure.
|
||||
A web interface for the Git SCM, using a built-in cache to decrease server
|
||||
I/O pressure.
|
||||
|
||||
%prep
|
||||
%setup -qa2
|
||||
@ -56,12 +56,10 @@ ln -s git-%git_version git
|
||||
make V=1 prefix="%_prefix" %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install install-man DESTDIR=%buildroot prefix="%_prefix" \
|
||||
%make_install install-man prefix="%_prefix" \
|
||||
CGIT_SCRIPT_PATH="/srv/www/htdocs/cgit"
|
||||
|
||||
mkdir -p "%buildroot/srv/www/cgi-bin/cgit/"
|
||||
mv %buildroot/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
|
||||
|
||||
mkdir -p "%buildroot/%_sysconfdir"
|
||||
cp %SOURCE9 "%buildroot/%_sysconfdir/cgitrc"
|
||||
|
||||
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415
|
||||
size 4208132
|
BIN
git-2.18.0.tar.sign
Normal file
BIN
git-2.18.0.tar.sign
Normal file
Binary file not shown.
3
git-2.18.0.tar.xz
Normal file
3
git-2.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
|
||||
size 5102264
|
Loading…
Reference in New Issue
Block a user