Update "phpmyadmin" package to version 4.2.10.
The following bugs have been fixed since version 4.2.9.1: - bug #4361 Can't change font size (when config.inc.php not present) - bug #4542 Tab key in column name not shown - bug PDF export: title not present in PDF - bug #4543 Changing column name can break saved "order by" clause - bug #4545 trying to favorite table while browser localStorage is disabled throws JS error - bug #4259 reCaptcha sound session expired problem - bug #4548 Inline editing a field converts tab to spaces - bug #4252 Database-level permission bug for db names containing underscores - bug #3120 Events are not exported when using xml - bug #4554 Grid-editing timestamp column forces datepicker - bug #4556 Fast filters for tables, views etc. should be governed by NavigationTreeDisplayItemFilterMinimum
This commit is contained in:
parent
30af2b7a58
commit
a3e811689c
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.135 2014/10/04 15:35:49 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.136 2014/10/19 10:43:12 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.9.1
|
||||
DIST_VERSION= 4.2.10
|
||||
DOC_FILES= ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION}
|
||||
|
||||
APACHE_USER?= www
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.92 2014/10/04 15:35:49 tron Exp $
|
||||
$NetBSD: distinfo,v 1.93 2014/10/19 10:43:12 tron Exp $
|
||||
|
||||
SHA1 (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = e314ebf3ec5e6742c79ed6141d44b13f2d5b3491
|
||||
RMD160 (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = ce62d1eebe65116f22c93243b03b291fd77ccc91
|
||||
Size (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = 5217840 bytes
|
||||
SHA1 (phpMyAdmin-4.2.10-all-languages.tar.xz) = dd53d36a2b2bb006c0dcb1ab273b96791471697d
|
||||
RMD160 (phpMyAdmin-4.2.10-all-languages.tar.xz) = 0fc876d47f0754fedea057420f58ba08907d4cb2
|
||||
Size (phpMyAdmin-4.2.10-all-languages.tar.xz) = 5139012 bytes
|
||||
SHA1 (patch-libraries_vendor_config.php) = af587496e999bf1e92d6c5a9ab8053fe6e92a0f2
|
||||
|
|
Loading…
Reference in a new issue