diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-02-26 07:19:13 +0100 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-02-26 07:19:13 +0100 |
commit | ff8abca19084d9e1b5b0e93326ed9293e73b4d09 (patch) | |
tree | 95da16e63d012867a2dad8489e9e55031eb3439f /databases/phpmyadmin | |
parent | databases/phpmyadmin5: Update to 5.1.3 (diff) |
databases/phpmyadmin: Update to 4.9.10
Changelog: The phpMyAdmin team announces the release of versions 4.9.10 and 5.1.3.
These versions primarily address a regression that caused the navigation pane to not function correctly when multiple pages of tables were shown.
Version 5.1.3 includes a security hardening improvement. The issue, reported by Rafael Pedrero, could allow users to cause an error that would reveal the path on disk where phpMyAdmin is running from. We believe this requires the server to be running with display_errors on, which is not the recommended setting for a production environment.
Version 5.1.3 includes a few other minor bug fixes and is recommended for all users.
Note that version 4.9 is in extended security support only. Version 5.2.0 is in final testing and is expected to replace the 5.1 branch in the coming week or weeks, with no changes to required versions of PHP or database server.
For the phpMyAdmin team, Isaac
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'databases/phpmyadmin')
-rw-r--r-- | databases/phpmyadmin/Makefile | 2 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 6fbe1eba3753..9d3cdbe7c05f 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,7 +1,7 @@ # Created by: nbm PORTNAME= phpMyAdmin -DISTVERSION= 4.9.7 +DISTVERSION= 4.9.10 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index 2d6b21dbfc8b..46355f884a11 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604053316 -SHA256 (phpMyAdmin-4.9.7-all-languages.tar.xz) = 294ae6f299d88eb83c99464fab2266cb18bd0fcb54bfd0384016af4961291fba -SIZE (phpMyAdmin-4.9.7-all-languages.tar.xz) = 6147004 +TIMESTAMP = 1645856162 +SHA256 (phpMyAdmin-4.9.10-all-languages.tar.xz) = 27d40da7fdc5f90a55aa30c9a87f438ef0c673bcebe19b9bbbf693aef26ef6da +SIZE (phpMyAdmin-4.9.10-all-languages.tar.xz) = 6115796 |