diff options
author | morr <morr@pkgsrc.org> | 2012-09-09 06:56:10 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2012-09-09 06:56:10 +0000 |
commit | 8621ee7583fe929d222c2eb9a5a5c07f606da8ed (patch) | |
tree | c6e2dd49758d541a8eb7d7f6fbf515e46f72c1d9 | |
parent | 620c809b556d0ece80e2664d9193fd2817e95e80 (diff) | |
download | pkgsrc-8621ee7583fe929d222c2eb9a5a5c07f606da8ed.tar.gz |
Update to Wordpress 3.4.2.
Changes:
* Fixes some issues in the admin area where some older browsers (IE7, in
particular) may slow down, lag, or freeze.
* Fixes an issue where a theme may not preview correctly, or its screenshot may
not be displayed.
* Fixes the use of multiple trackback URLs in a post.
* Prevents improperly sized images from being uploaded as headers from the
customizer.
* Ensures proper error messages can be shown to PHP4 installs. (WordPress
requires PHP 5.2.4 or later.)
* Fixes handling of oEmbed providers that only return XML responses.
* Addresses pagination problems with some category permalink structures.
* Adds more fields to be returned from the XML-RPC wp.getPost method.
* Avoids errors when updating automatically from very old versions of WordPress
(pre-3.0).
* Fixes problems with the visual editor when working with captions.
Additionally: Version 3.4.2 fixes a few security issues and contains some
security hardening. These issues were discovered and addressed by the WordPress
security team:
* Fix unfiltered HTML capabilities in multisite.
* Fix possible privilege escalation in the Atom Publishing Protocol endpoint.
* Allow operations on network plugins only through the network admin.
* Hardening: Simplify error messages when uploads fail.
* Hardening: Validate a parameter passed to wp_get_object_terms().
-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 174ac1acdcf..a429c93c8a9 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2012/06/29 10:40:13 morr Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/09 06:56:10 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.4.1 +VERSION= 3.4.2 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index d8b725be3d1..77f000c207c 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2012/06/29 10:40:13 morr Exp $ +$NetBSD: distinfo,v 1.22 2012/09/09 06:56:10 morr Exp $ -SHA1 (wordpress-3.4.1.tar.gz) = ca9cb1a336a68a731fdfc3373c43a4797edd401c -RMD160 (wordpress-3.4.1.tar.gz) = 0cb3620a5c08a579b6116d6e496a1d7bf397c0d3 -Size (wordpress-3.4.1.tar.gz) = 4536505 bytes +SHA1 (wordpress-3.4.2.tar.gz) = 11d130c06ba9c55e7aa80c04c249a4f1b19accd6 +RMD160 (wordpress-3.4.2.tar.gz) = 67e26bf899abd9b05d8f987cc3917b07df9f3c0d +Size (wordpress-3.4.2.tar.gz) = 4538716 bytes |