SPECS: php4-xcache.spec - conflicts with zendoptimizer - allow adm...
glen
glen at pld-linux.org
Thu Jul 5 13:18:41 CEST 2007
Author: glen Date: Thu Jul 5 11:18:41 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- conflicts with zendoptimizer
- allow admin from localhost by default
- rel 2
---- Files affected:
SPECS:
php4-xcache.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/php4-xcache.spec
diff -u SPECS/php4-xcache.spec:1.1 SPECS/php4-xcache.spec:1.2
--- SPECS/php4-xcache.spec:1.1 Thu Jul 5 13:11:40 2007
+++ SPECS/php4-xcache.spec Thu Jul 5 13:18:36 2007
@@ -4,7 +4,7 @@
Summary(pl.UTF-8): %{_modname} - buforowanie opcodów PHP
Name: php4-%{_modname}
Version: 1.2.1
-Release: 1
+Release: 2
License: BSD
Group: Development/Languages/PHP
URL: http://xcache.lighttpd.net/
@@ -15,6 +15,7 @@
BuildRequires: sed >= 4.0
%{?requires_zend_extension}
Requires: php4-common >= 3:4.4.0-3
+Conflicts: php4-ZendOptimizer
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _webapps /etc/webapps
@@ -40,7 +41,7 @@
cat > apache.conf <<'EOF'
Alias /xcache %{_appdir}
<Directory %{_appdir}>
- Allow from all
+ Allow from 127.0.0.1
</Directory>
EOF
@@ -109,6 +110,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/07/05 11:18:36 glen
+- conflicts with zendoptimizer
+- allow admin from localhost by default
+- rel 2
+
Revision 1.1 2007/07/05 11:11:40 glen
- new, based on php-xcache.spec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4-xcache.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list