diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-07 08:45:24 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-07 08:45:24 +0800 |
commit | fef80bc99145047bcab7a0fe382d10a8cc63beb5 (patch) | |
tree | f8e2049b0efb0b2817368a011c8ae206daaa7669 | |
parent | 937d1aece86d6a126b948dd5dba195741def90f2 (diff) | |
download | freebsd-ports-gnome-fef80bc99145047bcab7a0fe382d10a8cc63beb5.tar.gz freebsd-ports-gnome-fef80bc99145047bcab7a0fe382d10a8cc63beb5.tar.zst freebsd-ports-gnome-fef80bc99145047bcab7a0fe382d10a8cc63beb5.zip |
Bugfix and Security update to 3.4.6.r1
From the announce message:
"Welcome to the first release candidate of phpMyAdmin 3.4.6, a bugfix
release containing also fixes for minor security problems.
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"
Security Advisories:
PMASA-2011-15
PMASA-2011-16
(These are not published yet...)
ChangeLog:
(http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.6-rc1%2FphpMyAdmin-3.4.6-rc1.html/view)
Welcome to the first release candidate for phpMyAdmin 3.4.6, a bugfix release containing also fixes for minor security problems.
3.4.6.0 (not yet released)
- patch #3404173 InnoDB comment display with tooltips/aliases
- bug #3404886 [navi] Edit SQL statement after error
- bug #3403165 [interface] Collation not displayed for long enum fields
- bug #3399951 [export] Config for export compression not used
- bug #3400690 [privileges] DB-specific privileges won't submit
- bug #3410604 [config] Configuration storage incorrect suggested table name
- bug #3383572 [interface] Cannot execute saved query
- bug #3411535 [display] Full text button unchecks results display options
- bug #3411224 [display] Broken binary column when 'Show binary contents' is not set
- bug #3411633 [core] Call to undefined function PMA_isSuperuser()
- bug #3413743 [interface] Display options link missing after search
- bug #3324161 [core] CSP policy causing designer JS buttons to fail
- bug #3412862 [relation] Relations/constraints are dropped/created on every change
- bug #3390832 [display] Delete records from last page breaks search
- bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken
- bug #3414744 [core] External link fails in 3.4.5
- patch #3314626 [display] CharTextareaRows is not respected
- bug #3417089 [synchronize] Extraneous db choices
- [security] Fixed local path disclosure vulnerability, see PMASA-2011-15
- [security] Fixed XSS in setup (host/verbose parameter), see PMASA-2011-16
PR: ports/161337
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> [maintainer]
-rw-r--r-- | databases/phpmyadmin/Makefile | 2 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index f49ef5c411d8..3a8371fefd42 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.5 +DISTVERSION= 3.4.6-rc1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index d2ae2299b4a3..2c51a6ac6b24 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.5-all-languages.tar.bz2) = 27917cf2d833c0c8700704c62b28a210f30682dd112e6a0b6fd2db3e6d061051 -SIZE (phpMyAdmin-3.4.5-all-languages.tar.bz2) = 4592593 +SHA256 (phpMyAdmin-3.4.6-rc1-all-languages.tar.bz2) = 55953ee22905c1990887bff698184db72c8ab9974d3987ee81cd43e32b6d2276 +SIZE (phpMyAdmin-3.4.6-rc1-all-languages.tar.bz2) = 4602773 |