Sun Sep 9 06:56:10 2012 UTC ()
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().


(morr)
diff -r1.26 -r1.27 pkgsrc/www/wordpress/Makefile
diff -r1.21 -r1.22 pkgsrc/www/wordpress/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/www/wordpress/Makefile (expand / switch to unified diff)

--- pkgsrc/www/wordpress/Makefile 2012/06/29 10:40:13 1.26
+++ pkgsrc/www/wordpress/Makefile 2012/09/09 06:56:10 1.27
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.26 2012/06/29 10:40:13 morr Exp $ 1# $NetBSD: Makefile,v 1.27 2012/09/09 06:56:10 morr Exp $
2 2
3DISTNAME= wordpress-${VERSION} 3DISTNAME= wordpress-${VERSION}
4VERSION= 3.4.1 4VERSION= 3.4.2
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://wordpress.org/ 6MASTER_SITES= http://wordpress.org/
7 7
8MAINTAINER= morr@NetBSD.org 8MAINTAINER= morr@NetBSD.org
9HOMEPAGE= http://wordpress.org/ 9HOMEPAGE= http://wordpress.org/
10COMMENT= Blogging tool written in php 10COMMENT= Blogging tool written in php
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_TOOLS+= pax 15USE_TOOLS+= pax
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"

cvs diff -r1.21 -r1.22 pkgsrc/www/wordpress/distinfo (expand / switch to unified diff)

--- pkgsrc/www/wordpress/distinfo 2012/06/29 10:40:13 1.21
+++ pkgsrc/www/wordpress/distinfo 2012/09/09 06:56:10 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2012/06/29 10:40:13 morr Exp $ 1$NetBSD: distinfo,v 1.22 2012/09/09 06:56:10 morr Exp $
2 2
3SHA1 (wordpress-3.4.1.tar.gz) = ca9cb1a336a68a731fdfc3373c43a4797edd401c 3SHA1 (wordpress-3.4.2.tar.gz) = 11d130c06ba9c55e7aa80c04c249a4f1b19accd6
4RMD160 (wordpress-3.4.1.tar.gz) = 0cb3620a5c08a579b6116d6e496a1d7bf397c0d3 4RMD160 (wordpress-3.4.2.tar.gz) = 67e26bf899abd9b05d8f987cc3917b07df9f3c0d
5Size (wordpress-3.4.1.tar.gz) = 4536505 bytes 5Size (wordpress-3.4.2.tar.gz) = 4538716 bytes