summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd>2011-02-11 04:31:47 +0000
committersbd <sbd>2011-02-11 04:31:47 +0000
commite4e186167c5fe13286d84f2e197827c4a37ac5ef (patch)
treeb05b1e22cdaf92fe1bf179efd46d03f1b6e48551
parentc53d62582a9bbcc9251e4a6019dcdcb99fe5c00d (diff)
downloadpkgsrc-e4e186167c5fe13286d84f2e197827c4a37ac5ef.tar.gz
Pullup ticket #3349 - requested by morr
www/wordpress update Revisions pulled up: - pkgsrc/www/wordpress/Makefile 1.15 - pkgsrc/www/wordpress/distinfo 1.11 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: morr Date: Thu Feb 10 10:25:50 UTC 2011 Modified Files: pkgsrc/www/wordpress: Makefile distinfo Log Message: Security update to 3.0.5. Changes: * Fix XSS bug: Properly encode title used in Quick/Bulk Edit, and offer additional sanitization to various fields. Affects users of the Author or Contributor role. * Fix XSS bug: Preserve tag escaping in the tags meta box. Affects users of the Author or Contributor role. * Fix potential information disclosure of posts through the media uploader. Affects users of the Author role. * Enhancement: Force HTML filtering on comment text in the admin * Enhancement: Harden check_admin_referer() when called without arguments, which plugins should avoid. * Update the license to GPLv2 (or later) and update copyright information for the KSES library.
-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 1129b0b1486..478df83170e 100644
--- a/www/wordpress/Makefile
+++ b/www/wordpress/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2010/12/30 22:27:45 morr Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2011/02/11 04:31:47 sbd Exp $
DISTNAME= wordpress-${VERSION}
-VERSION= 3.0.4
+VERSION= 3.0.5
CATEGORIES= www
MASTER_SITES= http://wordpress.org/
diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo
index f5e8382eab9..b89ba2a80f6 100644
--- a/www/wordpress/distinfo
+++ b/www/wordpress/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2010/12/30 22:27:45 morr Exp $
+$NetBSD: distinfo,v 1.10.2.1 2011/02/11 04:31:47 sbd Exp $
-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
+SHA1 (wordpress-3.0.5.tar.gz) = 4145f315ee8e2fbfa58f605e95f005ae0713f283
+RMD160 (wordpress-3.0.5.tar.gz) = 4acc7492578232594715e64af2e0ccc6315297a9
+Size (wordpress-3.0.5.tar.gz) = 2683820 bytes