diff options
author | morr <morr@pkgsrc.org> | 2010-12-05 16:46:28 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2010-12-05 16:46:28 +0000 |
commit | 7b9e7deb196b32df9a4e91903cfcba7aa5c9e6fc (patch) | |
tree | 9b0804fc0fe35d335e74579f189c9c4a847e5a62 /www/wordpress | |
parent | d705d107f811addb130924161b667c6940b5b8e6 (diff) | |
download | pkgsrc-7b9e7deb196b32df9a4e91903cfcba7aa5c9e6fc.tar.gz |
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.
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 5 | ||||
-rw-r--r-- | www/wordpress/PLIST | 4 | ||||
-rw-r--r-- | www/wordpress/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 9a4874b432e..1e8f8f4577f 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.12 2010/12/05 16:46:28 morr 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..5f71a72b2c3 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.7 2010/12/05 16:46:28 morr 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..1842a5acf21 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.8 2010/12/05 16:46:28 morr 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 |