Hello community, here is the log from the commit of package phpMyAdmin for openSUSE:Factory checked in at Mon Jun 27 11:10:35 CEST 2011.
-------- --- phpMyAdmin/phpMyAdmin.changes 2011-06-09 17:07:39.000000000 +0200 +++ /mounts/work_src_done/STABLE/phpMyAdmin/phpMyAdmin.changes 2011-06-22 11:02:33.000000000 +0200 @@ -1,0 +2,8 @@ +Wed Jun 22 09:01:52 UTC 2011 - [email protected] + +- fix changelog + o update to 3.4.2.0 -> update to 3.4.2 +- fix bnc#697748 (suhosin customization) + o moved from spec's %post to http_conf file + +------------------------------------------------------------------- @@ -4 +12 @@ -- update to 3.4.2.0 +- update to 3.4.2 calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phpMyAdmin.spec ++++++ --- /var/tmp/diff_new_pack.o64If2/_old 2011-06-27 11:09:17.000000000 +0200 +++ /var/tmp/diff_new_pack.o64If2/_new 2011-06-27 11:09:17.000000000 +0200 @@ -35,7 +35,7 @@ Summary: Administration of MySQL over the web Version: 3.4.2 -Release: 1 +Release: 3 License: GPLv2+ Group: Productivity/Networking/Web/Frontends Url: http://www.phpMyAdmin.net @@ -136,16 +136,6 @@ # set PmaAbsoluteUri ### generate blowfish secret %{__sed} -i -e "s,@FQDN@,$(cat /etc/HOSTNAME)," \ -e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s -1 46`'/" %{pma_config} -if [ -f /etc/php5/conf.d/suhosin.ini ]; then - %{__sed} -i \ - -e "s/^;\(suhosin.post.max_array_index_length =\).*/\1 256/" \ - -e "s/^;\(suhosin.post.max_totalname_length =\).*/\1 8192/" \ - -e "s/^;\(suhosin.post.max_vars =\).*/\1 2048/" \ - -e "s/^;\(suhosin.request.max_array_index_length =\).*/\1 256/" \ - -e "s/^;\(suhosin.request.max_totalname_length =\).*/\1 8192/" \ - -e "s/^;\(suhosin.request.max_vars =\).*/\1 2048/" \ - %{_sysconfdir}/php5/conf.d/suhosin.ini -fi %postun %restart_on_update apache2 ++++++ phpMyAdmin.http ++++++ --- /var/tmp/diff_new_pack.o64If2/_old 2011-06-27 11:09:17.000000000 +0200 +++ /var/tmp/diff_new_pack.o64If2/_new 2011-06-27 11:09:17.000000000 +0200 @@ -9,6 +9,13 @@ php_admin_flag zend.ze1_compatibility_mode off php_admin_flag safe_mode Off php_admin_value open_basedir "@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@" + # customize suhosin + php_admin_value suhosin.post.max_array_index_length 256 + php_admin_value suhosin.post.max_totalname_length 8192 + php_admin_value suhosin.post.max_vars 2048 + php_admin_value suhosin.request.max_array_index_length 256 + php_admin_value suhosin.request.max_totalname_length 8192 + php_admin_value suhosin.request.max_vars 2048 </IfModule> </Directory> <Directory @ap_docroot@/@name@/libraries> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
