rpms/phpMyAdmin/EL-4 phpMyAdmin.htaccess, 1.4, 1.5 phpMyAdmin.spec, 1.32, 1.33

Robert Scheck robert at fedoraproject.org
Sat Nov 29 00:05:27 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/phpMyAdmin/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20551/EL-4

Modified Files:
	phpMyAdmin.htaccess phpMyAdmin.spec 
Log Message:
Replaced LocationMatch with Directory directive (#469451)



Index: phpMyAdmin.htaccess
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/EL-4/phpMyAdmin.htaccess,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phpMyAdmin.htaccess	13 Jan 2008 19:40:01 -0000	1.4
+++ phpMyAdmin.htaccess	29 Nov 2008 00:04:56 -0000	1.5
@@ -26,8 +26,8 @@
 # filtering SQL etc.  This may break your mod_security implementation.
 #
 #<IfModule mod_security.c>
-#    <LocationMatch "/phpMyAdmin/(.+)">
+#    <Directory /usr/share/phpMyAdmin>
 #        SecRuleInheritance Off
-#    </LocationMatch>
+#    </Directory>
 #</IfModule>
 


Index: phpMyAdmin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/EL-4/phpMyAdmin.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- phpMyAdmin.spec	30 Oct 2008 21:43:32 -0000	1.32
+++ phpMyAdmin.spec	29 Nov 2008 00:04:56 -0000	1.33
@@ -1,6 +1,6 @@
 Name: phpMyAdmin
 Version: 2.11.9.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Web based MySQL browser written in php
 
 Group:	Applications/Internet
@@ -54,6 +54,9 @@
 %config(noreplace) %{_sysconfdir}/%{name}
 
 %changelog
+* Sat Nov 29 2008 Robert Scheck <robert at fedoraproject.org> 2.11.9.3-2
+- Replaced LocationMatch with Directory directive (#469451)
+
 * Thu Oct 30 2008 Robert Scheck <robert at fedoraproject.org> 2.11.9.3-1
 - Upstream released 2.11.9.3 (#468974)
 




More information about the fedora-extras-commits mailing list