pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-sqlite3



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.

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@localhost
@@ -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



Home | Main Index | Thread Index | Old Index