Received: by mail.netbsd.org (Postfix, from userid 605) id 3962A84DB8; Fri, 23 Apr 2021 06:05:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72B6F84DAF for ; Fri, 23 Apr 2021 06:05:56 +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 hY3sQvneKIh6 for ; Fri, 23 Apr 2021 06:05:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ECF2284CDA for ; Fri, 23 Apr 2021 06:05:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5895FA95; Fri, 23 Apr 2021 06:05:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619157955190260" MIME-Version: 1.0 Date: Fri, 23 Apr 2021 06:05:55 +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: <20210423060555.E5895FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619157955190260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Fri Apr 23 06:05:55 UTC 2021 Modified Files: pkgsrc/www/wordpress: Makefile distinfo Log Message: Security update to 5.7.1. Two security issues affect WordPress versions between 4.7 and 5.7. - thank you SonarSource for reporting an XXE vulnerability within the media library affecting PHP 8 - thanks Mikael Korpela for reporting a data exposure vulnerability within the latest posts block and REST API To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 pkgsrc/www/wordpress/Makefile cvs rdiff -u -r1.80 -r1.81 pkgsrc/www/wordpress/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619157955190260 Content-Disposition: inline Content-Length: 1603 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.98 pkgsrc/www/wordpress/Makefile:1.99 --- pkgsrc/www/wordpress/Makefile:1.98 Sun Mar 14 17:01:33 2021 +++ pkgsrc/www/wordpress/Makefile Fri Apr 23 06:05:55 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.98 2021/03/14 17:01:33 morr Exp $ +# $NetBSD: Makefile,v 1.99 2021/04/23 06:05:55 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 5.7 +VERSION= 5.7.1 CATEGORIES= www MASTER_SITES= https://wordpress.org/ Index: pkgsrc/www/wordpress/distinfo diff -u pkgsrc/www/wordpress/distinfo:1.80 pkgsrc/www/wordpress/distinfo:1.81 --- pkgsrc/www/wordpress/distinfo:1.80 Sun Mar 14 17:01:33 2021 +++ pkgsrc/www/wordpress/distinfo Fri Apr 23 06:05:55 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.80 2021/03/14 17:01:33 morr Exp $ +$NetBSD: distinfo,v 1.81 2021/04/23 06:05:55 morr Exp $ -SHA1 (wordpress-5.7.tar.gz) = 76d1332cfcbc5f8b17151b357999d1f758faf897 -RMD160 (wordpress-5.7.tar.gz) = c02fd527193a0fa41ebecedc6694e65c7b76ff10 -SHA512 (wordpress-5.7.tar.gz) = 84516473add8624cd7e318af98d257f5f113fcc98cd9f5c0a0d7c1a8060f9f5dd5989d995259d3920b89f71f3391fc8b28b520f7d8aae7511cc1e26e90116567 -Size (wordpress-5.7.tar.gz) = 15747536 bytes +SHA1 (wordpress-5.7.1.tar.gz) = 296bc228c4f4d67d7da8814079f86516f6c2337d +RMD160 (wordpress-5.7.1.tar.gz) = b499c5b8cc0983fc499c41fa9600716f34830acf +SHA512 (wordpress-5.7.1.tar.gz) = 9144a2269efc4ee24a732bacf8f25d7c02136db546c6cf86890b2690f001acfafb9ece1dde7dd7d557b5eb9f3e01a829aab1c7ae80384d4e9389155bdbc3df86 +Size (wordpress-5.7.1.tar.gz) = 15750352 bytes --_----------=_1619157955190260--