Received: by mail.netbsd.org (Postfix, from userid 605) id EE7E584D7E; Wed, 23 Oct 2019 07:25:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E79F84D6B for ; Wed, 23 Oct 2019 07:25:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7kuEynIYsxI4 for ; Wed, 23 Oct 2019 07:25:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8446984D26 for ; Wed, 23 Oct 2019 07:25:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DD7EFA81; Wed, 23 Oct 2019 07:25:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571815520283810" MIME-Version: 1.0 Date: Wed, 23 Oct 2019 07:25:20 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/www/wordpress To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20191023072520.7DD7EFA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1571815520283810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: morr Date: Wed Oct 23 07:25:20 UTC 2019 Modified Files: pkgsrc/www/wordpress: Makefile distinfo Log Message: Maintenance and security update to version 5.2.4. Changes: 5.2.4: Props to Evan Ricafort for finding an issue where stored XSS (cross-site scripting) could be added via the Customizer. Props to J.D. Grimes who found and disclosed a method of viewing unauthenticated posts. Props to Weston Ruter for finding a way to create a stored XSS to inject Javascript into style tags. Props to David Newman for highlighting a method to poison the cache of JSON GET requests via the Vary: Origin header. Props to Eugene Kolodenker who found a server-side request forgery in the way that URLs are validated. Props to Ben Bidner of the WordPress Security Team who discovered issues related to referrer validation in the admin. 5.2.3: #38415: New Custom Link menu item has a wrong fallback label #45739: Block Editor: $editor_styles bug. #45935: A URL in do_block_editor_incompatible_meta_box function does not have classic-editor__forget parameter #46757: Media Trash: The Bulk Media options when in the Trash shouldn’t provide two primary buttons #46758: Media Trash: Primary button(s) should be on the left #46899: Ensure that tables generated by the Settings API have no semantics #47079: Incorrect version for excerpt_allowed_blocks filter #47113: Media views: dismiss notice button is invisible #47145: Feature Image dialog does not follow the dialog pattern #47190: Twenty Seventeen: Native audio and video embeds have no focus state. #47340: Twenty Nineteen: Revise Latest Posts block styles to support post content options. #47386: Fix headings hierarchy in the legacy Custom Background and Custom Header pages #47390: Improve accessibility of forms elements within some “form-table” forms #47414: Twenty Seventeen: Button block preview has extra spacing within button #47458: Fix tab sequence order in the Media attachment browser #47489: Emoji are substituted in preformatted blocks #47502: Media modal bottom toolbar cuts-off content in Internet Explorer 11 #47538: Minor Verbiage Update – Switch ‘developer time’ for ‘a developer’ #47543: Twenty Seventeen: buttons don’t change color on hover and focus #47561: Plugin: View details popup layout issue #47603: My account toggle on admin bar not visible at high zoom levels #47604: Undefined variable: locked in wp-admin/edit-form-blocks.php #47687: Use alt tags for gallery images in editor #47688: Color hex code in color picker displayed in RTL instead of LTR on RTL install (take 2) #47693: customizer Color picker should get closed when click on color picker area. #47723: Adding a custom link in nav-menus.php doesn’t trim whitespace #47758: Font sizes on installation screen are too small #47835: PHP requirement always set to null for plugins #47888: Adding a custom link in menu via Customize doesn’t trim whitespace. Security Fixes Props to Simon Scannell of RIPS Technologies for finding and disclosing two issues. The first, a cross-site scripting (XSS) vulnerability found in post previews by contributors. The second was a cross-site scripting vulnerability in stored comments. Props to Tim Coen for disclosing an issue where validation and sanitization of a URL could lead to an open redirect. Props to Anshul Jain for disclosing reflected cross-site scripting during media uploads. Props to Zhouyuan Yang of Fortinet’s FortiGuard Labs who disclosed a vulnerability that for cross-site scripting (XSS) in shortcode previews. Props to Ian Dunn of the Core Security Team for finding and disclosing a case where reflected cross-site scripting could be found in the dashboard. Props to Soroush Dalili (@irsdl) from NCC Group for disclosing an issue with URL sanitization that can lead to cross-site scripting (XSS) attacks. In addition to the above changes, we are also updating jQuery on older versions of WordPress. This change was added in 5.2.1 and is now being brought to older versions. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/wordpress/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/www/wordpress/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571815520283810 Content-Disposition: inline Content-Length: 1619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/wordpress/Makefile diff -u pkgsrc/www/wordpress/Makefile:1.87 pkgsrc/www/wordpress/Makefile:1.88 --- pkgsrc/www/wordpress/Makefile:1.87 Tue Jul 16 19:31:21 2019 +++ pkgsrc/www/wordpress/Makefile Wed Oct 23 07:25:20 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2019/07/16 19:31:21 schmonz Exp $ +# $NetBSD: Makefile,v 1.88 2019/10/23 07:25:20 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 5.2.2 +VERSION= 5.2.4 CATEGORIES= www MASTER_SITES= https://wordpress.org/ Index: pkgsrc/www/wordpress/distinfo diff -u pkgsrc/www/wordpress/distinfo:1.70 pkgsrc/www/wordpress/distinfo:1.71 --- pkgsrc/www/wordpress/distinfo:1.70 Tue Jul 16 19:31:21 2019 +++ pkgsrc/www/wordpress/distinfo Wed Oct 23 07:25:20 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.70 2019/07/16 19:31:21 schmonz Exp $ +$NetBSD: distinfo,v 1.71 2019/10/23 07:25:20 morr Exp $ -SHA1 (wordpress-5.2.2.tar.gz) = 3605bcbe9ea48d714efa59b0eb2d251657e7d5b0 -RMD160 (wordpress-5.2.2.tar.gz) = e5cb5770332320580cd6370fa540eafd9791f2f9 -SHA512 (wordpress-5.2.2.tar.gz) = 4aac96d9ec0f6d3ae0d6b2438599e5e76442580e56d56c1e10d199435336bbc5f0869db2f742ead55815abf1f6428f4f325946d30b2a93ca39ded8d27024f38a -Size (wordpress-5.2.2.tar.gz) = 11200591 bytes +SHA1 (wordpress-5.2.4.tar.gz) = 9eb002761fc8b424727d8c9d291a6ecfde0c53b7 +RMD160 (wordpress-5.2.4.tar.gz) = 5465d5cb36263ae992d0acb69304e2bb033498e2 +SHA512 (wordpress-5.2.4.tar.gz) = eaf6e1555f13e4fe1f1a99691b271e658d9a83ab5fa7de1480987875565aab45d246bf8bb2e9828bd43979b96a0fb0db1ebf61c62c4967d9af08a370bef083e0 +Size (wordpress-5.2.4.tar.gz) = 11199173 bytes --_----------=_1571815520283810--