diff options
author | morr <morr@pkgsrc.org> | 2011-05-26 22:59:38 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2011-05-26 22:59:38 +0000 |
commit | ba5ffe074ec522a5d959e0218043e5aaff6b9699 (patch) | |
tree | e4423ed717834bff1707f937c050b300d57756c0 /www/wordpress | |
parent | cc60e0cb5adca128f5af161c3720985ee252fe9c (diff) | |
download | pkgsrc-ba5ffe074ec522a5d959e0218043e5aaff6b9699.tar.gz |
Security update to 3.1.3.
* Various security hardening by Alexander Concha.
* Taxonomy query hardening by John Lamansky.
* Prevent sniffing out user names of non-authors by using canonical redirects. Props VerĂ³nica Valeros.
* Media security fixes by Richard Lundeen of Microsoft, Jesse Ou of Microsoft, and Microsoft Vulnerability Research.
* Improves file upload security on hosts with dangerous security settings.
* Cleans up old WordPress import files if the import does not finish.
* Introduce "clickjacking" protection in modern browsers on admin and login pages.
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/wordpress/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index cc2d4297dca..5b47a0bfbc3 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/05/08 20:43:36 morr Exp $ +# $NetBSD: Makefile,v 1.19 2011/05/26 22:59:38 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.1.2 +VERSION= 3.1.3 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index f10502840be..a0023c36192 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2011/05/08 20:43:36 morr Exp $ +$NetBSD: distinfo,v 1.15 2011/05/26 22:59:38 morr Exp $ -SHA1 (wordpress-3.1.2.tar.gz) = 35a511cbee30c1baccecb0650573b6b058f46339 -RMD160 (wordpress-3.1.2.tar.gz) = a6f8adc519ee7399cf3f0aa3a3794b789ab699fd -Size (wordpress-3.1.2.tar.gz) = 2764136 bytes +SHA1 (wordpress-3.1.3.tar.gz) = ea63a81c3979ed15bdba6fda62ef4b908e9d8e74 +RMD160 (wordpress-3.1.3.tar.gz) = b46c9c52186f815db97d44ec25acf4dcc02d3064 +Size (wordpress-3.1.3.tar.gz) = 2764167 bytes |