[viewvc/el6] Bump up to 1.1.16.

bojan bojan at fedoraproject.org
Wed Oct 24 23:01:50 UTC 2012


commit 11085e63dcd2d3ab9ba82592905baf5286c56e9b
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Thu Oct 25 09:49:01 2012 +1100

    Bump up to 1.1.16.
    
    Conflicts:
    	viewvc.spec

 .gitignore                           |    1 +
 sources                              |    2 +-
 viewvc-1.1.5-CVE-2012-4533-xss.patch |   13 -------------
 viewvc.spec                          |   10 ++++++----
 4 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f315f0..a64453e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ viewvc-1.1.6.tar.gz
 /viewvc-1.1.13.tar.gz
 /viewvc-1.1.14.tar.gz
 /viewvc-1.1.15.tar.gz
+/viewvc-1.1.16.tar.gz
diff --git a/sources b/sources
index 11bab84..d871842 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc390f3f0005b2d72065026f62559011  viewvc-1.1.15.tar.gz
+766bcc89da8d6a51343c1be4f39f9c7e  viewvc-1.1.16.tar.gz
diff --git a/viewvc.spec b/viewvc.spec
index eb8b416..822827b 100644
--- a/viewvc.spec
+++ b/viewvc.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           viewvc
-Version:        1.1.15
-Release:        3%{?dist}
+Version:        1.1.16
+Release:        1%{?dist}
 Summary:        Browser interface for CVS and SVN version control repositories
 
 Group:          Development/Tools
@@ -12,7 +12,6 @@ Source0:        http://www.viewvc.org/%{name}-%{version}.tar.gz
 Source1:        viewvc.conf
 Source2:        README.httpd
 Source3:        viewvc-lexer-mimetypes.py
-Patch1:         viewvc-1.1.5-CVE-2012-4533-xss.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Obsoletes:      %{name}-selinux < 1.0.3-13
@@ -44,7 +43,6 @@ with decent performance when run under Apache.
 
 %prep
 %setup -q
-%patch1 -p1 -b .CVE-2012-4533-xss
 
 %build
 
@@ -120,6 +118,10 @@ with decent performance when run under Apache.
 %attr(0700,apache,apache) %{_localstatedir}/spool/viewvc
 
 %changelog
+* Thu Oct 25 2012 Bojan Smojver <bojan at rexursive.com> - 1.1.16-1
+- bump up to 1.1.16
+- drop patch for CVE-2012-4533, part of the release
+
 * Mon Oct 22 2012 Bojan Smojver <bojan at rexursive.com> - 1.1.15-3
 - patch CVE-2012-4533, bug #868606
 


More information about the scm-commits mailing list