diff options
author | morr <morr> | 2010-12-30 22:27:45 +0000 |
---|---|---|
committer | morr <morr> | 2010-12-30 22:27:45 +0000 |
commit | bc8e60935bca06c6decd30a9d0b832c46b8a3fbb (patch) | |
tree | 8813c090e1f17f614850425eccb64a855971270c /www | |
parent | 17f448ed850e2c5fca1aeb5f9043b5415b3e93b3 (diff) | |
download | pkgsrc-bc8e60935bca06c6decd30a9d0b832c46b8a3fbb.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')
-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 |