summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-12-07 12:08:21 +0000
committertron <tron>2010-12-07 12:08:21 +0000
commitbef4a33575ea5bd0aa51927aa313b3373b284cb9 (patch)
tree2a82d0b8ada854c5061a424c300323cf2d1de86f
parent86757bcd47b62d9e6e560f68867c9e45c0874677 (diff)
downloadpkgsrc-bef4a33575ea5bd0aa51927aa313b3373b284cb9.tar.gz
Pullup ticket #3296 - requested by morr
www/wordpress: security update Revisions pulled up: - www/wordpress/Makefile 1.12 - www/wordpress/PLIST 1.7 - www/wordpress/distinfo 1.8 --- Module Name: pkgsrc Committed By: morr Date: Sun Dec 5 16:46:29 UTC 2010 Modified Files: pkgsrc/www/wordpress: Makefile PLIST distinfo Log Message: Security update. Changes: * Fix moderate security issue where a malicious Author-level user could gain further access to the site. * Remove pingback/trackback blogroll whitelisting feature as it can easily be abused. * Fix canonical redirection for permalinks containing %category% with nested categories and paging. * Fix occasional irrelevant error messages on plugin activation. * Minor XSS fixes in request_filesystem_credentials() and when deleting a plugin. * Clarify the license in the readme * Multisite: Fix the delete_user meta capability * Multisite: Force current_user_can_for_blog() to run map_meta_cap() even for super admins * Multisite: Fix ms-files.php content type headers when requesting a URL with a query string * Multisite: Fix the usage of the SUBDOMAIN_INSTALL constant for upgraded WordPress MU installs While here, set license.
-rw-r--r--www/wordpress/Makefile5
-rw-r--r--www/wordpress/PLIST4
-rw-r--r--www/wordpress/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile
index 9a4874b432e..ae79df849be 100644
--- a/www/wordpress/Makefile
+++ b/www/wordpress/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2010/08/04 07:52:37 morr Exp $
+# $NetBSD: Makefile,v 1.11.2.1 2010/12/07 12:08:21 tron Exp $
DISTNAME= wordpress-${VERSION}
-VERSION= 3.0.1
+VERSION= 3.0.2
CATEGORIES= www
MASTER_SITES= http://wordpress.org/
MAINTAINER= morr@NetBSD.org
HOMEPAGE= http://wordpress.org/
COMMENT= Blogging tool written in php
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/wordpress/PLIST b/www/wordpress/PLIST
index 8eb03cd650e..5d949dd9732 100644
--- a/www/wordpress/PLIST
+++ b/www/wordpress/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2010/08/04 07:52:37 morr Exp $
+@comment $NetBSD: PLIST,v 1.6.2.1 2010/12/07 12:08:21 tron Exp $
share/doc/wordpress/license.txt
share/doc/wordpress/readme.html
share/examples/wordpress/wordpress.conf
@@ -333,8 +333,10 @@ share/wordpress/wp-blog-header.php
share/wordpress/wp-comments-post.php
share/wordpress/wp-commentsrss2.php
share/wordpress/wp-content/index.php
+share/wordpress/wp-content/plugins/akismet/admin.php
share/wordpress/wp-content/plugins/akismet/akismet.gif
share/wordpress/wp-content/plugins/akismet/akismet.php
+share/wordpress/wp-content/plugins/akismet/legacy.php
share/wordpress/wp-content/plugins/akismet/readme.txt
share/wordpress/wp-content/plugins/hello.php
share/wordpress/wp-content/plugins/index.html
diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo
index 2256636d1df..0104a8d57a4 100644
--- a/www/wordpress/distinfo
+++ b/www/wordpress/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2010/08/04 07:52:37 morr Exp $
+$NetBSD: distinfo,v 1.7.2.1 2010/12/07 12:08:21 tron Exp $
-SHA1 (wordpress-3.0.1.tar.gz) = 3593c93e2c4e3f080e75dd0b0c47cd3d06e1b7d8
-RMD160 (wordpress-3.0.1.tar.gz) = 63ca91c69ea668c9df6e58fad1f2f8e48a3909d9
-Size (wordpress-3.0.1.tar.gz) = 2684855 bytes
+SHA1 (wordpress-3.0.2.tar.gz) = 08a06c5338dfdd3ca76d99fbe32ade67eec8822b
+RMD160 (wordpress-3.0.2.tar.gz) = 691813068908a49013319d2772cccaad38f89c6a
+Size (wordpress-3.0.2.tar.gz) = 2688999 bytes