Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7AAFA7A279 for ; Sun, 21 Aug 2016 05:58:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2E03B85E8A; Sun, 21 Aug 2016 05:58:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B35C485E5C for ; Sun, 21 Aug 2016 05:58:46 +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 D5_zxhYkg41k for ; Sun, 21 Aug 2016 05:58:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1FE9584C86 for ; Sun, 21 Aug 2016 05:58:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E238FBC3; Sun, 21 Aug 2016 05:58:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147175912640500" MIME-Version: 1.0 Date: Sun, 21 Aug 2016 05:58:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-actionpack32 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20160821055846.1E238FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147175912640500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:58:46 UTC 2016 Modified Files: pkgsrc/www/ruby-actionpack32: distinfo Log Message: Update ruby-actionpack32 to 3.2.22.4. Fix CVE-2016-6316, XSS vulnerability in Action View. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/ruby-actionpack32/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147175912640500 Content-Disposition: inline Content-Length: 1156 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-actionpack32/distinfo diff -u pkgsrc/www/ruby-actionpack32/distinfo:1.23 pkgsrc/www/ruby-actionpack32/distinfo:1.24 --- pkgsrc/www/ruby-actionpack32/distinfo:1.23 Sat Mar 5 05:27:42 2016 +++ pkgsrc/www/ruby-actionpack32/distinfo Sun Aug 21 05:58:45 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2016/03/05 05:27:42 taca Exp $ +$NetBSD: distinfo,v 1.24 2016/08/21 05:58:45 taca Exp $ -SHA1 (actionpack-3.2.22.2.gem) = 127a227365cdc1195fb309ab037f25ab276dbc87 -RMD160 (actionpack-3.2.22.2.gem) = 315d5ccd46cae3459c903477e06a38975690c900 -SHA512 (actionpack-3.2.22.2.gem) = 0c7a5978e8e4a465a126da82ea7bd7120130cc83c2fba1e57590445d96c78d728bfbd1e0153222c40a133bb518a5a9093bc1e89d8ce691a9005ed63081d56386 -Size (actionpack-3.2.22.2.gem) = 293376 bytes +SHA1 (actionpack-3.2.22.4.gem) = dbe846efea2fd1cd1e9e0ca626427fd96c14672a +RMD160 (actionpack-3.2.22.4.gem) = 011f0c09b52c9c31f479ecc6a4a39fab70a5970f +SHA512 (actionpack-3.2.22.4.gem) = dee7a44cb9205392d47785c28eaa9b8ea1c485343babc543c10300b75114cd96570a282df7680170d87e716a50609e9dfed134cb4b0e0d9ed59e9d38769773d9 +Size (actionpack-3.2.22.4.gem) = 291840 bytes --_----------=_147175912640500--