diff options
author | morr <morr@pkgsrc.org> | 2014-04-13 14:10:59 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2014-04-13 14:10:59 +0000 |
commit | 45e786319ac6b73d201a2885789bd9f195a8645a (patch) | |
tree | 330c78b31e923fda7dd35668faf0a20f3b3c105a /www | |
parent | b8b95727dd445c824c7f522ca5a9a6a9f7a238ef (diff) | |
download | pkgsrc-45e786319ac6b73d201a2885789bd9f195a8645a.tar.gz |
Update to newest version of Wordpress, containing security fixes.
It contains 9 bugfixes and 5 security fixes:
* Potential authentication cookie forgery. CVE-2014-0166.
* Privilege escalation: prevent contributors from publishing posts. CVE-2014-0165.
* (Hardening) Pass along additional information when processing pingbacks to help hosts identify potentially abusive requests.
* (Hardening) Fix a low-impact SQL injection by trusted users.
* (Hardening) Prevent possible cross-domain scripting through Plupload, the third-party library WordPress uses for uploading files.
Diffstat (limited to 'www')
-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 4489f9c69db..7317718b79a 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2014/02/12 19:43:56 morr Exp $ +# $NetBSD: Makefile,v 1.39 2014/04/13 14:10:59 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.8.1 +VERSION= 3.8.2 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index f5f13271d18..3189e028c9f 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2014/02/12 19:43:56 morr Exp $ +$NetBSD: distinfo,v 1.31 2014/04/13 14:10:59 morr Exp $ -SHA1 (wordpress-3.8.1.tar.gz) = 904487e0d70a2d2b6a018aaf99e21608d8f2db88 -RMD160 (wordpress-3.8.1.tar.gz) = 1f0bfb155d51d773f209973b701f5ca319f28b66 -Size (wordpress-3.8.1.tar.gz) = 5869727 bytes +SHA1 (wordpress-3.8.2.tar.gz) = bc4314abb6d4cb13b284b8ada0d6f69420557bec +RMD160 (wordpress-3.8.2.tar.gz) = 4f9a5f26e081f101fbc1a6fe80015f75f92d36b7 +Size (wordpress-3.8.2.tar.gz) = 5870266 bytes |