pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/wordpress



Module Name:    pkgsrc
Committed By:   morr
Date:           Fri Nov  3 09:49:13 UTC 2017

Modified Files:
        pkgsrc/www/wordpress: Makefile PLIST distinfo

Log Message:
Security update to version 4.8.3.

WordPress versions 4.8.2 and earlier are affected by an issue where
$wpdb->prepare() can create unexpected and unsafe queries leading to potential
SQL injection (SQLi). WordPress core is not directly vulnerable to this issue,
but we’ve added hardening to prevent plugins and themes from accidentally
causing a vulnerability. Reported by Anthony Ferrara.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/wordpress/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/wordpress/PLIST
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/wordpress/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/wordpress/Makefile
diff -u pkgsrc/www/wordpress/Makefile:1.72 pkgsrc/www/wordpress/Makefile:1.73
--- pkgsrc/www/wordpress/Makefile:1.72  Thu Sep 21 19:24:46 2017
+++ pkgsrc/www/wordpress/Makefile       Fri Nov  3 09:49:13 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2017/09/21 19:24:46 morr Exp $
+# $NetBSD: Makefile,v 1.73 2017/11/03 09:49:13 morr Exp $
 
 DISTNAME=              wordpress-${VERSION}
-VERSION=               4.8.2
+VERSION=               4.8.3
 CATEGORIES=            www
 MASTER_SITES=          https://wordpress.org/
 

Index: pkgsrc/www/wordpress/PLIST
diff -u pkgsrc/www/wordpress/PLIST:1.34 pkgsrc/www/wordpress/PLIST:1.35
--- pkgsrc/www/wordpress/PLIST:1.34     Sun Jun 18 18:01:42 2017
+++ pkgsrc/www/wordpress/PLIST  Fri Nov  3 09:49:13 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2017/06/18 18:01:42 morr Exp $
+@comment $NetBSD: PLIST,v 1.35 2017/11/03 09:49:13 morr Exp $
 share/doc/wordpress/license.txt
 share/doc/wordpress/readme.html
 share/examples/wordpress/wordpress.conf
@@ -536,6 +536,7 @@ share/wordpress/wp-content/plugins/akism
 share/wordpress/wp-content/plugins/akismet/akismet.php
 share/wordpress/wp-content/plugins/akismet/class.akismet-admin.php
 share/wordpress/wp-content/plugins/akismet/class.akismet-cli.php
+share/wordpress/wp-content/plugins/akismet/class.akismet-rest-api.php
 share/wordpress/wp-content/plugins/akismet/class.akismet-widget.php
 share/wordpress/wp-content/plugins/akismet/class.akismet.php
 share/wordpress/wp-content/plugins/akismet/index.php

Index: pkgsrc/www/wordpress/distinfo
diff -u pkgsrc/www/wordpress/distinfo:1.57 pkgsrc/www/wordpress/distinfo:1.58
--- pkgsrc/www/wordpress/distinfo:1.57  Thu Sep 21 19:24:46 2017
+++ pkgsrc/www/wordpress/distinfo       Fri Nov  3 09:49:13 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2017/09/21 19:24:46 morr Exp $
+$NetBSD: distinfo,v 1.58 2017/11/03 09:49:13 morr Exp $
 
-SHA1 (wordpress-4.8.2.tar.gz) = a99115b3b6d6d7a1eb6c5617d4e8e704ed50f450
-RMD160 (wordpress-4.8.2.tar.gz) = 7098a1c7f353238d40f4d56934351c867226636f
-SHA512 (wordpress-4.8.2.tar.gz) = e6b9dd7a3f9b510b1c85b0f9963d9303c9111f1d6ad471c5be076c5b9cf44ade5d1c761c336f44276ab88f69d6c842e6f33d637c7d76532ab88f12f49c385ca6
-Size (wordpress-4.8.2.tar.gz) = 8183815 bytes
+SHA1 (wordpress-4.8.3.tar.gz) = 8efc0b9f6146e143ed419b5419d7bb8400a696fc
+RMD160 (wordpress-4.8.3.tar.gz) = 264d1e87fc1d732627f021e81d3fbe754f5cfa0e
+SHA512 (wordpress-4.8.3.tar.gz) = 696be1c24dec869d896e22b408b17009e8c482545237156f17d4b5f2d726876a17c3cc5c3de632126229747589d74f7b188c06d2a79878efc800bd6db273d709
+Size (wordpress-4.8.3.tar.gz) = 8184961 bytes



Home | Main Index | Thread Index | Old Index