From 32eb1d5d869626088690119323ce00422459cae9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 16 Jan 2016 09:59:01 -0700 Subject: Update to 0.12. Fixes bug #1298912 - Fixes CVE-2016-1899 CVE-2016-1900 CVE-2016-1901 --- cgit.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'cgit.spec') 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 - 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 0.11.2-3 - Fix up logic around webserver and httpd. - On Fedora require webserver and httpd-filesystem -- cgit