Skip to content

Commit

Permalink
databases/phpmyadmin: Update to 4.9.10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joneum committed Feb 26, 2022
1 parent 5fbfe6f commit ff8abca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit ff8abca

Please sign in to comment.