[viewvc: 1/2] Bump up to 1.1.7. Address bug #565805, allow access to templates from localhost.

bojan bojan at fedoraproject.org
Fri Sep 10 01:49:32 UTC 2010


commit 58295a938697a10d081fe58f26ae7366b550a09e
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Fri Sep 10 11:26:12 2010 +1000

    Bump up to 1.1.7.
    Address bug #565805, allow access to templates from localhost.

 .gitignore  |    1 +
 sources     |    2 +-
 viewvc.conf |    6 ++++++
 viewvc.spec |    8 ++++++--
 4 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4909078..00f9c6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 viewvc-1.1.6.tar.gz
+/viewvc-1.1.7.tar.gz
diff --git a/sources b/sources
index 7a6626a..c5350b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b0fd59fe4410dfc809d9b7d07f9baf6  viewvc-1.1.6.tar.gz
+3c91723007e81fb6c03cd9515213fff3  viewvc-1.1.7.tar.gz
diff --git a/viewvc.conf b/viewvc.conf
index 4f41917..6ae3925 100644
--- a/viewvc.conf
+++ b/viewvc.conf
@@ -7,3 +7,9 @@ Alias /viewvc-static __datadir__/viewvc/templates/docroot
     Order allow,deny
     Allow from 127.0.0.1
 </Directory>
+
+<Directory __datadir__/viewvc/templates/docroot>
+    Options -Indexes
+    Order allow,deny
+    Allow from 127.0.0.1
+</Directory>
diff --git a/viewvc.spec b/viewvc.spec
index e18918e..370c153 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.6
-Release:        2%{?dist}
+Version:        1.1.7
+Release:        1%{?dist}
 Summary:        Browser interface for CVS and SVN version control repositories
 
 Group:          Development/Tools
@@ -118,6 +118,10 @@ with decent performance when run under Apache.
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/viewvc.conf
 
 %changelog
+* Fri Sep 10 2010 Bojan Smojver <bojan at rexursive.com> - 1.1.7-1
+- bump up to 1.1.7
+- address bug #565805, allow access to templates from localhost
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list