diff --git a/phpMyAdmin-3.4.1-config.patch b/phpMyAdmin-3.4.1-config.patch index 42b2122..95f27a9 100644 --- a/phpMyAdmin-3.4.1-config.patch +++ b/phpMyAdmin-3.4.1-config.patch @@ -100,7 +100,7 @@ diff -ruN phpMyAdmin-3.4.1-all-languages-orig/config.sample.inc.php phpMyAdmin-3 +$cfg['Servers'][$i]['controlpass'] = ''; + +// Authentication method (config, http or cookie based)? -+$cfg['Servers'][$i]['auth_type'] = 'http'; ++$cfg['Servers'][$i]['auth_type'] = 'cookie'; + +// MySQL user +$cfg['Servers'][$i]['user'] = 'root'; diff --git a/phpMyAdmin-3.4.5-all-languages.tar.bz2 b/phpMyAdmin-3.4.5-all-languages.tar.bz2 deleted file mode 100644 index aca43be..0000000 --- a/phpMyAdmin-3.4.5-all-languages.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27917cf2d833c0c8700704c62b28a210f30682dd112e6a0b6fd2db3e6d061051 -size 4592593 diff --git a/phpMyAdmin-3.4.7-all-languages.tar.bz2 b/phpMyAdmin-3.4.7-all-languages.tar.bz2 new file mode 100644 index 0000000..2f3c9ff --- /dev/null +++ b/phpMyAdmin-3.4.7-all-languages.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83439c01d10c93efadfc75ded9227b27ffe9f91bb017c54b91f33d87aeac0102 +size 4604198 diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index bccffed..1210318 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Oct 26 10:49:15 UTC 2011 - chris@computersalat.de + +- update to 3.4.7 + - bug #3418610 [interface] Links in navigation when + $cfg['MainPageIconic'] = false + - bug #3418849 [interface] Inline edit shows dropdowns even after closing + - bug [view] View renaming did not work + - bug [navi] Wrong icon for view (MySQL 5.5) + - bug #3420229 [doc] Missing documentation section + - bug #3423725 [pdf] Broken PDF file when exporting database to PDF + - [core] Allow to set language in URL + - bug #3425184 [doc] Fix links to PHP documentation + - bug #3426031 [export] Export to bzip2 is not working +- 3.4.6.0 (2011-10-16) + - patch #3404173 InnoDB comment display with tooltips/aliases + - bug #3404886 [navi] Edit SQL statement after error + - bug #3403165 [interface] Collation not displayed for long enum fields + - bug #3399951 [export] Config for export compression not used + - bug #3400690 [privileges] DB-specific privileges won't submit + - bug #3410604 [config] Configuration storage incorrect suggested table name + - bug #3383572 [interface] Cannot execute saved query + - bug #3411535 [display] Full text button unchecks results display options + - bug #3411224 [display] Broken binary column when 'Show binary contents' + is not set + - bug #3411633 [core] Call to undefined function PMA_isSuperuser() + - bug #3413743 [interface] Display options link missing after search + - bug #3324161 [core] CSP policy causing designer JS buttons to fail + - bug #3412862 [relation] Relations/constraints are dropped/created + on every change + - bug #3390832 [display] Delete records from last page breaks search + - bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken + - bug #3414744 [core] External link fails in 3.4.5 + - patch #3314626 [display] CharTextareaRows is not respected + - bug #3417089 [synchronize] Extraneous db choices + - [security] Fixed local path disclosure vulnerability, see PMASA-2011-15 + - [security] Fixed XSS in setup (host/verbose parameter), see PMASA-2011-16 + ------------------------------------------------------------------- Tue Oct 4 21:36:48 UTC 2011 - chris@computersalat.de diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 99a8977..53ce163 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -33,7 +33,7 @@ Name: phpMyAdmin %endif Summary: Administration of MySQL over the web -Version: 3.4.5 +Version: 3.4.7 Release: 1 License: GPLv2+ Group: Productivity/Networking/Web/Frontends