diff options
author | tron <tron@pkgsrc.org> | 2011-08-25 20:40:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-08-25 20:40:24 +0000 |
commit | 507510c7e082e7c30a58fec5451e98ee9fb19072 (patch) | |
tree | e8402b96675d96c81c4d008d70874945f6d7fba6 | |
parent | e5a7fb32218e1191ddbff9a80be9ef57997d946a (diff) | |
download | pkgsrc-507510c7e082e7c30a58fec5451e98ee9fb19072.tar.gz |
Update "phpmyadmin" package to version 3.4.4. Changes since version 3.4.3.2:
- bug #3323060 [parser] SQL parser breaks AJAX requests if query has
unclosed quotes
- bug #3323101 [parser] Invalid escape sequence in SQL parser
- bug #3348995 [config] $cfg['Export']['asfile'] set to false does not
select asText option
- bug #3340151 [export] Working SQL query exports error page
- bug #3353649 [interface] "Create an index on X columns" form not validated
- bug #3350790 [interface] JS error in Table->Structure->Index->Edit
- bug #3353811 [interface] Info message has "error" class
- bug #3357837 [interface] TABbing through a NULL field in the inline mode
resets NULL
- remove version number in /setup
- bug #3367993 [usability] Missing "Generate Password" button
- bug #3363221 [display] Missing Server Parameter on inline sql query
- bug #3367986 [navi] Drop field -> lost active table
- remove misleading comment on the "Rename database" interface
- bug #3374374 [interface] Fix footnote for inexact count while browsing
- bug #3372807 [interface] Fix security warning link in setup
- bug #3374347 [display] Backquotes in normal text on import page
- bug #3358750 [core] With Suhosin, urls are too long in edit links
- [security] Missing sanitization on the table, column and index names leads
to XSS vulnerabilities, see PMASA-2011-13
-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 dbfd572de92..f40976bf3d3 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2011/07/29 17:21:20 tron Exp $ +# $NetBSD: Makefile,v 1.90 2011/08/25 20:40:24 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} \ USE_TOOLS+= perl:run CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php -DIST_VERSION= 3.4.3.2 +DIST_VERSION= 3.4.4 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 b7d5f655460..3cfa423e2e2 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.50 2011/07/29 17:21:20 tron Exp $ +$NetBSD: distinfo,v 1.51 2011/08/25 20:40:24 tron Exp $ -SHA1 (phpMyAdmin-3.4.3.2-all-languages.tar.bz2) = 4a6b2bd7da67be9cdf45799dcb3e46f4d1a8397a -RMD160 (phpMyAdmin-3.4.3.2-all-languages.tar.bz2) = 39c1192bab3907a2a9ff67082c24d97cc6f6e8d3 -Size (phpMyAdmin-3.4.3.2-all-languages.tar.bz2) = 4924912 bytes +SHA1 (phpMyAdmin-3.4.4-all-languages.tar.bz2) = 48af9356c9dbeb45b3062560b535de30af9a7dd4 +RMD160 (phpMyAdmin-3.4.4-all-languages.tar.bz2) = f7165df94b9e0449b4758d481ff8e985363c6881 +Size (phpMyAdmin-3.4.4-all-languages.tar.bz2) = 4954436 bytes |