[viewvc/el4/master] Bump up to 1.1.9. Allow access to templates from localhost.

bojan bojan at fedoraproject.org
Mon Mar 7 22:57:33 UTC 2011


commit 539551c6caf60776c96b726900cd171a3c77baf2
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Tue Mar 8 09:57:03 2011 +1100

    Bump up to 1.1.9.
    Allow access to templates from localhost.

 sources     |    2 +-
 viewvc.conf |    6 ++++++
 viewvc.spec |    5 ++++-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 5eb67e4..8bbd6b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed4c74b85d6eac69c72ae2554326f56a  viewvc-1.1.8.tar.gz
+13292307114b0f4bb4fc322597ec8007  viewvc-1.1.9.tar.gz
diff --git a/viewvc.conf b/viewvc.conf
index 35fe4ef..d6e0797 100644
--- a/viewvc.conf
+++ b/viewvc.conf
@@ -8,3 +8,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 2d2fd67..4e9494e 100644
--- a/viewvc.spec
+++ b/viewvc.spec
@@ -9,7 +9,7 @@
 
 
 Name:           viewvc
-Version:        1.1.8
+Version:        1.1.9
 Release:        1%{?dist}
 Summary:        Browser interface for CVS and SVN version control repositories
 
@@ -133,6 +133,9 @@ with decent performance when run under Apache.
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/viewvc.conf
 
 %changelog
+* Tue Mar  8 2011 Bojan Smojver <bojan at rexursive.com> - 1.1.9-1
+- bump up to 1.1.9
+
 * Tue Dec  7 2010 Bojan Smojver <bojan at rexursive.com> - 1.1.8-1
 - bump up to 1.1.8
 


More information about the scm-commits mailing list