diff options
author | tron <tron@pkgsrc.org> | 2014-11-23 13:17:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-11-23 13:17:21 +0000 |
commit | 1899f09658736365886f3edbb015f76ca26752d0 (patch) | |
tree | 7c14e2b83364ca2e0d4fc8d8c1d3e91b8a1f2f8a | |
parent | 7f0129195ef39e9e5f8a015216572dd509597a57 (diff) | |
download | pkgsrc-1899f09658736365886f3edbb015f76ca26752d0.tar.gz |
Update "phpmyadmin" package to version 4.2.12.
The following bugs have been fixed since version 4.2.10.1:
- bug #4574 Blank/white page when JavaScript disabled
- bug #4577 Multi row actions cause full page reloads
- bug ReferenceError: targeurl is not defined
- bug Incorrect text/icon display in Tracking report
- bug #4404 Recordset return from procedure display nothing
- bug #4584 Edit dialog for routines is too long for smaller displays
- bug #4586 Javascript error after moving a column
- bug #4576 Issue with long comments on table columns
- bug #4599 Input field unnecessarily selected on focus
- bug #4602 Exporting selected rows exports all rows of the query
- bug #4444 No insert statement produced in SQL export for queries with alias
- bug #4603 Field disabled when internal relations used
- bug #4596 [security] XSS through exception stack
- bug #4595 [security] Path traversal can lead to leakage of line count
- bug #4578 [security] XSS vulnerability in table print view
- bug #4579 [security] XSS vulnerability in zoom search page
- bug #4594 [security] Path traversal in file inclusion of GIS factory
- bug #4598 [security] XSS in multi submit
- bug #4597 [security] XSS through pma_fontsize cookie
- bug ReferenceError: Table_onover is not defined
- bug #4552 Incorrect routines display for database due to case insensitive
checks
- bug #4259 reCaptcha sound session expired problem
- bug #4557 PHP fatal error, undefined function __()
- bug #4568 Date displayed incorrectly when charting a timeline
- bug #4571 Database Privileges link does not work
- bug makegrid.js: where_clause is undefined
- bug #4572 missing trailing slash (import and open_basedir)
-rw-r--r-- | databases/phpmyadmin/Makefile | 4 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index e026670854a..b3c66c39c22 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2014/10/26 07:31:38 tron Exp $ +# $NetBSD: Makefile,v 1.138 2014/11/23 13:17:21 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.10.1 +DIST_VERSION= 4.2.12 DOC_FILES= ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION} APACHE_USER?= www diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index 0c358595d56..8c3f54ef627 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.94 2014/10/26 07:31:38 tron Exp $ +$NetBSD: distinfo,v 1.95 2014/11/23 13:17:21 tron Exp $ -SHA1 (phpMyAdmin-4.2.10.1-all-languages.tar.xz) = b691659361d40d5777d1f62fb7982cd49469ac4d -RMD160 (phpMyAdmin-4.2.10.1-all-languages.tar.xz) = f468c281c9e89211cfdbc61fb7444dadb7e6142c -Size (phpMyAdmin-4.2.10.1-all-languages.tar.xz) = 5211604 bytes +SHA1 (phpMyAdmin-4.2.12-all-languages.tar.xz) = a1111cb2bfec0f1dfb762009a324ab93d451c82c +RMD160 (phpMyAdmin-4.2.12-all-languages.tar.xz) = e78a7be7931672179b720734d10e441fb03f3ae7 +Size (phpMyAdmin-4.2.12-all-languages.tar.xz) = 5203736 bytes SHA1 (patch-libraries_vendor_config.php) = af587496e999bf1e92d6c5a9ab8053fe6e92a0f2 |