- 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
|
Sat Feb 11 17:56:42 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
14
cgit.spec
14
cgit.spec
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_version 2.11.1
|
%define git_version 2.18.0
|
||||||
Name: cgit
|
Name: cgit
|
||||||
Version: 1.1
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A web frontend for git repositories
|
Summary: A web frontend for git repositories
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -31,7 +31,7 @@ Source3: https://www.kernel.org/pub/software/scm/git/git-%git_version.tar
|
|||||||
Source4: %name.keyring
|
Source4: %name.keyring
|
||||||
Source9: cgitrc
|
Source9: cgitrc
|
||||||
Patch0: cgit-optflags.diff
|
Patch0: cgit-optflags.diff
|
||||||
Patch1: cgit-built-with-git-v2.11.0.patch
|
Patch1: cgit-built-with-git-v2.11.0.patch
|
||||||
# Requirements for cgitrc man page generation
|
# Requirements for cgitrc man page generation
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
# Requirements for cgit
|
# Requirements for cgit
|
||||||
@ -42,8 +42,8 @@ BuildRequires: xz
|
|||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %_tmppath/%name-%version-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is an attempt to create a fast web interface for the Git SCM, using a
|
A web interface for the Git SCM, using a built-in cache to decrease server
|
||||||
builtin cache to decrease server I/O pressure.
|
I/O pressure.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qa2
|
%setup -qa2
|
||||||
@ -56,12 +56,10 @@ ln -s git-%git_version git
|
|||||||
make V=1 prefix="%_prefix" %{?_smp_mflags}
|
make V=1 prefix="%_prefix" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install install-man DESTDIR=%buildroot prefix="%_prefix" \
|
%make_install install-man prefix="%_prefix" \
|
||||||
CGIT_SCRIPT_PATH="/srv/www/htdocs/cgit"
|
CGIT_SCRIPT_PATH="/srv/www/htdocs/cgit"
|
||||||
|
|
||||||
mkdir -p "%buildroot/srv/www/cgi-bin/cgit/"
|
mkdir -p "%buildroot/srv/www/cgi-bin/cgit/"
|
||||||
mv %buildroot/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
|
mv %buildroot/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
|
||||||
|
|
||||||
mkdir -p "%buildroot/%_sysconfdir"
|
mkdir -p "%buildroot/%_sysconfdir"
|
||||||
cp %SOURCE9 "%buildroot/%_sysconfdir/cgitrc"
|
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