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:           Sun Feb 23 13:51:45 UTC 2025

Modified Files:
        pkgsrc/databases/ruby-sqlite3: Makefile distinfo

Log Message:
databases/ruby-sqlite3: update to 2.6.0

2.6.0 (2025-02-20)

Dependencies

* Vendored sqlite is updated to v3.49.1 (from v3.47.2). #605 @flavorjones
* Updated to rake-compiler-dock v1.9.1. #610 @flavorjones

Important note for Window users

Loading extensions is not available on Windows when using the precompiled
native gems or compiling the vendored sqlite library from source, starting
with sqlite3-ruby v2.6.0.

Sqlite 3.48.0 and later have dramatically changed the "autoconf
amalgamation" that is vendored in this gem.  Specifically, the configuration
is no longer actually autoconf, but some scripts that emulate autoconf's
interface and behavior.

Although this mostly "just worked", we're having a problem resolving the
libraries necessary for loading extensions.  As a result, starting with
sqlite3-ruby v2.6.0, extensions cannot be loaded on Windows when using
precompiled native gems or when compiling the vendored sqlite library.

If you are willing and able to help fix this, let us know at #618.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/databases/ruby-sqlite3/Makefile
cvs rdiff -u -r1.50 -r1.51 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.87 pkgsrc/databases/ruby-sqlite3/Makefile:1.88
--- pkgsrc/databases/ruby-sqlite3/Makefile:1.87 Thu Jan  2 05:00:57 2025
+++ pkgsrc/databases/ruby-sqlite3/Makefile      Sun Feb 23 13:51:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2025/01/02 05:00:57 taca Exp $
+# $NetBSD: Makefile,v 1.88 2025/02/23 13:51:44 taca Exp $
 
-DISTNAME=      sqlite3-2.5.0
+DISTNAME=      sqlite3-2.6.0
 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-3470200.tar.gz
+BUNDLED_ARCHIVE=       ports/archives/sqlite-autoconf-3490100.tar.gz
 
 pre-configure:
        ${RM} -f ${WRKSRC}/${BUNDLED_ARCHIVE}

Index: pkgsrc/databases/ruby-sqlite3/distinfo
diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.50 pkgsrc/databases/ruby-sqlite3/distinfo:1.51
--- pkgsrc/databases/ruby-sqlite3/distinfo:1.50 Thu Jan  2 05:00:57 2025
+++ pkgsrc/databases/ruby-sqlite3/distinfo      Sun Feb 23 13:51:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2025/01/02 05:00:57 taca Exp $
+$NetBSD: distinfo,v 1.51 2025/02/23 13:51:44 taca Exp $
 
-BLAKE2s (sqlite3-2.5.0.gem) = c4e39f6d52160d4e821a13ae9d3a76983d05f70b239c84a114884da5987805de
-SHA512 (sqlite3-2.5.0.gem) = 904f5575c2361437fc76bf7f3daf40d3e92dee4740bf875b8fe6dbef349a06b9d673e6b6e5f952b556c0d770f59e6c9ff8204b16382c191c299905c1cebd0574
-Size (sqlite3-2.5.0.gem) = 3394048 bytes
+BLAKE2s (sqlite3-2.6.0.gem) = 40d903ea718e249309c627a554f198dad38c3fa9d0d2e9df745ba8a85876969d
+SHA512 (sqlite3-2.6.0.gem) = 1126bda477290c8664f041ac1f82c0e1abbc012d25db640126e244bd3bd11b68dedd86aa2037e3b53050ed359d3f21f8b628a5192a8c4a49293c6d74e2c42a58
+Size (sqlite3-2.6.0.gem) = 3292672 bytes



Home | Main Index | Thread Index | Old Index