Received: by mail.netbsd.org (Postfix, from userid 605) id 9DF5D84DCB; Thu, 16 Jan 2020 15:20:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2636784DC3 for ; Thu, 16 Jan 2020 15:20:20 +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 xw33fZnda-Pg for ; Thu, 16 Jan 2020 15:20:19 +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 A4AEB84D62 for ; Thu, 16 Jan 2020 15:20:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A27A7FBF4; Thu, 16 Jan 2020 15:20:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579188019210350" MIME-Version: 1.0 Date: Thu, 16 Jan 2020 15:20:19 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-sqlite3 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200116152019.A27A7FBF4@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. --_----------=_1579188019210350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jan 16 15:20:19 UTC 2020 Modified Files: pkgsrc/databases/ruby-sqlite3: Makefile distinfo Log Message: databases/ruby-sqlite3: update to 1.4.2 Update ruby-sqlite3 to 1.4.2. === 1.4.2 * Travis: Drop unused setting "sudo: false" * The taint mechanism will be deprecated in Ruby 2.7 * Fix Ruby 2.7 rb_check_safe_obj warnings * Update travis config To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/databases/ruby-sqlite3/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/ruby-sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579188019210350 Content-Disposition: inline Content-Length: 1643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-sqlite3/Makefile diff -u pkgsrc/databases/ruby-sqlite3/Makefile:1.45 pkgsrc/databases/ruby-sqlite3/Makefile:1.46 --- pkgsrc/databases/ruby-sqlite3/Makefile:1.45 Mon May 6 05:16:04 2019 +++ pkgsrc/databases/ruby-sqlite3/Makefile Thu Jan 16 15:20:19 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2019/05/06 05:16:04 taca Exp $ +# $NetBSD: Makefile,v 1.46 2020/01/16 15:20:19 taca Exp $ -DISTNAME= sqlite3-1.4.1 +DISTNAME= sqlite3-1.4.2 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/databases/ruby-sqlite3/distinfo diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.21 pkgsrc/databases/ruby-sqlite3/distinfo:1.22 --- pkgsrc/databases/ruby-sqlite3/distinfo:1.21 Mon May 6 05:16:04 2019 +++ pkgsrc/databases/ruby-sqlite3/distinfo Thu Jan 16 15:20:19 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2019/05/06 05:16:04 taca Exp $ +$NetBSD: distinfo,v 1.22 2020/01/16 15:20:19 taca Exp $ -SHA1 (sqlite3-1.4.1.gem) = 912a25bbcd050b3dd25ace9255f256dd9db3e749 -RMD160 (sqlite3-1.4.1.gem) = ae77f7864542a3facbedd1ff64e2e6f9d91a7b64 -SHA512 (sqlite3-1.4.1.gem) = 33f87af2e962459cad07f2f07c9d6dffb59551c4e5371e47446f10f5314a05da495598ef5f90f896f876f9a59bd2e90b5bb3fdfb6efb95966ff51bb578f81a80 -Size (sqlite3-1.4.1.gem) = 70144 bytes +SHA1 (sqlite3-1.4.2.gem) = 05b6ce56b352b75bd6dd8e4c5d7355bc23b0a5ee +RMD160 (sqlite3-1.4.2.gem) = e3c399b3b4f3bc0f632c25ac944ee0a172da0dcf +SHA512 (sqlite3-1.4.2.gem) = c4630dd2fa13914e2fcc70092c35568103f61f976958b439fe205abdfcff61702ca176d10bea40ff0cfea3169644cdb9146b7be94dff883cad3b753e84629545 +Size (sqlite3-1.4.2.gem) = 70656 bytes --_----------=_1579188019210350--