rpms/phpMyAdmin/EL-4 phpMyAdmin.htaccess, 1.5, 1.6 phpMyAdmin.spec, 1.35, 1.36

Robert Scheck robert at fedoraproject.org
Sun Sep 13 15:17:35 UTC 2009


Author: robert

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

Modified Files:
	phpMyAdmin.htaccess phpMyAdmin.spec 
Log Message:
Added ::1 for localhost/loopback access (for IPv6 users)



Index: phpMyAdmin.htaccess
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/EL-4/phpMyAdmin.htaccess,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- phpMyAdmin.htaccess	29 Nov 2008 00:04:56 -0000	1.5
+++ phpMyAdmin.htaccess	13 Sep 2009 15:17:35 -0000	1.6
@@ -11,6 +11,7 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
    order deny,allow
    deny from all
    allow from 127.0.0.1
+   allow from ::1
 </Directory>
 
 # This directory does not require access over HTTP - taken from the original


Index: phpMyAdmin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/EL-4/phpMyAdmin.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- phpMyAdmin.spec	25 Mar 2009 08:59:11 -0000	1.35
+++ phpMyAdmin.spec	13 Sep 2009 15:17:35 -0000	1.36
@@ -1,6 +1,6 @@
 Name: phpMyAdmin
 Version: 2.11.9.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Web based MySQL browser written in php
 
 Group:	Applications/Internet
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/%{name}
 
 %changelog
+* Sun Sep 13 2009 Robert Scheck <robert at fedoraproject.org> 2.11.9.5-2
+- Added ::1 for localhost/loopback access (for IPv6 users)
+
 * Wed Mar 25 2009 Robert Scheck <robert at fedoraproject.org> 2.11.9.5-1
 - Upstream released 2.11.9.5 (#492066)
 




More information about the fedora-extras-commits mailing list