diff options
author | tron <tron@pkgsrc.org> | 2013-10-10 17:52:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-10-10 17:52:35 +0000 |
commit | 78158859e8bdae95be3f31db46c43cf8ab0ffa64 (patch) | |
tree | fca55744f26f3c7205009ff6c2a6082a16890831 | |
parent | 3a07ce793ea25cef2a80c484c492dd70c4be7ade (diff) | |
download | pkgsrc-78158859e8bdae95be3f31db46c43cf8ab0ffa64.tar.gz |
Update "phpmyadmin" package to version 4.0.8.
The following bugs were fixed since the release of version 4.0.7:
- bug #3988 Rename view is not working
- bug #4041 Interaction between linkified fields and grid editing
- bug #3975 Table grouping isn't implemented properly
- bug #4060 Browser tries to remember wrong password when creating new user
- bug #4002 Edit Index on big table doesn't show "Loading" or any message
- bug #4098 Default table tab is ignored
- bug #4099 Server/library difference warning: setting is ignored
- bug #4100 table tree group strategy
- bug #4102 ALTER TABLE ORDER BY and InnoDB
- bug #4103 Tracking report: cannot delete a statement
- bug #3996 Drizzle navigation doesn't expand
- bug #4074 GIS column editor: point not displayed
- bug #4109 Drizzle tables in navigation are shown as views
- bug #4095 NUL symbols added to the end of database dump file
- bug #4105 More disappears in table Structure
- bug #3992 Multi-row edit doesn't clear values when checking NULL
-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 c5965205ed5..519e9abb802 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2013/09/28 07:52:43 tron Exp $ +# $NetBSD: Makefile,v 1.120 2013/10/10 17:52:35 tron Exp $ DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} @@ -29,7 +29,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.0.7 +DIST_VERSION= 4.0.8 DOC_FILES= ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION} APACHE_USER?= www diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index 6f4ab0d40f9..014bea5320f 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.76 2013/09/28 07:52:43 tron Exp $ +$NetBSD: distinfo,v 1.77 2013/10/10 17:52:35 tron Exp $ -SHA1 (phpMyAdmin-4.0.7-all-languages.tar.xz) = 45fdb27dc6d6649e64714b381b9fc8d9a2c7102b -RMD160 (phpMyAdmin-4.0.7-all-languages.tar.xz) = 49d44dfb174c07c43f5eff4eabba99b95d37acd9 -Size (phpMyAdmin-4.0.7-all-languages.tar.xz) = 4768812 bytes +SHA1 (phpMyAdmin-4.0.8-all-languages.tar.xz) = 93e68fe13fd340f946c65b85dd5fe9f63a96258a +RMD160 (phpMyAdmin-4.0.8-all-languages.tar.xz) = 66bfcb7587fb5518eaaec2622ece2ecb6d690671 +Size (phpMyAdmin-4.0.8-all-languages.tar.xz) = 4692284 bytes SHA1 (patch-libraries_vendor_config.php) = af587496e999bf1e92d6c5a9ab8053fe6e92a0f2 |