Received: by mail.netbsd.org (Postfix, from userid 605) id DE68784EF3; Sat, 3 Feb 2024 15:02:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 196AE84E7E for ; Sat, 3 Feb 2024 15:02:15 +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 HwL6q1-GFdLi for ; Sat, 3 Feb 2024 15:02:14 +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 877EA84CFC for ; Sat, 3 Feb 2024 15:02:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80B98FA42; Sat, 3 Feb 2024 15:02:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17069725341000" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 15:02:14 +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: <20240203150214.80B98FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17069725341000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 15:02:14 UTC 2024 Modified Files: pkgsrc/databases/ruby-sqlite3: Makefile distinfo Log Message: databases/ruby-sqlite3: update to 1.7.2 1.7.1 (2024-01-24) Dependencies * Vendored sqlite is update to v3.45.0. @flavorjones 1.7.2 (2024-01-30) Dependencies Vendored sqlite is updated to v3.45.1. @flavorjones To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/databases/ruby-sqlite3/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/ruby-sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17069725341000 Content-Disposition: inline Content-Length: 1879 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.73 pkgsrc/databases/ruby-sqlite3/Makefile:1.74 --- pkgsrc/databases/ruby-sqlite3/Makefile:1.73 Sun Jan 7 15:24:11 2024 +++ pkgsrc/databases/ruby-sqlite3/Makefile Sat Feb 3 15:02:14 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2024/01/07 15:24:11 taca Exp $ +# $NetBSD: Makefile,v 1.74 2024/02/03 15:02:14 taca Exp $ -DISTNAME= sqlite3-1.7.0 +DISTNAME= sqlite3-1.7.2 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org @@ -14,7 +14,7 @@ USE_GCC_RUNTIME= yes RUBY_EXTCONF_ARGS= --enable-system-libraries OVERRIDE_GEMSPEC+= :files ${BUNDLED_ARCHIVE}= -BUNDLED_ARCHIVE= ports/archives/sqlite-autoconf-3440200.tar.gz +BUNDLED_ARCHIVE= ports/archives/sqlite-autoconf-3450100.tar.gz pre-configure: ${RM} -f ${WRKSRC}/${BUNDLED_ARCHIVE} Index: pkgsrc/databases/ruby-sqlite3/distinfo diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.40 pkgsrc/databases/ruby-sqlite3/distinfo:1.41 --- pkgsrc/databases/ruby-sqlite3/distinfo:1.40 Sun Jan 7 15:24:11 2024 +++ pkgsrc/databases/ruby-sqlite3/distinfo Sat Feb 3 15:02:14 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2024/01/07 15:24:11 taca Exp $ +$NetBSD: distinfo,v 1.41 2024/02/03 15:02:14 taca Exp $ -BLAKE2s (sqlite3-1.7.0.gem) = 2c6e1c41e85470f828b37a83cf79cb0b38108a8f04af023bd74f8c0e78762dcb -SHA512 (sqlite3-1.7.0.gem) = d87b9567e58018c51788d7d524f983f4a4503e95f2b25fd0e0eb655f357fff7c18ebdabf0cdd057a1ac2215c8c849e7eb4e10a323bdc812632830ab886510c16 -Size (sqlite3-1.7.0.gem) = 3277824 bytes +BLAKE2s (sqlite3-1.7.2.gem) = 0eef8b786d6f11dabb6cfa743a6a8bf03667aa18bc8c8478edf245cf7b8a691a +SHA512 (sqlite3-1.7.2.gem) = 1e0ad4266230108f30716a1ab1dd2defc47f52e5a43250e32295e2506fa1398334010ad3aa771a60c2127618aef2344fe902e064ea525e95c99438db8c3b73b1 +Size (sqlite3-1.7.2.gem) = 3305984 bytes --_----------=_17069725341000--