diff options
author | tron <tron> | 2008-06-28 11:11:15 +0000 |
---|---|---|
committer | tron <tron> | 2008-06-28 11:11:15 +0000 |
commit | feed6291122a5cb42f6b87f0bc1383bbe103cb43 (patch) | |
tree | 660401e77de1eaef2c1c64b5d54bfe1e2960370a /databases | |
parent | 7eaccb9c65621086c9c7f15e7ced1c43338e544e (diff) | |
download | pkgsrc-feed6291122a5cb42f6b87f0bc1383bbe103cb43.tar.gz |
Update "phpmyadmin" package to version 2.11.7. Changes since 2.11.6:
- bug #1908719 [interface] New field cannot be auto-increment and
primary key
- [dbi] Incorrect interpretation for some mysqli field flags
- bug #1910621 [display] part 1: do not display a TEXT utf8_bin
as BLOB (fixed for mysqli extension only)
- [interface] sanitize the after_field parameter,
thanks to Norman Hippert
- [structure] do not remove the BINARY attribute in drop-down
- bug #1955386 [session] Overriding session.hash_bits_per_character
- [interface] sanitize the table comments in table print view,
thanks to Norman Hippert
- bug #1939031 Auto_Increment selected for TimeStamp by Default
- patch #1957998 [display] No tilde for InnoDB row counter when
we know it for sure, thanks to Vladyslav Bakayev - dandy76
- bug #1955572 [display] alt text causes duplicated strings
- bug #1762029 [interface] Cannot upload BLOB into existing row
- bug #1981043 [export] HTML in exports getting corrupted,
thanks to Jason Judge - jasonjudge
- bug #1936761 [interface] BINARY not treated as BLOB:
update/delete issues
- protection against XSS when register_globals is on and .htaccess
has no effect, thanks to Tim Starling
- bug #1996943 [export] Firefox 3 and .sql.gz (corrupted);
detect Gecko 1.9, thanks to Juergen Wind
Diffstat (limited to 'databases')
-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 73b36a84dbf..f545b6e6db6 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2008/06/08 14:15:28 tron Exp $ +# $NetBSD: Makefile,v 1.72 2008/06/28 11:11:15 tron Exp $ DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} @@ -22,7 +22,7 @@ MESSAGE_SUBST+= CONF_INC_PHP=${CONF_INC_PHP} PMCONFFILE=${PMCONFFILE:Q} \ USE_TOOLS+= perl:run CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php -DIST_VERSION= 2.11.6 +DIST_VERSION= 2.11.7 DOC_FILES= CREDITS ChangeLog \ Documentation.txt INSTALL LICENSE README \ RELEASE-DATE-${DIST_VERSION} TODO diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index c2c2d3d40e4..762baed3bef 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2008/06/08 14:15:28 tron Exp $ +$NetBSD: distinfo,v 1.35 2008/06/28 11:11:15 tron Exp $ -SHA1 (phpMyAdmin-2.11.6-all-languages.tar.bz2) = 9accdabc5a4fe1b1a6dee8d26df1089d4c7ad484 -RMD160 (phpMyAdmin-2.11.6-all-languages.tar.bz2) = 047af054af40350612e396d2ddc630d9fe073561 -Size (phpMyAdmin-2.11.6-all-languages.tar.bz2) = 3097302 bytes +SHA1 (phpMyAdmin-2.11.7-all-languages.tar.bz2) = 4663b6cd45471ba8547e35e47b10fc8fd1622052 +RMD160 (phpMyAdmin-2.11.7-all-languages.tar.bz2) = 117ce8dd3a6f932e80a2355a221623d68e38eb36 +Size (phpMyAdmin-2.11.7-all-languages.tar.bz2) = 3098110 bytes |