diff options
author | tron <tron@pkgsrc.org> | 2014-07-13 07:39:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-07-13 07:39:04 +0000 |
commit | 88a652b58440504267a66468e662469ef66c3c00 (patch) | |
tree | 06e24438256aaa3ca4af2c175780681b342b3e51 /databases/phpmyadmin/Makefile | |
parent | 4ff869433f3258eca474e40193fe7f9a19d8d49b (diff) | |
download | pkgsrc-88a652b58440504267a66468e662469ef66c3c00.tar.gz |
Update "phpmyadmin" package to version 4.2.5. The following bugs have
been fixed since version 4.2.3:
- bug #4467 shell_exec() has been disabled for security reasons
- bug #4470 Error while submitting empty query
- bug #4463 Fatal error: Class 'PMA_DatabaseInterface' not found
- bug #4469 Fixed cookie based login for installations without mcrypt
- bug #4473 incorrect result count when having clause is used
- mcrypt: remove the requirement (64-bit) and the related warning
- bug #4449 Mediawiki export does not produce table header row; also fix
related PHP warnings
- bug #4442 New lines are added to query every time
- bug #4445 Fatal error on SQL Export of join query
- bug #4448 Dump binary columns in hexadecimal notation not working
- Regenerate cookie encryption IV for every session
- bug #4405 Cannot import (open_basedir): fix another case
- bug #4457 SQL tab - Insert queries not showing affected row count
- bug Missing warning about existing account, on multi-server config
- bug #4435 WHERE clause can be undefined
- bug SQL export views as tables option getting ignored
- bug #4464 [security] XSS injection due to unescaped db/table name in
navigation hiding
- bug #4465 [security] XSS injection due to unescaped db/table name in
recent/favorite tables
Diffstat (limited to 'databases/phpmyadmin/Makefile')
-rw-r--r-- | databases/phpmyadmin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index b088084cf10..1a83a25fee8 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2014/06/09 17:30:56 tron Exp $ +# $NetBSD: Makefile,v 1.130 2014/07/13 07:39:04 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.3 +DIST_VERSION= 4.2.5 DOC_FILES= ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION} APACHE_USER?= www @@ -50,6 +50,8 @@ PKG_SYSCONFSUBDIR?= phpmyadmin NO_BUILD= yes +CHECK_INTERPRETER_SKIP+= share/phpmyadmin/config.inc.php + INSTALLATION_DIRS+= ${PREFIX}/share/doc/phpmyadmin \ ${PREFIX}/share/examples/phpmyadmin \ ${PMDIR} ${PMDIR}/scripts |