Accepting request 89396 from home:computersalat:devel:php
update to 3.4.7, fix PMASA-2011-15, fix PMASA-2011-16 OBS-URL: https://build.opensuse.org/request/show/89396 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=19
This commit is contained in:
parent
cfa111ab00
commit
4d36a33faa
@ -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';
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27917cf2d833c0c8700704c62b28a210f30682dd112e6a0b6fd2db3e6d061051
|
||||
size 4592593
|
3
phpMyAdmin-3.4.7-all-languages.tar.bz2
Normal file
3
phpMyAdmin-3.4.7-all-languages.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83439c01d10c93efadfc75ded9227b27ffe9f91bb017c54b91f33d87aeac0102
|
||||
size 4604198
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user