Received: by mail.netbsd.org (Postfix, from userid 605) id 0753A84EBD; Sat, 17 Jul 2021 15:51:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F2C184D36 for ; Sat, 17 Jul 2021 15:51:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GTX2rnHvBTzg for ; Sat, 17 Jul 2021 15:51:33 +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 9C55B84CDF for ; Sat, 17 Jul 2021 15:51:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B75BFA95; Sat, 17 Jul 2021 15:51:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626537093281180" MIME-Version: 1.0 Date: Sat, 17 Jul 2021 15:51:33 +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: <20210717155133.8B75BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626537093281180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Sat Jul 17 15:51:33 UTC 2021 Modified Files: pkgsrc/www/wordpress: Makefile distinfo Log Message: Security update to 5.7.2. Security issue fixed: - Object injection in PHPMailer, CVE-2020-36326 and CVE-2018-19296. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 pkgsrc/www/wordpress/Makefile cvs rdiff -u -r1.81 -r1.82 pkgsrc/www/wordpress/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626537093281180 Content-Disposition: inline Content-Length: 1615 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.99 pkgsrc/www/wordpress/Makefile:1.100 --- pkgsrc/www/wordpress/Makefile:1.99 Fri Apr 23 06:05:55 2021 +++ pkgsrc/www/wordpress/Makefile Sat Jul 17 15:51:33 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.99 2021/04/23 06:05:55 morr Exp $ +# $NetBSD: Makefile,v 1.100 2021/07/17 15:51:33 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 5.7.1 +VERSION= 5.7.2 CATEGORIES= www MASTER_SITES= https://wordpress.org/ Index: pkgsrc/www/wordpress/distinfo diff -u pkgsrc/www/wordpress/distinfo:1.81 pkgsrc/www/wordpress/distinfo:1.82 --- pkgsrc/www/wordpress/distinfo:1.81 Fri Apr 23 06:05:55 2021 +++ pkgsrc/www/wordpress/distinfo Sat Jul 17 15:51:33 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.81 2021/04/23 06:05:55 morr Exp $ +$NetBSD: distinfo,v 1.82 2021/07/17 15:51:33 morr Exp $ -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 +SHA1 (wordpress-5.7.2.tar.gz) = c97c037d942e974eb8524213a505268033aff6c8 +RMD160 (wordpress-5.7.2.tar.gz) = 2ef03331bb91e6e8c620cf53b6b3ee37b37dc9b0 +SHA512 (wordpress-5.7.2.tar.gz) = 84d41dddba5c4c59a0ceb3ef2e04760c27ae811e9db5cb43484f91973dd9c5acfb66affd8f76db06dfefd77e1bd90acad1eba7ba176a5f43b28ec806f3861edb +Size (wordpress-5.7.2.tar.gz) = 15750424 bytes --_----------=_1626537093281180--