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:
parent
8637961872
commit
14d28329f7
3
phpMyAdmin-4.9.0.1-all-languages.tar.xz
Normal file
3
phpMyAdmin-4.9.0.1-all-languages.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3de59f913c095433c8f6466f8826dfde09b097cfac78b665ddef9ddc03b0ed6
|
||||
size 6066680
|
16
phpMyAdmin-4.9.0.1-all-languages.tar.xz.asc
Normal file
16
phpMyAdmin-4.9.0.1-all-languages.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEPQalns5zDrcbURwXznUvF4JZvZIFAlz2l40ACgkQznUvF4JZ
|
||||
vZLKBRAAtEnzcxLYrysyCdnShxpAPxBUrDQYQ2GA310ZbZu/ZzWO+BLmc8Simnv7
|
||||
hfVLSeKvS3Xy6N72++til7ujdofbx3uohwrthyL24L6s24BJAT+KOqhSRXzAJ/a2
|
||||
rWuEE0kDg6+H5PRRq41+DbQBxDfsAwjsR6eueSszApe+M50ek6udRuxFFIOBcBfi
|
||||
zBPCAjIfpTIXXUygBJUrl4K/PPUYXR8wWoAC2SRBDY43B01yD4Y9hkqCBXNcSgNa
|
||||
S1QsRNB6+7uTi4lSIoHHj1zLfAumAjsfFpznqaY0K+UHkSnM9qHKEUPmJUdauCwa
|
||||
Y65vycPVVDj3gD9bGGsloAg24vuxSUqFQlUpDYTIkTFJaEKgRyB8fH6CpPYCn8iX
|
||||
DYHYKREpTubS6hqUsikjflPr+ufDYh6nT7h3OM06TroHCf73amgS32u5N9u+ibEt
|
||||
DBHR3X+h5gBP0s94OCYpjExtrxOakFH4cID4mX7VkafcpV4zwg8NeOwTYcp4lq5h
|
||||
QtbhnAMVUtWKiN0DMOj+bF+DhbPYx9g2tO2J1E33qK4iqN+OwAdv9PV7cGst8Fat
|
||||
GmhgQNb8x1m8qN1wiY60ZEjok9CXTrR4NR6dQEp5suQpmbV29ICkzwc8uD75NFLU
|
||||
RVLgbiDctw0oC9aBym6tRsVDgfh4Pxq6M27G/Bj6PeaZ8JS4w2A=
|
||||
=YN/f
|
||||
-----END PGP SIGNATURE-----
|
@ -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
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
%define ap_grp nogroup
|
||||
%endif
|
||||
Name: phpMyAdmin
|
||||
Version: 4.8.5
|
||||
Version: 4.9.0.1
|
||||
Release: 0
|
||||
Summary: Administration of MySQL over the web
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user