From 7473aa3994be56a116324bed70e7542879cc70cd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:00:37 +0100 Subject: [PATCH] allow /dev in php basedir configuration to fix blocking when trying to use /dev/urandom [release 4.4.10-2mamba;Mon Jul 13 2015] --- phpmyadmin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpmyadmin.spec b/phpmyadmin.spec index cdf009c..3617681 100644 --- a/phpmyadmin.spec +++ b/phpmyadmin.spec @@ -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" @@ -216,6 +216,9 @@ rm -f .core .themes # scripts/*.sql %changelog +* Mon Jul 13 2015 Silvan Calarco 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 4.4.10-1mamba - automatic version update by autodist