diff options
author | dougb <dougb@FreeBSD.org> | 2011-12-16 09:43:54 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-12-16 09:43:54 +0800 |
commit | 560829a7b02dea05508a3203d58df6f3c426490d (patch) | |
tree | e9f5cd578a977ab513aa080d370c13a94717de01 /databases | |
parent | af53f577e660082ea09854a3085d5d1128a28487 (diff) | |
download | freebsd-ports-gnome-560829a7b02dea05508a3203d58df6f3c426490d.tar.gz freebsd-ports-gnome-560829a7b02dea05508a3203d58df6f3c426490d.tar.zst freebsd-ports-gnome-560829a7b02dea05508a3203d58df6f3c426490d.zip |
"Welcome to the first release candidate for phpMyAdmin 3.4.9, a bugfix
release with minor security corrections.
Please refer to the upcoming PMASA-2011-19 and PMASA-2011-20
announcements on http://www.phpmyadmin.net/home_page/security.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit
http://sourceforge.net/projects/phpmyadmin to download.
Marc Delisle, for the team"
ChangeLog:
3.4.9.0 (not yet released)
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown
- bug #3442004 [interface] DB suggestion not correct for user with underscore
- bug #3438420 [core] Magic quotes removed in PHP 5.4
- bug #3398788 [session] No feedback when result is empty (signon auth_type)
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB
- bug #3306875 [edit] Can't rename a database that contains views
- bug #3452506 [edit] Unable to move tables with triggers
- bug #3449659 [navi] Fast filter broken with table tree
- bug #3448485 [GUI] Firefox favicon frameset regression
- [core] Better compatibility with mysql extension
- [security] Self-XSS on export options (export server/database/table), see PMASA-2011-20
- [security] Self-XSS in setup (host parameter), see PMASA-2011-19
http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.9-rc1/phpMyAdmin-3.4.9-rc1-notes.html/download
For the port:
Switch to using lzma compressed tarballs, for a saving of about 1MB
per download.
PR: ports/163290
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phpmyadmin/Makefile | 4 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 934b2a0568c1..f5c1de3d100a 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.8 +DISTVERSION= 3.4.9-rc1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_MYSQL= compat IGNORE_WITH_PHP= 4 IGNORE_WITH_MYSQL= 41 -USE_BZIP2= yes +USE_XZ= yes NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= ctype mysql session filter mbstring json spl diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index 1969dddf4bdd..e748734664e4 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.8-all-languages.tar.bz2) = 792a53d1904feed2bba0a613680af86fb4ca2ee8e94ba65ef92043c5c2d90604 -SIZE (phpMyAdmin-3.4.8-all-languages.tar.bz2) = 4610153 +SHA256 (phpMyAdmin-3.4.9-rc1-all-languages.tar.xz) = c005a3880f38e9d20809b2592b5fe108d11fc56bdf4cf666db5e07447ae40096 +SIZE (phpMyAdmin-3.4.9-rc1-all-languages.tar.xz) = 3639524
\ No newline at end of file |