diff options
author | morr <morr@pkgsrc.org> | 2015-04-22 06:38:15 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2015-04-22 06:38:15 +0000 |
commit | d58869921e67dbed0d54aa4c7da26db4227e3dcd (patch) | |
tree | deaf4aee650c88d474e9dee2315c18708f3e165a /www | |
parent | b6e0ba7bbf20dc77609ce30bd6d926e80fbbcc15 (diff) | |
download | pkgsrc-d58869921e67dbed0d54aa4c7da26db4227e3dcd.tar.gz |
Security update to version 4.1.2.
Changes:
4.1.1:
Maintenance release, fixed 21 bugs.
4.1.2:
- A serious critical cross-site scripting vulnerability, which could enable
anonymous users to compromise a site.
- Files with invalid or unsafe names could be uploaded.
- Some plugins are vulnerable to an SQL injection attack.
- A very limited cross-site scripting vulnerability could be used as part of a
social engineering attack.
- Four hardening changes, including better validation of post titles within the
Dashboard.
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 62a0ca87592..e5d220f8f44 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2015/01/02 12:40:59 morr Exp $ +# $NetBSD: Makefile,v 1.45 2015/04/22 06:38:15 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 4.1 +VERSION= 4.1.2 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index d12bbaaca28..69bafd5f91b 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2015/01/02 12:40:59 morr Exp $ +$NetBSD: distinfo,v 1.37 2015/04/22 06:38:15 morr Exp $ -SHA1 (wordpress-4.1.tar.gz) = f0437c96ae3d8acaba3579566f1346f4cd06468e -RMD160 (wordpress-4.1.tar.gz) = d695827effaed5cc82341ae171d8a03df10cdc24 -Size (wordpress-4.1.tar.gz) = 6183711 bytes +SHA1 (wordpress-4.1.2.tar.gz) = 9e9745bb8a1166622de866076eac73a49cb3eba0 +RMD160 (wordpress-4.1.2.tar.gz) = 2e0cb1f74cf65fb310fd44a246ce688f69feef6c +Size (wordpress-4.1.2.tar.gz) = 6192717 bytes |