diff options
author | Zheng Ruoqin <zhengrq.fnst@fujitsu.com> | 2022-02-23 10:36:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-23 09:25:19 -0800 |
commit | 0733019d043eec7c8fc228e7d53d11227ddb45ef (patch) | |
tree | 9f0584d1d00526c5ec3d4b9ac3c0f6b4dbb4d3f2 /meta-webserver/recipes-php | |
parent | fee9d14b4340824a96c8f627b83b6f86c1d12daa (diff) | |
download | meta-openembedded-0733019d043eec7c8fc228e7d53d11227ddb45ef.tar.gz |
phpmyadmin: upgrade 5.1.2 -> 5.1.3
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-php')
-rw-r--r-- | meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb (renamed from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.2.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb index 7d814abd5..dca476ced 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 | |||
11 | file://apache.conf \ | 11 | file://apache.conf \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "1e6e0c1a15e3c6e7c8771faef19edfa5" | 14 | SRC_URI[sha256sum] = "c562feddc0f8ff5e69629113f273a0d024a65fb928c48e89ce614744d478296f" |
15 | SRC_URI[sha256sum] = "3aaaa86ded6308f511f67a907c0d7d6096e1dc2a8ae05581ba55a2510abde1e4" | ||
16 | 15 | ||
17 | UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/" | 16 | UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/" |
18 | UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz" | 17 | UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz" |