allow /dev in php basedir configuration to fix blocking when trying to use /dev/urandom [release 4.4.10-2mamba;Mon Jul 13 2015]
This commit is contained in:
parent
61114e87c5
commit
7473aa3994
@ -19,7 +19,7 @@
|
||||
|
||||
Name: %{?sitename:%sitename-}phpmyadmin
|
||||
Version: 4.4.10
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: MySQL administration tool
|
||||
Group: Applications/Databases
|
||||
Vendor: openmamba
|
||||
@ -150,7 +150,7 @@ cat > %{buildroot}%{_sysconfdir}/httpd/httpd.d/%{name}.conf << EOF
|
||||
php_admin_flag magic_quotes_gpc off
|
||||
php_admin_flag allow_url_include off
|
||||
php_admin_flag allow_url_fopen off
|
||||
php_admin_value open_basedir "%{installdir}:/tmp"
|
||||
php_admin_value open_basedir "%{installdir}:/tmp:/dev"
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
@ -216,6 +216,9 @@ rm -f .core .themes
|
||||
# scripts/*.sql
|
||||
|
||||
%changelog
|
||||
* Mon Jul 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.10-2mamba
|
||||
- allow /dev in php basedir configuration to fix blocking when trying to use /dev/urandom
|
||||
|
||||
* Wed Jun 17 2015 Automatic Build System <autodist@mambasoft.it> 4.4.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user