Received: by mail.netbsd.org (Postfix, from userid 605) id C485785339; Thu, 5 May 2022 03:39:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0AF1F85325 for ; Thu, 5 May 2022 03:39:54 +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 El80U95b3JBi for ; Thu, 5 May 2022 03:39:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 462F284D4A for ; Thu, 5 May 2022 03:39:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43582FB1A; Thu, 5 May 2022 03:39:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651721993281630" MIME-Version: 1.0 Date: Thu, 5 May 2022 03:39:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activesupport70 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220505033953.43582FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651721993281630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Thu May 5 03:39:53 UTC 2022 Modified Files: pkgsrc/devel/ruby-activesupport70: distinfo Log Message: devel/ruby-activesupport70: update to 7.0.2.4 ## Rails 7.0.2.4 (April 26, 2022) ## * Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`. Add the method `ERB::Util.xml_name_escape` to escape dangerous characters in names of tags and names of attributes, following the specification of XML. *Álvaro Martín Fraguas* To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activesupport70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651721993281630 Content-Disposition: inline Content-Length: 1088 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activesupport70/distinfo diff -u pkgsrc/devel/ruby-activesupport70/distinfo:1.4 pkgsrc/devel/ruby-activesupport70/distinfo:1.5 --- pkgsrc/devel/ruby-activesupport70/distinfo:1.4 Sun Mar 13 15:15:03 2022 +++ pkgsrc/devel/ruby-activesupport70/distinfo Thu May 5 03:39:53 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2022/03/13 15:15:03 taca Exp $ +$NetBSD: distinfo,v 1.5 2022/05/05 03:39:53 taca Exp $ -BLAKE2s (activesupport-7.0.2.3.gem) = bc7fd0cdfa8627ec10ef134606ddf17a27883c4ad001711bacf38a78f6ad9867 -SHA512 (activesupport-7.0.2.3.gem) = 60adee8a89d3c4dea7d8f4dba8447d34b6dcadafe61524a2dee175f71d0671e0b003100367b025fb699cdfa31bb0a902415b84ed922b71fcb92f00f8688b097b -Size (activesupport-7.0.2.3.gem) = 222208 bytes +BLAKE2s (activesupport-7.0.2.4.gem) = 97c1037d84b01a52c22bb15970c8ac29279ec682abc210c34bead369613216fd +SHA512 (activesupport-7.0.2.4.gem) = 750caaf4741a753646cf25c65aecd3c61579e6c5e577bcf4d3588ea6aab798a9a1433ad04170c4e8ad65c391c9a3e815b1cf38143e1425692e1a38f66c14225a +Size (activesupport-7.0.2.4.gem) = 222720 bytes --_----------=_1651721993281630--