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:           Sun Jun 21 19:02:31 UTC 2020

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

Log Message:
Security and maintenance update to Wordpress 5.4.2.

Changes:

WordPress versions 5.4 and earlier are affected by the following bugs, which are fixed in version 5.4.2. If you haven’t yet updated to 5.4, there are also updated versions of 5.3 and earlier that fix 
the security issues.

- Props to Sam Thomas (jazzy2fives) for finding an XSS issue where authenticated users with low privileges are able to add JavaScript to posts in the block editor.
- Props to Luigi – (gubello.me) for discovering an XSS issue where authenticated users with upload permissions are able to add JavaScript to media files.
- Props to Ben Bidner of the WordPress Security Team for finding an open redirect issue in wp_validate_redirect().
- Props to Nrimo Ing Pandum for finding an authenticated XSS issue via theme uploads.
- Props to Simon Scannell of RIPS Technologies for finding an issue where set-screen-option can be misused by plugins leading to privilege escalation.
- Props to Carolina Nymark for discovering an issue where comments from password-protected posts and pages could be displayed under certain conditions.

Thank you to all of the reporters for privately disclosing the vulnerabilities. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.

More details on https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/wordpress/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/wordpress/PLIST
cvs rdiff -u -r1.74 -r1.75 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.92 pkgsrc/www/wordpress/Makefile:1.93
--- pkgsrc/www/wordpress/Makefile:1.92  Sun May  3 12:00:03 2020
+++ pkgsrc/www/wordpress/Makefile       Sun Jun 21 19:02:31 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2020/05/03 12:00:03 morr Exp $
+# $NetBSD: Makefile,v 1.93 2020/06/21 19:02:31 morr Exp $
 
 DISTNAME=              wordpress-${VERSION}
-VERSION=               5.4.1
+VERSION=               5.4.2
 CATEGORIES=            www
 MASTER_SITES=          https://wordpress.org/
 

Index: pkgsrc/www/wordpress/PLIST
diff -u pkgsrc/www/wordpress/PLIST:1.43 pkgsrc/www/wordpress/PLIST:1.44
--- pkgsrc/www/wordpress/PLIST:1.43     Sun May  3 12:00:03 2020
+++ pkgsrc/www/wordpress/PLIST  Sun Jun 21 19:02:31 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2020/05/03 12:00:03 morr Exp $
+@comment $NetBSD: PLIST,v 1.44 2020/06/21 19:02:31 morr Exp $
 share/doc/wordpress/license.txt
 share/doc/wordpress/readme.html
 share/examples/wordpress/wordpress.conf
@@ -1257,6 +1257,7 @@ share/wordpress/wp-includes/images/toggl
 share/wordpress/wp-includes/images/toggle-arrow.png
 share/wordpress/wp-includes/images/uploader-icons-2x.png
 share/wordpress/wp-includes/images/uploader-icons.png
+share/wordpress/wp-includes/images/w-logo-blue-white-bg.png
 share/wordpress/wp-includes/images/w-logo-blue.png
 share/wordpress/wp-includes/images/wlw/wp-comments.png
 share/wordpress/wp-includes/images/wlw/wp-icon.png

Index: pkgsrc/www/wordpress/distinfo
diff -u pkgsrc/www/wordpress/distinfo:1.74 pkgsrc/www/wordpress/distinfo:1.75
--- pkgsrc/www/wordpress/distinfo:1.74  Sun May  3 12:00:03 2020
+++ pkgsrc/www/wordpress/distinfo       Sun Jun 21 19:02:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.74 2020/05/03 12:00:03 morr Exp $
+$NetBSD: distinfo,v 1.75 2020/06/21 19:02:31 morr Exp $
 
-SHA1 (wordpress-5.4.1.tar.gz) = 9800c231828eb5cd76ba0b8aa6c1a74dfca2daff
-RMD160 (wordpress-5.4.1.tar.gz) = a9708256c6cbd6aab489b335ab70deb85e9d69c7
-SHA512 (wordpress-5.4.1.tar.gz) = 5ed4f3bd593febdf2aec4c582c2ed850d3bf52122273b4306c1fba87939a675228df84092a709052f13e0096b2545cd6f078ab89b232ee4b4dce467d834de0cd
-Size (wordpress-5.4.1.tar.gz) = 12234700 bytes
+SHA1 (wordpress-5.4.2.tar.gz) = e5631f812232fbd45d3431783d3db2e0d5670d2d
+RMD160 (wordpress-5.4.2.tar.gz) = 10be9101207164e0266db1476da0c7e22fd59de8
+SHA512 (wordpress-5.4.2.tar.gz) = d1f4366f6e8ec591ce91ed76ea6949feeaf112881c3d742860c79955283b31c1712a04394eda8308d6d5756ff6d20ef4cf2e18559a59469ef195cf2cb437c219
+Size (wordpress-5.4.2.tar.gz) = 12238031 bytes



Home | Main Index | Thread Index | Old Index