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

bojan bojan at fedoraproject.org
Mon Mar 7 22:49:37 UTC 2011


commit 7c6463220218ada18cb65915c6cdd60bf073c15b
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Tue Mar 8 09:48:59 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 094777b..d4f4743 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 00eda0b..5aec74b 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.8
+Version:        1.1.9
 Release:        1%{?dist}
 Summary:        Browser interface for CVS and SVN version control repositories
 
@@ -115,6 +115,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