diff options
author | morr <morr> | 2013-01-27 07:51:37 +0000 |
---|---|---|
committer | morr <morr> | 2013-01-27 07:51:37 +0000 |
commit | 4b782d4d1f4a7592551121bbd22818aa6fd891c7 (patch) | |
tree | 95fba0f90f06c58827c843b20c59d722b4dec663 /www | |
parent | 929c46a9de2da2e03326f837c857055465e87d93 (diff) | |
download | pkgsrc-4b782d4d1f4a7592551121bbd22818aa6fd891c7.tar.gz |
This maintenance release addresses 37 bugs with version 3.5, including:
* Editor: Prevent certain HTML elements from being unexpectedly removed or
modified in rare cases.
* Media: Fix a collection of minor workflow and compatibility issues in the new
media manager.
* Networks: Suggest proper rewrite rules when creating a new network.
* Prevent scheduled posts from being stripped of certain HTML, such as video
embeds, when they are published.
* Work around some misconfigurations that may have caused some JavaScript in
the WordPress admin area to fail.
* Suppress some warnings that could occur when a plugin misused the database or
user APIs.
Additionally: Version 3.5.1 fixes a few security issues:
* Server-side request forgery (SSRF) and remote port scanning via pingbacks.
Fixed by the WordPress security team.
* Cross-site scripting (XSS) via shortcodes and post content. Discovered by Jon
Cave of the WordPress security team.
* Cross-site scripting (XSS) in the external library Plupload. Plupload 1.5.5
was released to address this issue.
Diffstat (limited to 'www')
-rw-r--r-- | www/wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/wordpress/PLIST | 4 | ||||
-rw-r--r-- | www/wordpress/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index fae3fc4a15c..f83facf6067 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2012/12/16 22:20:27 morr Exp $ +# $NetBSD: Makefile,v 1.30 2013/01/27 07:51:37 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.5 +VERSION= 3.5.1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/PLIST b/www/wordpress/PLIST index 24e2ca95622..5c181ba1635 100644 --- a/www/wordpress/PLIST +++ b/www/wordpress/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2012/12/16 22:20:27 morr Exp $ +@comment $NetBSD: PLIST,v 1.14 2013/01/27 07:51:37 morr Exp $ share/doc/wordpress/license.txt share/doc/wordpress/readme.html share/examples/wordpress/wordpress.conf @@ -364,6 +364,7 @@ share/wordpress/wp-admin/widgets.php share/wordpress/wp-blog-header.php share/wordpress/wp-comments-post.php share/wordpress/wp-content/index.php +share/wordpress/wp-content/plugins/akismet/.htaccess share/wordpress/wp-content/plugins/akismet/admin.php share/wordpress/wp-content/plugins/akismet/akismet.css share/wordpress/wp-content/plugins/akismet/akismet.gif @@ -1026,4 +1027,3 @@ share/wordpress/wp-settings.php share/wordpress/wp-signup.php share/wordpress/wp-trackback.php share/wordpress/xmlrpc.php -@pkgdir share/wordpress/wp-content/uploads diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 7ef6b102753..3edc99ba3da 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2012/12/16 22:20:27 morr Exp $ +$NetBSD: distinfo,v 1.24 2013/01/27 07:51:37 morr Exp $ -SHA1 (wordpress-3.5.tar.gz) = dc751edc366198fdbfbfd433d55fafb4255824eb -RMD160 (wordpress-3.5.tar.gz) = dc436fcbcefefd8cd3a17540c6666e9602a76c8c -Size (wordpress-3.5.tar.gz) = 5009441 bytes +SHA1 (wordpress-3.5.1.tar.gz) = 3c1b6e4da8132aa31408bbd2d4e86062a99b77ef +RMD160 (wordpress-3.5.1.tar.gz) = baf0460f7be83f8fc952e4b299010679e17bfd49 +Size (wordpress-3.5.1.tar.gz) = 5012722 bytes |