Accepting request 897667 from home:ecsos:server

- Update to 5.1.1
  - Fixes for several PHP errors
  - Fixes for "$cfg['DefaultTabDatabase']" and other related configuration directives not working properly
  - Fix Yaml export to quote strings even when they are numeric
  - Fix TCPDF open_basedir issue due to internal guessing code from TCPDF
  - Fix for quick search not working when using more than one configured server
    Fix datetime decimals displayed (.00000) after edit
  - Fix new lines in text fields are doubled
  - Fixed URL generation by removing un-needed & escaping for & char
  - Improvements for working with PHP 8.1
  - Improved handling of adding a new user with the Percona database server
  
  For a detail cahngelog see: 
  https://demo.phpmyadmin.net/master-config/index.php?route=/changelog

OBS-URL: https://build.opensuse.org/request/show/897667
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=368
This commit is contained in:
Eric Schirra 2021-06-05 10:42:42 +00:00 committed by Git OBS Bridge
parent ea969ed219
commit b4b9d8801a
6 changed files with 38 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa8ccf357f672012384df34e1c2bc70147476761c8458a0dad6233497e142c68
size 7902416

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEPQalns5zDrcbURwXznUvF4JZvZIFAmA17gQACgkQznUvF4JZ
vZLuLA/8DdLBJ9YqjTfgCjKqUtgcSZ7chb71eiQJi96+YW7mJTSqt8XJu2pbrK23
kFFZPHHFJExgT85784EV3t1LqFQdocs4+CkdZwkHZuScxYC12fAPx/G+vumhh6Ny
6xZII0yQbRcxH8V4rLekxUORxO20Z/k5be3mAOL2hLPD4REXH7+JF6QFkvcOIzrx
ycoWw9bPmX82phBKdyOz8Ex78zN0/U11vXLhP7kWO3vMGFfiK/+s05vijY/abBcn
kJmISpqtAE1NqDRX472SPVlGMCnFQ3kQ5G4PAHr6BHQYLsj7KjO6/RIMIEMoBPAR
1N/zMkJbEgYnYA+I9zhNSAgQLThLaZeoaQ2FAuRrcCASAAFpeV+HOHzmMakdEFDZ
rs4fOV0k8b3sgIOKr3fwuyjuHnBadhHqhdZfhVCofIt9lZ8wnXo/YuwlQzUOwkNh
E+jVx+YJDrUa89Y/522Ce7RHFrgFRx7FCwo7dRnOIEHT2aygVrmw3YI3HEubHzkE
ujXSQDN5OLw+mvij9wnnpOZhMY77KOvYMmbtRo440+jBrZFm6GFhTnvnSuLAxO/X
D9X9MKzKvCIrz4w05CwIEi3++kl+jAAZ3TNM+eMScIJGX+NasQ30JxwOTQora8QT
Imk1HIWRFg4M2LEm4bb3jbadza2CNzU60jW5LniocbnmDI3nAUw=
=62eq
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1964d7190223c11e89fa1b7970c618e3a3bae2e859f5f60383f64c3848ef6921
size 7751820

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEPQalns5zDrcbURwXznUvF4JZvZIFAmC5q30ACgkQznUvF4JZ
vZL+6RAAsXf6ALbX1uyajavyOCuji1MGXaX9F2qmRNTy1CQlSmbHw2fUsgBWHdhu
t8B03SxsUcZy1xxDtC845f+guTZIWPXJvXYKs8RpmoUbDl6mX6faESGqepG7136F
3xhl+o5wesxvESMKCdJLZe6oJugTgkFLb2zpxp32VGp+Xs5gBhmoBSvnCOdDrFSV
pZpPtS8YPnKxxSNAEDhKJfs/G0aSaXVpe7/Nht+/P20HePbcAvImRc4GYmYrgWDo
8d/hQHvfXq0XkyPoDHGtESeAYyslqTuhIjXEPF0J5g+aaoQP687N809S6v+3EUyu
BFMFuN0v45Uu0xgShPGiWA1dRpxQHBOYajZKzTo+EasQN3tlChCUitNSqXAxSrz3
IqaL13vblNQpIB4qmfS4cFgXGZ2TWIZUULujE/4tVga3x1OTf5LA5WBSyywUYfM4
VzbvLB+RJ3KXbFywhBihO+zdqiJqdGTf1T3KQyi2ub8s9J3QtIGtAwp9ycQSOQkb
InVqZ2DufidrrSU6UsHp97FPufnJFi2aEL2m13dTDwP88ajZDRAS6QW6dRBsYFg8
xX65IvSIDkb5NXRV03osRdvom3HgpW134dUJxBQInA1P+Wdk15ELPl5OQy7JBX/9
ptBkUMm995Tow3GQtytf80w3Ys7y0E28xgBfRdetiBtgmtm0SW4=
=CzRM
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jun 5 10:33:05 UTC 2021 - ecsos <ecsos@opensuse.org>
- Update to 5.1.1
- Fixes for several PHP errors
- Fixes for "$cfg['DefaultTabDatabase']" and other related configuration directives not working properly
- Fix Yaml export to quote strings even when they are numeric
- Fix TCPDF open_basedir issue due to internal guessing code from TCPDF
- Fix for quick search not working when using more than one configured server
Fix datetime decimals displayed (.00000) after edit
- Fix new lines in text fields are doubled
- Fixed URL generation by removing un-needed &amp; escaping for & char
- Improvements for working with PHP 8.1
- Improved handling of adding a new user with the Percona database server
For a detail cahngelog see:
https://demo.phpmyadmin.net/master-config/index.php?route=/changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 26 10:11:28 UTC 2021 - ecsos <ecsos@opensuse.org> Fri Feb 26 10:11:28 UTC 2021 - ecsos <ecsos@opensuse.org>

View File

@ -25,7 +25,7 @@
%define apache_group nogroup %define apache_group nogroup
%endif %endif
Name: phpMyAdmin Name: phpMyAdmin
Version: 5.1.0 Version: 5.1.1
Release: 0 Release: 0
Summary: Administration of MySQL over the web Summary: Administration of MySQL over the web
License: GPL-2.0-or-later License: GPL-2.0-or-later