summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-09-09 16:32:55 +0000
committertron <tron@pkgsrc.org>2012-09-09 16:32:55 +0000
commit58b1c4580ea8dbed46d1df4e8e0ac703448a6aa6 (patch)
tree5810af46cc3c690751e8a859eb66e3c91d80b6ee
parent3ad20722a7cdcd6aa43d15e394faa55cb79a2378 (diff)
downloadpkgsrc-58b1c4580ea8dbed46d1df4e8e0ac703448a6aa6.tar.gz
Pullup ticket #3918 - requested by morr
www/wordpress: security update Revisions pulled up: - www/wordpress/Makefile 1.27 - www/wordpress/distinfo 1.22 --- Module Name: pkgsrc Committed By: morr Date: Sun Sep 9 06:56:10 UTC 2012 Modified Files: pkgsrc/www/wordpress: Makefile distinfo Log Message: 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/Makefile4
-rw-r--r--www/wordpress/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile
index 174ac1acdcf..742a6163543 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.26.2.1 2012/09/09 16:32:55 tron 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..7b9f08cac21 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.21.2.1 2012/09/09 16:32:55 tron 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