[viewvc/f12/master] Bump up to 1.1.7. Address bug #565805, allow access to templates from localhost.

bojan bojan at fedoraproject.org
Fri Sep 10 01:58:45 UTC 2010


commit 36b5ed32e2f3e9b7ae7b8d5467588c16ff1e82f2
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Fri Sep 10 11:58:49 2010 +1000

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

 sources     |    2 +-
 viewvc.conf |    6 ++++++
 viewvc.spec |    6 +++++-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
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 7ee56fb..c600e1e 100644
--- a/viewvc.spec
+++ b/viewvc.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           viewvc
-Version:        1.1.6
+Version:        1.1.7
 Release:        1%{?dist}
 Summary:        Browser interface for CVS and SVN version control repositories
 
@@ -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 Jun  3 2010 Bojan Smojver <bojan at rexursive.com> - 1.1.6-1
 - bump up to 1.1.6
 - drop patch for upstream issue #454


More information about the scm-commits mailing list