[cgit] Update to 0.9.1

Kevin Fenzi kevin at fedoraproject.org
Thu Nov 15 16:59:31 UTC 2012


commit e40abfe5f9cc89635f1a91c874b1b1ac1279919c
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Thu Nov 15 09:59:27 2012 -0700

    Update to 0.9.1
    
    - Fixes bug #870714 - CVE-2012-4548
    - Fixes bug #820733 - CVE-2012-4465

 .gitignore |    1 +
 cgit.spec  |   17 +++++++++--------
 sources    |    3 +--
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f12ecca..ae0d777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 *.tar.bz2
 /.build*.log
 /cgit-*/
+/cgit-0.9.1.tar.xz
diff --git a/cgit.spec b/cgit.spec
index b5bff03..ff5e5c0 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -19,21 +19,18 @@ make V=1 %{?_smp_mflags} \\\
      filterdir=%{filterdir}
 
 Name:           cgit
-Version:        0.9.0.2
-Release:        4%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        A fast web interface for git
 
 Group:          Development/Tools
 License:        GPLv2
-URL:            http://hjemli.net/git/cgit/
-Source0:        http://hjemli.net/git/cgit/snapshot/%{name}-%{version}.tar.bz2
+URL:            http://git.zx2c4.com/cgit/
+Source0:        http://git.zx2c4.com/cgit/snapshot/%{name}-%{version}.tar.xz
 Source1:        http://www.kernel.org/pub/software/scm/git/git-%{gitver}.tar.bz2
 Source2:        cgitrc
 Source3:        cgit.httpd
 Source4:        README.SELinux
-# http://hjemli.net/pipermail/cgit/2011-July/000276.html
-# http://hjemli.net/git/cgit/commit/?h=stable&id=bebe89d
-Patch0:         0001-Fix-potential-XSS-vulnerability-in-rename-hint.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  asciidoc
@@ -54,7 +51,6 @@ Cgit is a fast web interface for git.  It uses caching to increase performance.
 
 %prep
 %setup -q -a 1
-%patch0 -p1
 
 # setup the git dir
 rm -rf git
@@ -98,6 +94,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Nov 15 2012 Kevin Fenzi <kevin at scrye.com> 0.9.1-1
+- Update to 0.9.1
+- Fixes bug #870714 - CVE-2012-4548
+- Fixes bug #820733 - CVE-2012-4465
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d8451eb..ecb6043 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-5b92b07e0107ff24a783adfb8c0cd1f2  cgit-0.9.0.2.tar.bz2
-fa24dc1ef0b663327ea0fe1981365b39  git-1.7.4.tar.bz2
+ed1a1ccccdcbf55ddd6a9de29bca6edf  cgit-0.9.1.tar.xz


More information about the scm-commits mailing list