Sun May 8 20:43:36 2011 UTC ()
Security update to 3.1.2.

* Fix a vulnerability that allowed Contributor-level users to improperly
  publish posts.
* Fix user queries ordered by post count.
* Fix multiple tag queries.
* Prevent over-escaping of post titles when using Quick Edit for pages.


(morr)
diff -r1.17 -r1.18 pkgsrc/www/wordpress/Makefile
diff -r1.13 -r1.14 pkgsrc/www/wordpress/distinfo

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

--- pkgsrc/www/wordpress/Makefile 2011/04/09 00:57:42 1.17
+++ pkgsrc/www/wordpress/Makefile 2011/05/08 20:43:36 1.18
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.17 2011/04/09 00:57:42 morr Exp $ 1# $NetBSD: Makefile,v 1.18 2011/05/08 20:43:36 morr Exp $
2 2
3DISTNAME= wordpress-${VERSION} 3DISTNAME= wordpress-${VERSION}
4VERSION= 3.1.1 4VERSION= 3.1.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.13 -r1.14 pkgsrc/www/wordpress/distinfo (expand / switch to unified diff)

--- pkgsrc/www/wordpress/distinfo 2011/04/09 00:57:42 1.13
+++ pkgsrc/www/wordpress/distinfo 2011/05/08 20:43:36 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2011/04/09 00:57:42 morr Exp $ 1$NetBSD: distinfo,v 1.14 2011/05/08 20:43:36 morr Exp $
2 2
3SHA1 (wordpress-3.1.1.tar.gz) = 2423c4c6b90e21eb1cc82974d923c3e7a484ec92 3SHA1 (wordpress-3.1.2.tar.gz) = 35a511cbee30c1baccecb0650573b6b058f46339
4RMD160 (wordpress-3.1.1.tar.gz) = d8b3983ee53121ef5d80bd3f850a7adff8adabef 4RMD160 (wordpress-3.1.2.tar.gz) = a6f8adc519ee7399cf3f0aa3a3794b789ab699fd
5Size (wordpress-3.1.1.tar.gz) = 2764153 bytes 5Size (wordpress-3.1.2.tar.gz) = 2764136 bytes