diff options
author | morr <morr@pkgsrc.org> | 2010-12-30 22:27:45 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2010-12-30 22:27:45 +0000 |
commit | c0a0e0277946f2befe31342bdd54742dacfe40bd (patch) | |
tree | 8813c090e1f17f614850425eccb64a855971270c /www/wordpress | |
parent | 8a859cb9e47b8157ce9f06cd267c1df31f93df44 (diff) | |
download | pkgsrc-c0a0e0277946f2befe31342bdd54742dacfe40bd.tar.gz |
Critical security update.
ChangeLog:
* Fix XSS vulnerabilities in the KSES library: Don't be case sensitive to
attribute names. Handle padded entities when checking for bad protocols.
Normalize entities before checking for bad protocols in esc_url().
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 2c0964a9901..1129b0b1486 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/12/10 23:34:17 morr Exp $ +# $NetBSD: Makefile,v 1.14 2010/12/30 22:27:45 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.0.3 +VERSION= 3.0.4 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 354e8926c71..f5e8382eab9 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/12/10 23:34:18 morr Exp $ +$NetBSD: distinfo,v 1.10 2010/12/30 22:27:45 morr Exp $ -SHA1 (wordpress-3.0.3.tar.gz) = 888c2f32fa18dfd5f02291cd8f33c67c3c9cc367 -RMD160 (wordpress-3.0.3.tar.gz) = f8273b8cdafe9265f666abfae6309f9ed4590e0a -Size (wordpress-3.0.3.tar.gz) = 2689163 bytes +SHA1 (wordpress-3.0.4.tar.gz) = b0c0500281078fb26e591231269a3baf04fc58c3 +RMD160 (wordpress-3.0.4.tar.gz) = c0418e9622e95ecca4cc7e10c3f2ef7339de1bdf +Size (wordpress-3.0.4.tar.gz) = 2699202 bytes |