diff options
author | matthew <matthew@FreeBSD.org> | 2013-04-25 04:23:16 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-04-25 04:23:16 +0800 |
commit | 90fa33ae26165946da0ad5405aa8d8496e936e54 (patch) | |
tree | 4b9acfa8f6f38d6003c980a181b8c016652df91a /databases | |
parent | 198626f5356e6c742b87fc3059a68b12c7690c0e (diff) | |
download | freebsd-ports-gnome-90fa33ae26165946da0ad5405aa8d8496e936e54.tar.gz freebsd-ports-gnome-90fa33ae26165946da0ad5405aa8d8496e936e54.tar.zst freebsd-ports-gnome-90fa33ae26165946da0ad5405aa8d8496e936e54.zip |
Security updae to 3.5.8.1
Four new serious security alerts were issued today by the phpMyAdmin
them: PMASA-2013-2 and PMASA-2013-3 are documented in this commit to
vuln.xml.
- Remote code execution via preg_replace().
- Locally Saved SQL Dump File Multiple File Extension Remote Code
Execution.
The other two: PMASA-2013-4 and PMASA-2013-5 only affect PMA 4.0.0
pre-releases earlier than 4.0.0-rc3, which are not available through
the ports.
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 eeb1c8faefda..668c08de93af 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 3.5.8 +DISTVERSION= 3.5.8.1 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 e80a299089e7..17dea4bc61b4 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.5.8-all-languages.tar.xz) = 0766acb45d862ca802b5d3018f240bdd0a14749e21f40ebabe51bf25d6088409 -SIZE (phpMyAdmin-3.5.8-all-languages.tar.xz) = 3744780 +SHA256 (phpMyAdmin-3.5.8.1-all-languages.tar.xz) = c66737ff55369b1c9e4b116e68f3c517faf7c4bc17e289d008d74fde6c8260f6 +SIZE (phpMyAdmin-3.5.8.1-all-languages.tar.xz) = 3744808 |