summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-01-16 09:59:01 -0700
committerKevin Fenzi <kevin@scrye.com>2016-01-16 09:59:01 -0700
commit32eb1d5d869626088690119323ce00422459cae9 (patch)
tree3f24c1a4d33c816baeefdb2294891ceca436ab79 /cgit.spec
parent3c7b26bdfe72f148f803d48f69ec82e5ef18aa0b (diff)
downloadcgit_EL6-32eb1d5d869626088690119323ce00422459cae9.tar.gz
Update to 0.12. Fixes bug #1298912
- Fixes CVE-2016-1899 CVE-2016-1900 CVE-2016-1901
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/cgit.spec b/cgit.spec
index 44816f8..06974fb 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,6 +1,6 @@
# Review bug: https://bugzilla.redhat.com/479723
-%global gitver 2.3.2
+%global gitver 2.7.0
%global cachedir %{_localstatedir}/cache/%{name}
%global filterdir %{_libexecdir}/%{name}/filters
%global scriptdir %{_localstatedir}/www/cgi-bin
@@ -35,8 +35,8 @@ make V=1 %{?_smp_mflags} \\\
prefix=%{_prefix}
Name: cgit
-Version: 0.11.2
-Release: 3%{?dist}
+Version: 0.12
+Release: 1%{?dist}
Summary: A fast web interface for git
Group: Development/Tools
@@ -158,6 +158,10 @@ rm -rf %{buildroot}
%changelog
+* Sat Jan 16 2016 Kevin Fenzi <kevin@scrye.com> - 0.12-1
+- Update to 0.12. Fixes bug #1298912
+- Fixes CVE-2016-1899 CVE-2016-1900 CVE-2016-1901
+
* Sat Sep 05 2015 Kevin Fenzi <kevin@scrye.com> 0.11.2-3
- Fix up logic around webserver and httpd.
- On Fedora require webserver and httpd-filesystem