[meta-webserver] phpmyadmin: upgrade 5.1.2 -> 5.1.3

Message ID 1645583814-38729-1-git-send-email-zhengrq.fnst@fujitsu.com
State New
Headers show
Series [meta-webserver] phpmyadmin: upgrade 5.1.2 -> 5.1.3 | expand

Commit Message

zhengrq.fnst@fujitsu.com Feb. 23, 2022, 2:36 a.m. UTC
Changelog:
=========
- Fix broken pagination links in the navigation sidebar
- Fix MariaDB has no support for system variable "disabled_storage_engines"
- Fix unsupported operand types in Results.php when running "SHOW PROCESSLIST" SQL query
- Fixed importing browser settings question box after login when having no pmadb
- Fix "First day of calendar" user override has no effect
- Fixed repeating headers are not working
- Fixed import of email-adresses or links from ODS results in empty contents
- Fixed a type error on ODS import with non string values
- Fixed header row show/hide columns buttons on each line after hover are shown on each row
- [security] Fix for path disclosure under certain server configurations (if display_errors is on, for instance)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 .../phpmyadmin/{phpmyadmin_5.1.2.bb => phpmyadmin_5.1.3.bb}    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_5.1.2.bb => phpmyadmin_5.1.3.bb} (91%)

Patch

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.2.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb
similarity index 91%
rename from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.2.bb
rename to meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb
index 7d814abd56..dca476cede 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.2.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb
@@ -11,8 +11,7 @@  SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-la
            file://apache.conf \
 "
 
-SRC_URI[md5sum] = "1e6e0c1a15e3c6e7c8771faef19edfa5"
-SRC_URI[sha256sum] = "3aaaa86ded6308f511f67a907c0d7d6096e1dc2a8ae05581ba55a2510abde1e4"
+SRC_URI[sha256sum] = "c562feddc0f8ff5e69629113f273a0d024a65fb928c48e89ce614744d478296f"
 
 UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/"
 UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz"