From f4882d018912dbedb2628c92ba763804c1c2b149 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 16 Dec 2011 01:43:54 +0000 Subject: "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 --- databases/phpmyadmin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/phpmyadmin/Makefile') 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 -- cgit v1.2.3