diff options
author | tron <tron> | 2014-09-23 13:47:31 +0000 |
---|---|---|
committer | tron <tron> | 2014-09-23 13:47:31 +0000 |
commit | aaae67dc61edd020648ccae471d4f99eceed5b78 (patch) | |
tree | 041c6adbaff02c6c03ea924545d9e3268625c223 /databases/phpmyadmin | |
parent | 44dd5e458714c43724e5fd81b44a49d05c305dec (diff) | |
download | pkgsrc-aaae67dc61edd020648ccae471d4f99eceed5b78.tar.gz |
Update "phpmyadmin" package to version 4.2.9.
The following bugs have been fixed since version 4.2.7.1:
- bug ajax.js responseHandler: cannot read property of null
- bug sql.js: str is undefined
- bug #4524 Allow for direct selection of "0" on the "user overview" page
- bug #4529 Undefined index: pos
- bug #4523 tbl_change.js: insert as new row submit type on multiple
selected records does not set all AUTO_INCREMENTs to 0 value
- bug ajax.js responseHandler: another "cannot read property"
- bug tbl_structure.js "cannot read property"
- bug #4530 [security] DOM based XSS that results to a CSRF that creates a
ROOT account in certain conditions
- bug #4516 Odd export behavior
- bug #4519 Uncaught TypeError: Cannot read property 'success' of null
- bug #4520 sql.js: cannot read property
- bug #4521 Initially allowed chart types do not match selected data
- bug #4518 Export to SQL: CREATE TABLE option AUTO_INCREMENT ignored
- bug #4522 Duplicate column names while assigning index
- bug #4487 Export of partitioned table does not import
- bug server_privileges.js: cannot read property
- bug #4527 Importing ODS files with column names having trailing spaces fails
- bug #4413 Navigation Error in Nav Tree for Search Results Past the First Page
- bug functions.js: Cannot read property 'replace' of undefined
Diffstat (limited to 'databases/phpmyadmin')
-rw-r--r-- | databases/phpmyadmin/Makefile | 4 | ||||
-rw-r--r-- | databases/phpmyadmin/PLIST | 3 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 6dffd7b6594..642c980735f 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2014/08/27 21:25:44 tron Exp $ +# $NetBSD: Makefile,v 1.134 2014/09/23 13:47:31 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.7.1 +DIST_VERSION= 4.2.9 DOC_FILES= ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION} APACHE_USER?= www diff --git a/databases/phpmyadmin/PLIST b/databases/phpmyadmin/PLIST index efb6c69ee75..c3c7f03d7c7 100644 --- a/databases/phpmyadmin/PLIST +++ b/databases/phpmyadmin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.38 2014/08/06 20:23:10 tron Exp $ +@comment $NetBSD: PLIST,v 1.39 2014/09/23 13:47:31 tron Exp $ share/doc/phpmyadmin/ChangeLog share/doc/phpmyadmin/LICENSE share/doc/phpmyadmin/README @@ -581,6 +581,7 @@ share/phpmyadmin/js/tbl_select.js share/phpmyadmin/js/tbl_structure.js share/phpmyadmin/js/tbl_zoom_plot_jqplot.js share/phpmyadmin/js/tracekit/tracekit.js +share/phpmyadmin/js/whitelist.php share/phpmyadmin/libraries/Advisor.class.php share/phpmyadmin/libraries/Config.class.php share/phpmyadmin/libraries/DBQbe.class.php diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index 49671108c3f..718fd864643 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.90 2014/08/27 21:25:44 tron Exp $ +$NetBSD: distinfo,v 1.91 2014/09/23 13:47:31 tron Exp $ -SHA1 (phpMyAdmin-4.2.7.1-all-languages.tar.xz) = 2d1fe1190fc039822a3b79f405d14a94def21ef5 -RMD160 (phpMyAdmin-4.2.7.1-all-languages.tar.xz) = bced5f50d2cfe02467fde90046140dca1339e757 -Size (phpMyAdmin-4.2.7.1-all-languages.tar.xz) = 5138420 bytes +SHA1 (phpMyAdmin-4.2.9-all-languages.tar.xz) = 42ee931e87b5ecbe0ff4c9e092ab4ec809044d87 +RMD160 (phpMyAdmin-4.2.9-all-languages.tar.xz) = 791dd359c70b6653dfdc0a7f0c4defb0678b9f8d +Size (phpMyAdmin-4.2.9-all-languages.tar.xz) = 5148452 bytes SHA1 (patch-libraries_vendor_config.php) = af587496e999bf1e92d6c5a9ab8053fe6e92a0f2 |