Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA1D785084 for ; Mon, 18 Sep 2023 17:23:17 +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 0JF8KwAgsZXj for ; Mon, 18 Sep 2023 17:23:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B7CC84CFE for ; Mon, 18 Sep 2023 17:23:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43B31FBDB; Mon, 18 Sep 2023 17:23:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695057797182120" MIME-Version: 1.0 Date: Mon, 18 Sep 2023 17:23:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-sqlite3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230918172317.43B31FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695057797182120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 18 17:23:17 UTC 2023 Modified Files: pkgsrc/databases/ruby-sqlite3: Makefile distinfo Log Message: databases/ruby-sqlite3: update to 1.6.6 1.6.6 (2023-09-12) Dependencies Vendored sqlite is updated to v3.43.1. Upstream release notes: * Fix a regression in the way that the sum(), avg(), and total() aggregate functions handle infinities. * Fix a bug in the json_array_length() function that occurs when the argument comes directly from json_remove(). * Fix the omit-unused-subquery-columns optimization (introduced in in version 3.42.0) so that it works correctly if the subquery is a compound where one arm is DISTINCT and the other is not. * Other minor fixes. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/databases/ruby-sqlite3/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/ruby-sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695057797182120 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.67 pkgsrc/databases/ruby-sqlite3/Makefile:1.68 --- pkgsrc/databases/ruby-sqlite3/Makefile:1.67 Sun Sep 10 13:08:03 2023 +++ pkgsrc/databases/ruby-sqlite3/Makefile Mon Sep 18 17:23:17 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2023/09/10 13:08:03 taca Exp $ +# $NetBSD: Makefile,v 1.68 2023/09/18 17:23:17 taca Exp $ -DISTNAME= sqlite3-1.6.5 +DISTNAME= sqlite3-1.6.6 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-3430000.tar.gz +BUNDLED_ARCHIVE= ports/archives/sqlite-autoconf-3430100.tar.gz pre-configure: ${RM} -f ${WRKSRC}/${BUNDLED_ARCHIVE} Index: pkgsrc/databases/ruby-sqlite3/distinfo diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.35 pkgsrc/databases/ruby-sqlite3/distinfo:1.36 --- pkgsrc/databases/ruby-sqlite3/distinfo:1.35 Sun Sep 10 13:08:03 2023 +++ pkgsrc/databases/ruby-sqlite3/distinfo Mon Sep 18 17:23:17 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2023/09/10 13:08:03 taca Exp $ +$NetBSD: distinfo,v 1.36 2023/09/18 17:23:17 taca Exp $ -BLAKE2s (sqlite3-1.6.5.gem) = 575910a65a2daa1d3c22015cd88d5b99f69d5d8140cb9f1caa1d8493abb51bb4 -SHA512 (sqlite3-1.6.5.gem) = a297cb3daf27bcc9933e7521771fa1c570a3e6850dc498659f6b61b8add5d7765ea9758c0549a8c2ded7d9e23aadb6530c1c9c494ce83263b4c4a566ac7d5437 -Size (sqlite3-1.6.5.gem) = 3249664 bytes +BLAKE2s (sqlite3-1.6.6.gem) = 798f39dc7b115382a63b5e25d004ed74b6d3d10e68966820a9469315af78aa9b +SHA512 (sqlite3-1.6.6.gem) = 5679ea1ef4a8a54c6f60e53403e9d0e1b00e718593058b4532dbc4240ba4a52a36c17e8dd5908402c8fd944b7cc4642c1bdfe648fc4b86da0677512340736525 +Size (sqlite3-1.6.6.gem) = 3250176 bytes --_----------=_1695057797182120--