pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/phpmyadmin Update "phpmyadmin" package to ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/551b52d7e3c4
branches:  trunk
changeset: 639691:551b52d7e3c4
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Sep 23 13:47:31 2014 +0000

description:
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:

 databases/phpmyadmin/Makefile |  4 ++--
 databases/phpmyadmin/PLIST    |  3 ++-
 databases/phpmyadmin/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 8cf4e262cad0 -r 551b52d7e3c4 databases/phpmyadmin/Makefile
--- a/databases/phpmyadmin/Makefile     Tue Sep 23 13:28:54 2014 +0000
+++ b/databases/phpmyadmin/Makefile     Tue Sep 23 13:47:31 2014 +0000
@@ -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 @@
                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 -r 8cf4e262cad0 -r 551b52d7e3c4 databases/phpmyadmin/PLIST
--- a/databases/phpmyadmin/PLIST        Tue Sep 23 13:28:54 2014 +0000
+++ b/databases/phpmyadmin/PLIST        Tue Sep 23 13:47:31 2014 +0000
@@ -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_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 -r 8cf4e262cad0 -r 551b52d7e3c4 databases/phpmyadmin/distinfo
--- a/databases/phpmyadmin/distinfo     Tue Sep 23 13:28:54 2014 +0000
+++ b/databases/phpmyadmin/distinfo     Tue Sep 23 13:47:31 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index