[packages/trac] - rel 4; drop 'Require all granted' because it makes apache to not ask for auth
arekm
arekm at pld-linux.org
Fri Jun 21 21:39:21 CEST 2013
commit 53f319e4f4547a22c5a01d4a300a778291516ab3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Jun 21 21:39:19 2013 +0200
- rel 4; drop 'Require all granted' because it makes apache to not ask for auth
trac-httpd.conf | 1 -
trac.spec | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/trac.spec b/trac.spec
index 8368bc1..1e719e3 100644
--- a/trac.spec
+++ b/trac.spec
@@ -6,7 +6,7 @@ Summary(pl.UTF-8): Zintegrowane scm, wiki, system śledzenia problemów i środo
Name: trac
# NOTE 1.x is on DEVEL branch, finish it there and then merge
Version: 0.12.5
-Release: 3
+Release: 4
License: BSD-like
Group: Applications/WWW
Source0: http://ftp.edgewall.com/pub/trac/Trac-%{version}.tar.gz
diff --git a/trac-httpd.conf b/trac-httpd.conf
index cff1eae..d9bd6a6 100644
--- a/trac-httpd.conf
+++ b/trac-httpd.conf
@@ -41,5 +41,4 @@ AliasMatch ^/trac/([^/]+/)?chrome/([^/]+)/(.*) /usr/share/trac/htdocs/$2/$3
AuthName "trac"
AuthUserFile /etc/webapps/trac/htpasswd
Require valid-user
- Require all granted
</Location>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/trac.git/commitdiff/53f319e4f4547a22c5a01d4a300a778291516ab3
More information about the pld-cvs-commit
mailing list