Received: by mail.netbsd.org (Postfix, from userid 605) id C371384D99; Sun, 14 Apr 2019 10:26:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B96784D51 for ; Sun, 14 Apr 2019 10:26:00 +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 MNt8-D2vq1Kd for ; Sun, 14 Apr 2019 10:25:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC32884C6C for ; Sun, 14 Apr 2019 10:25:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA3DAFB16; Sun, 14 Apr 2019 10:25:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555237559299010" MIME-Version: 1.0 Date: Sun, 14 Apr 2019 10:25:59 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-rails51 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190414102559.CA3DAFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1555237559299010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 14 10:25:59 UTC 2019 Modified Files: pkgsrc/www/ruby-rails51: Makefile distinfo Log Message: www/ruby-rails51: update to 5.1.6.2 Update to ruby-rails51 to 5.1.6.2; security fix of actionpack. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-rails51/Makefile \ pkgsrc/www/ruby-rails51/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555237559299010 Content-Disposition: inline Content-Length: 1623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-rails51/Makefile diff -u pkgsrc/www/ruby-rails51/Makefile:1.3 pkgsrc/www/ruby-rails51/Makefile:1.4 --- pkgsrc/www/ruby-rails51/Makefile:1.3 Tue Mar 5 07:50:42 2019 +++ pkgsrc/www/ruby-rails51/Makefile Sun Apr 14 10:25:59 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2019/03/05 07:50:42 taca Exp $ +# $NetBSD: Makefile,v 1.4 2019/04/14 10:25:59 taca Exp $ DISTNAME= rails-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= minskim@NetBSD.org Index: pkgsrc/www/ruby-rails51/distinfo diff -u pkgsrc/www/ruby-rails51/distinfo:1.3 pkgsrc/www/ruby-rails51/distinfo:1.4 --- pkgsrc/www/ruby-rails51/distinfo:1.3 Thu Nov 29 14:17:44 2018 +++ pkgsrc/www/ruby-rails51/distinfo Sun Apr 14 10:25:59 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/11/29 14:17:44 taca Exp $ +$NetBSD: distinfo,v 1.4 2019/04/14 10:25:59 taca Exp $ -SHA1 (rails-5.1.6.1.gem) = 3142c9c1401399452830744451ecc808c241111c -RMD160 (rails-5.1.6.1.gem) = dc902800fd59466dbef2240f3735e87ea191e0fd -SHA512 (rails-5.1.6.1.gem) = 58d4e3b13a7588a0881f4c40ecac2c269ba0afee7a67fe800f3372cbe54f45b25f49c968867b365193c254c360bafcd95f6cddb941557226b8f81f74ec8b87a5 -Size (rails-5.1.6.1.gem) = 6656 bytes +SHA1 (rails-5.1.6.2.gem) = f3619928c48f0086e6e6b3276a57d1e45bff4419 +RMD160 (rails-5.1.6.2.gem) = a46ccb3133007c8aaa631940f09df806d0a3fe46 +SHA512 (rails-5.1.6.2.gem) = a92dc1b8ec54b8009ff08e94ff19618e5b7068746dc9cdea40873938121ce09c7159298f1236ef11ffbd7cca6e83b83b6e658cb01241c0d942398a91b79ac25e +Size (rails-5.1.6.2.gem) = 6656 bytes --_----------=_1555237559299010--