diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-26 17:14:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-26 17:14:38 +0800 |
commit | 394383d2732001cfe6a8eb8acf9a866c349fa701 (patch) | |
tree | a1f4da50f49ef1064b6caed0f644739e2b4a08f5 /databases | |
parent | 1c3e766ff9f216ccd70e20d1caa5916f296002f9 (diff) | |
download | freebsd-ports-gnome-394383d2732001cfe6a8eb8acf9a866c349fa701.tar.gz freebsd-ports-gnome-394383d2732001cfe6a8eb8acf9a866c349fa701.tar.zst freebsd-ports-gnome-394383d2732001cfe6a8eb8acf9a866c349fa701.zip |
Security and bugfix update to 3.4.8-rc1
Announcement:
"Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix
release with minor security corrections.
Please refer to the upcoming PMASA-2011-18 announcement on
http://www.phpmyadmin.net/home_page/security.
Marc Delisle, for the team"
Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix
release with minor security corrections.
3.4.8.0 (not yet released)
- bug #3425230 [interface] enum data split at space char (more space to
edit)
- bug #3426840 [interface] ENUM/SET editor can't handle commas in values
- bug #3427256 [interface] no links to browse/empty views and tables
- bug #3430377 [interface] Deleted search results remain visible
- bug #3428627 [import] ODS import ignores memory limits
- bug #3426836 [interface] Visual column separation
- bug #3428065 [parser] TRUE not recognized by parser
+ patch #3433770 [config] Make location of php-gettext configurable
- patch #3430291 [import] Handle conflicts in some open_basedir situations
- bug #3431427 [display] Dropdown results - setting NULL does not work
- patch #3428764 [edit] Inline edit on multi-server configuration
- patch #3437354 [core] Notice: Array to string conversion in PHP 5.4
- [interface] When ShowTooltipAliasTB is true, VIEW is wrongly shown as the
view name in main panel db Structure page
- bug #3439292 [core] Fail to synchronize column with name of keyword
- bug #3425156 [interface] Add column after drop
- [interface] Avoid showing the password in phpinfo()'s output
- bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
- bug #3407235 [interface] Entering the key through a lookup window does not
reset NULL
- [security] Self-XSS on database names (Synchronize), see PMASA-2011-18
- [security] Self-XSS on database names (Operations/rename), see PMASA-2011-18
- [security] Self-XSS on column type (Create index), see PMASA-2011-18
- [security] Self-XSS on column type (table Search), see PMASA-2011-18
- [security] Self-XSS on invalid query (table overview), see PMASA-2011-18
PR: ports/162873
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Feature safe: yes
Diffstat (limited to 'databases')
-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 b9cf7835ec1f..0d693c7dd739 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.7.1 +DISTVERSION= 3.4.8-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 1e4658ad7a73..98ba1f87fc60 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.7.1-all-languages.tar.bz2) = 4e1190955fc7bf4bf7c908b917b5d9244cd269ef37d0256ba60c230ff9013b1f -SIZE (phpMyAdmin-3.4.7.1-all-languages.tar.bz2) = 4605472
\ No newline at end of file +SHA256 (phpMyAdmin-3.4.8-rc1-all-languages.tar.bz2) = a460686e7d2f101a50fb19cb23d16ee56d995393bfebcdeb56880936e7b060c8 +SIZE (phpMyAdmin-3.4.8-rc1-all-languages.tar.bz2) = 4611013 |