diff options
author | tron <tron@pkgsrc.org> | 2014-07-26 10:33:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-07-26 10:33:02 +0000 |
commit | 3cd1fec56f8ba9d9351232f2aedcde1eac091794 (patch) | |
tree | 5ba6cc5ad609227417cdbb2dcee251cdc49d2ab6 /databases/phpmyadmin/Makefile | |
parent | b364d83a19df7b683c9d4302d0841d1af13e4fb8 (diff) | |
download | pkgsrc-3cd1fec56f8ba9d9351232f2aedcde1eac091794.tar.gz |
Update "phpmyadmin" package to version 4.2.6. The following bugs have
been fixed since version 4.2.5:
- bug #4471 Undefined index warning with referenced column.
- bug #4027 $cfg['MaxExactCount'] is ignored when BROWSING is back
- bug #4482 Multi Column sorting (improved user experience)
- bug #4478 Server validation does not work while in setup/mysqli
- bug Undefined variable when grid editing a foreign key column
- bug #4481 mult_submits.inc.php Undefined variable Error
- bug #4485 Sorting breaks the copy column feature
- bug #4440 Javascript error when renaming table
- bug #4483 'New window' link (selflink) disappears, causing Javascript error
- bug #4489 Incorrect detection of privileges for routine creation
- bug #4459 First few characters of database name aren't clickable when
expanded
- bug #4486 [security] XSS injection due to unescaped table comment
- bug #4488 [security] XSS injection due to unescaped table name (triggers)
- bug #4492 [security] XSS in AJAX confirmation messages
- bug #4491 [security] Missing validation for accessing User groups feature
Diffstat (limited to 'databases/phpmyadmin/Makefile')
-rw-r--r-- | databases/phpmyadmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 1a83a25fee8..c828eee82b9 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2014/07/13 07:39:04 tron Exp $ +# $NetBSD: Makefile,v 1.131 2014/07/26 10:33:02 tron Exp $ DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} @@ -28,7 +28,7 @@ MESSAGE_SUBST+= CONF_INC_PHP=${CONF_INC_PHP} PMCONFFILE=${PMCONFFILE:Q} \ EXDIR=${EXDIR:Q} CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php -DIST_VERSION= 4.2.5 +DIST_VERSION= 4.2.6 DOC_FILES= ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION} APACHE_USER?= www |