Received: by mail.netbsd.org (Postfix, from userid 605) id 3974784EDF; Sun, 18 Dec 2022 14:49:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B15984E64 for ; Sun, 18 Dec 2022 14:49:25 +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 ax9HqcsX8eWv for ; Sun, 18 Dec 2022 14:49:24 +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 C9ED984CF8 for ; Sun, 18 Dec 2022 14:49:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1627FA90; Sun, 18 Dec 2022 14:49:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671374964193620" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 14:49:24 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-loofah To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221218144924.C1627FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671374964193620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 18 14:49:24 UTC 2022 Modified Files: pkgsrc/www/ruby-loofah: Makefile distinfo Log Message: www/ruby-loofah: update to 2.19.0 2.19.0 (2022-12-13) * Address CVE-2022-23514, inefficient regular expression complexity. See GHSA-486f-hjj9-9vhh for more information. * Address CVE-2022-23515, improper neutralization of data URIs. See GHSA-228g-948r-83gx for more information. * Address CVE-2022-23516, uncontrolled recursion. See GHSA-3x8r-x6xp-q4vm for more information. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-loofah/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-loofah/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671374964193620 Content-Disposition: inline Content-Length: 1474 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-loofah/Makefile diff -u pkgsrc/www/ruby-loofah/Makefile:1.17 pkgsrc/www/ruby-loofah/Makefile:1.18 --- pkgsrc/www/ruby-loofah/Makefile:1.17 Fri Sep 16 06:23:10 2022 +++ pkgsrc/www/ruby-loofah/Makefile Sun Dec 18 14:49:24 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2022/09/16 06:23:10 taca Exp $ +# $NetBSD: Makefile,v 1.18 2022/12/18 14:49:24 taca Exp $ -DISTNAME= loofah-2.19.0 +DISTNAME= loofah-2.19.1 CATEGORIES= www MAINTAINER= minskim@NetBSD.org Index: pkgsrc/www/ruby-loofah/distinfo diff -u pkgsrc/www/ruby-loofah/distinfo:1.19 pkgsrc/www/ruby-loofah/distinfo:1.20 --- pkgsrc/www/ruby-loofah/distinfo:1.19 Fri Sep 16 06:23:10 2022 +++ pkgsrc/www/ruby-loofah/distinfo Sun Dec 18 14:49:24 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2022/09/16 06:23:10 taca Exp $ +$NetBSD: distinfo,v 1.20 2022/12/18 14:49:24 taca Exp $ -BLAKE2s (loofah-2.19.0.gem) = 31c332c79e44a3ee3404bd1c818d0bc19f6a97a11e94f8cf395be8dd1b1b8576 -SHA512 (loofah-2.19.0.gem) = 8ac91bf04045c5e78271a13e5c7ed6d83962d80ace022ce52ccbcf5b58e0b6edb924657c0d9f8af85043bbdbaa2aa73999bfc30e2c83345f9e78e02f97ee7ac9 -Size (loofah-2.19.0.gem) = 32256 bytes +BLAKE2s (loofah-2.19.1.gem) = cf365be4b8d3c925e39e03121e120c9a9397aea5dc6209de32d4af1c612b6929 +SHA512 (loofah-2.19.1.gem) = 608cdf5d6f6bf4489e851117bb57a779b1070c094fac3b413935f1b883cd8098fb1c0be6ccbc81921aef1e3081959bdbb0ce9e2b559183ef6d8c1abccb71770b +Size (loofah-2.19.1.gem) = 32768 bytes --_----------=_1671374964193620--