Path to this page:
Subject: CVS commit: [pkgsrc-2010Q3] pkgsrc/www/wordpress
From: Matthias Scheler
Date: 2010-12-07 13:08:21
Message id: 20101207120822.0F66F175DD@cvs.netbsd.org
Log Message:
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.
Files: