summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-18 14:46:59 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-12-22 20:56:35 +0100
commit10e14b601c3bd55957ded175238bbf2338fe16e7 (patch)
tree1089791ed72207d437783d59c5a9bea174bd8bf0 /meta-webserver/recipes-php
parent59d929e5040bf501fdef30d444d6f00c76d9c4d5 (diff)
downloadmeta-openembedded-10e14b601c3bd55957ded175238bbf2338fe16e7.tar.gz
phpmyadmin: upgrade 5.1.3 -> 5.1.4
Last bugfix release of the 5.1.x series. Changelog: - Fixed sorting the database list with "statistics" enabled on "Data" column creates a PHP type error - Fix for invalid cache when losing access to config storage after it being cached - Fix session cookie not respecting the CookieSameSite configuration directive in PHP 7.2 - Fix create index form accepting too many columns - Disable editing to system schemas - Add better error handling when IndexedDB is not working - Fixed incorrect escaping of special MySQL characters on some pages - Fix GIS visualization with an edited query - Remove the use of the deprecated `strftime` function in OpenDocument exports - Enable tabindex recompute on preview button while insert new rows - Fix invalid SQL generated when PRIMARY/UNIQUE key contains a POINT column - Fix setup's CSS not loading when the URL doesn't have a trailing slash - Remove jQuery SVG JavaScript dependency - Fix column visibility dropdown when the column name is too long - Fix issue when exporting using Firefox or Safari on PHP 8.1.4 - Update JavaScript dependencies - Fix case where errors were thrown when browsing a table - Fix UI issue when user accounts page has the initials navigation bar Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-php')
-rw-r--r--meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.4.bb (renamed from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.4.bb
index 85a18dfd1e..0b855735cb 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.4.bb
@@ -14,7 +14,7 @@ SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-la
14 file://CVE-2025-24530.patch \ 14 file://CVE-2025-24530.patch \
15" 15"
16 16
17SRC_URI[sha256sum] = "c562feddc0f8ff5e69629113f273a0d024a65fb928c48e89ce614744d478296f" 17SRC_URI[sha256sum] = "3230cf0e004b6284c70e0cb26064a8666b271749ef54236d035104a972822999"
18 18
19UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/" 19UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/"
20UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz" 20UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz"