diff options
author | morr <morr> | 2012-04-25 13:00:37 +0000 |
---|---|---|
committer | morr <morr> | 2012-04-25 13:00:37 +0000 |
commit | 4466ae0ffe1dadcad25bbd02e65dbec07ac43eeb (patch) | |
tree | 511bc783708d7a4bdb9ab60378eeb1669f3ef7ec /www/wordpress | |
parent | f07a62888b01ba16b3183e95798b3de6d2619f5c (diff) | |
download | pkgsrc-4466ae0ffe1dadcad25bbd02e65dbec07ac43eeb.tar.gz |
Security update to Wordpress 3.3.2.
Three external libraries included in WordPress received security updates:
* Plupload (version 1.5.4), which WordPress uses for uploading media.
* SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.
* SWFObject, which WordPress previously used to embed Flash content, and may still be in use by plugins and themes.
WordPress 3.3.2 also addresses:
* Limited privilege escalation where a site administrator could deactivate network-wide plugins when running a WordPress network under particular circumstances.
* Cross-site scripting vulnerability when making URLs clickable.
* Cross-site scripting vulnerabilities in redirects after posting comments in older browsers, and when filtering URLs.
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/wordpress/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index e92cfd409b2..972df7b5055 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2012/01/04 21:10:33 morr Exp $ +# $NetBSD: Makefile,v 1.25 2012/04/25 13:00:37 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.3.1 +VERSION= 3.3.2 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 708646ea542..f7405423a11 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2012/01/04 21:10:33 morr Exp $ +$NetBSD: distinfo,v 1.20 2012/04/25 13:00:37 morr Exp $ -SHA1 (wordpress-3.3.1.tar.gz) = c250cf66da88c49c927161172af2264caac6d2d5 -RMD160 (wordpress-3.3.1.tar.gz) = 956a99348b965c2bc0fa4083e5295425958e90a4 -Size (wordpress-3.3.1.tar.gz) = 3879784 bytes +SHA1 (wordpress-3.3.2.tar.gz) = f4c0ee4d14d3364d158755072a944cd8cf685475 +RMD160 (wordpress-3.3.2.tar.gz) = 1fce1f9402308f9e4689778656a2e7e8fab45211 +Size (wordpress-3.3.2.tar.gz) = 3883667 bytes |