]> git.pld-linux.org Git - packages/phpMyAdmin.git/blobdiff - phpMyAdmin-config.patch
- updated to 4.8.5 (solves CVE-2019-6798, CVE-2019-6799)
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
index 356cbe74c80a43cbd9101b7e0ab8b4d190a53807..110be5ae2c8c515be73bf507177629cebe3eca66 100644 (file)
@@ -1,24 +1,12 @@
-diff -ur phpMyAdmin.orig/config.default.php phpMyAdmin/config.default.php
---- phpMyAdmin.orig/config.default.php 2005-11-23 11:34:32.000000000 +0100
-+++ phpMyAdmin/config.default.php      2005-12-19 21:02:34.565280520 +0100
-@@ -1,8 +1,6 @@
- <?php
--/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
--
--/* $Id$ */
-+/* $Id$ */
- // vim: expandtab sw=4 ts=4 sts=4:
+diff -burNp phpMyAdmin-3.1.0-all-languages/libraries/config.default.php phpMyAdmin-3.1.0-all-languages-new/libraries/config.default.php
+--- phpMyAdmin-3.1.0-all-languages/libraries/config.default.php        2008-11-28 14:21:00.000000000 +0100
++++ phpMyAdmin-3.1.0-all-languages-new/libraries/config.default.php    2008-12-02 10:31:40.200149063 +0100
+@@ -180,7 +180,7 @@ $cfg['Servers'][$i]['auth_swekey_config'
+  *
+  * @global string $cfg['Servers'][$i]['user']
+  */
+-$cfg['Servers'][$i]['user'] = 'root';
++$cfg['Servers'][$i]['user'] = 'mysql';
  
  /**
-@@ -68,8 +66,8 @@
-                                                     // The controluser is also
-                                                     // used for all relational
-                                                     // features (pmadb)
--$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
--$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
-+$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
-+$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
- $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
-                                                     // with 'config' auth_type)
- $cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
+  * MySQL password (only needed with 'config' auth_type)
This page took 0.069983 seconds and 4 git commands to generate.