diff options
author | dougb <dougb@FreeBSD.org> | 2011-12-23 15:20:06 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-12-23 15:20:06 +0800 |
commit | 02ee126c732f198d14871e18007b35b95fff788b (patch) | |
tree | 2e792db1bc04c725acaf02a9fd0cdaf30b283280 /databases | |
parent | 1bc3cc0c217d577e46f3256c045a47397898e437 (diff) | |
download | freebsd-ports-gnome-02ee126c732f198d14871e18007b35b95fff788b.tar.gz freebsd-ports-gnome-02ee126c732f198d14871e18007b35b95fff788b.tar.zst freebsd-ports-gnome-02ee126c732f198d14871e18007b35b95fff788b.zip |
This is the formal release of the fix for these securty
vulnerabilities. However the code is identical to the quick-reaction
patches in 3.4.9-rc1 other than updating the version number.
Security advisories have now been published:
http://www.phpmyadmin.net/home_page/security/PMASA-2011-19.php
http://www.phpmyadmin.net/home_page/security/PMASA-2011-20.php
CVE Numbers:
CVE-2011-4782
CVE-2011-4780
http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.9%2FphpMyAdmin-3.4.9-notes.html/view
PR: ports/163528
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
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 f5c1de3d100a..370b8efbf565 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.9-rc1 +DISTVERSION= 3.4.9 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 e748734664e4..83275d4d9fd6 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,2 +1,2 @@ -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 +SHA256 (phpMyAdmin-3.4.9-all-languages.tar.xz) = b7bceab1d9a6a8d2658e9739f848248faa8aefd945c9f5b33522a00b201363ba +SIZE (phpMyAdmin-3.4.9-all-languages.tar.xz) = 3640512 |