diff options
author | morr <morr@pkgsrc.org> | 2011-04-09 00:57:42 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2011-04-09 00:57:42 +0000 |
commit | f3e28d1549dbc4e51676c031233d3d325d6a0968 (patch) | |
tree | 4a1c2f6ac5d032d6d6a70740fca96a2fe52cf505 /www/wordpress/Makefile | |
parent | 1c5206aa83712fd47f7a3ef06be7c11edeee5ac1 (diff) | |
download | pkgsrc-f3e28d1549dbc4e51676c031233d3d325d6a0968.tar.gz |
Update to wordpress 3.1.1.
This maintenance and security release fixes almost thirty issues in 3.1,
including:
* Some security hardening to media uploads
* Performance improvements
* Fixes for IIS6 support
* Fixes for taxonomy and PATHINFO (/index.php/) permalinks
* Fixes for various query and taxonomy edge cases that caused some plugin
compatibility issues
Version 3.1.1 also addresses three security issues discovered by
WordPress core developers Jon Cave and Peter Westwood, of wordpress's security
team. The first hardens CSRF prevention in the media uploader. The
second avoids a PHP crash in certain environments when handling
devilishly devised links in comments, and the third addresses an XSS
flaw.
Diffstat (limited to 'www/wordpress/Makefile')
-rw-r--r-- | www/wordpress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 3dddac94884..165360efab7 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2011/02/27 10:30:16 morr Exp $ +# $NetBSD: Makefile,v 1.17 2011/04/09 00:57:42 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.1 +VERSION= 3.1.1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ |