SHA256
1
0
forked from pool/phpMyAdmin

Accepting request 707875 from home:ecsos:server

- phpMyAdmin 4.9.0.1:
  * CVE-2019-11768: PMASA-2019-3 is an SQL injection flaw in the 
    Designer feature
  * CVE-2019-12616: PMASA-2019-4 is a CSRF attack that's possible 
    through the 'cookie' login form
  * Several issues with SYSTEM VERSIONING tables
  * Fixed json encode error in export
  * Fixed JavaScript events not activating on input 
    (sql bookmark issue)
  * Show Designer combo boxes when adding a constraint
  * Fix edit view
  * Fixed invalid default value for bit field
  * Fix several errors relating to GIS data types
  * Fixed javascript error PMA_messages is not defined
  * Fixed import XML data with leading zeros
  * Fixed php notice, added support for 'DELETE HISTORY' table
    privilege (MariaDB >= 10.3.4)
  * Fixed MySQL 8.0.0 issues with GIS display
  * Fixed "Server charset" in "Database server" tab showing wrong 
    information
  * Fixed can not copy user on Percona Server 5.7
  * Updated sql-parser to version 4.3.2, which fixes several 
    parsing and linting problems

OBS-URL: https://build.opensuse.org/request/show/707875
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=331
This commit is contained in:
2019-06-05 15:15:28 +00:00
committed by Git OBS Bridge
parent 8637961872
commit 14d28329f7
4 changed files with 47 additions and 1 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Jun 5 14:43:41 UTC 2019 - ecsos@opensuse.org
- phpMyAdmin 4.9.0.1:
* CVE-2019-11768: PMASA-2019-3 is an SQL injection flaw in the
Designer feature
* CVE-2019-12616: PMASA-2019-4 is a CSRF attack that's possible
through the 'cookie' login form
* Several issues with SYSTEM VERSIONING tables
* Fixed json encode error in export
* Fixed JavaScript events not activating on input
(sql bookmark issue)
* Show Designer combo boxes when adding a constraint
* Fix edit view
* Fixed invalid default value for bit field
* Fix several errors relating to GIS data types
* Fixed javascript error PMA_messages is not defined
* Fixed import XML data with leading zeros
* Fixed php notice, added support for 'DELETE HISTORY' table
privilege (MariaDB >= 10.3.4)
* Fixed MySQL 8.0.0 issues with GIS display
* Fixed "Server charset" in "Database server" tab showing wrong
information
* Fixed can not copy user on Percona Server 5.7
* Updated sql-parser to version 4.3.2, which fixes several
parsing and linting problems
-------------------------------------------------------------------
Fri Feb 1 19:10:59 UTC 2019 - andreas.stieger@gmx.de