mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
"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>
This commit is contained in:
parent
bc8e06d650
commit
f4882d0189
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287463
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user