sqlite3 2.5.0.rc1-x86_64-darwin → 2.6.0-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7347334e468d4bfbd92a4dd3a6d71d49ab93ef4f36bb7c97ca392c8b249726c2
4
- data.tar.gz: 013bc7ae091b7642cfb90d715de49f833d6a8e431a4dd8cee3ff3e8531202833
3
+ metadata.gz: f20dfac773b3bb1b9fbc76e0c0498d1b5e20a167e6734b203e3344f1f6903522
4
+ data.tar.gz: f7fd087fb2d1c3889f44f79b65cbe692ef3b0660c27980322792223a6df0d00a
5
5
  SHA512:
6
- metadata.gz: 2bc1b88cfa798c5ebeeae845a87c8a4e969f70ace621a902c6fa78d6a19fb3b3d3228b5467d3572d37f617beacbcd75b8f4f75a1dd3298a2421b3b02454caa4f
7
- data.tar.gz: e65c50dbbfaaa6681554e0ffafcede0e14e92659b59269e573f63b1b243204b27483942feb45a61da9d3ed0101f20f7f19ad689951d756603474441f73d2d912
6
+ metadata.gz: 4847e9c569480c46b51c9c1763c2ef52fcd72c726fb0a54e5eec08c2d46b28880a9892eb1ba4791b5277b89cd3c55619740e4c834d40e267ef0d20353b934a9c
7
+ data.tar.gz: fdbf6f1fe744362b43152a295a575a387f88690ed8923bdbd685cbb638b88493850199a021c290b84a8aaee87d7b3774c2376e355576e081b6b25c5fc2f914d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
- ## 2.5.0.rc1 / 2024-12-14
3
+ ## 2.6.0 / 2025-02-20
4
+
5
+ ### Dependencies
6
+
7
+ - Vendored sqlite is updated to [v3.49.1](https://sqlite.org/releaselog/3_49_1.html) (from v3.47.2). #605 @flavorjones
8
+ - Updated to rake-compiler-dock v1.9.1. #610 @flavorjones
9
+
10
+ ### Important note for Window users
11
+
12
+ 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.
13
+
14
+ 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.
15
+
16
+ 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.
17
+
18
+ If you are willing and able to help fix this, let us know at https://github.com/sparklemotion/sqlite3-ruby/issues/618.
19
+
20
+
21
+ ## 2.5.0 / 2024-12-25
4
22
 
5
23
  ### Ruby
6
24
 
data/dependencies.yml CHANGED
@@ -1,13 +1,13 @@
1
1
  sqlite3:
2
2
  # checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
3
- # 52cd4a2304b627abbabe1a438ba853d0f6edb8e2774fcb5773c7af11077afe94
3
+ # 6cc831c9f588b637e5bd48d9fbf28e58737e08daf825c81085fb8e0a0b8ad14c
4
4
  #
5
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3470200.tar.gz
6
- # 52cd4a2304b627abbabe1a438ba853d0f6edb8e2774fcb5773c7af11077afe94 ports/archives/sqlite-autoconf-3470200.tar.gz
5
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3490100.tar.gz
6
+ # 6cc831c9f588b637e5bd48d9fbf28e58737e08daf825c81085fb8e0a0b8ad14c ports/archives/sqlite-autoconf-3490100.tar.gz
7
7
  #
8
- # $ sha256sum ports/archives/sqlite-autoconf-3470200.tar.gz
9
- # f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b ports/archives/sqlite-autoconf-3470200.tar.gz
10
- version: "3.47.2"
8
+ # $ sha256sum ports/archives/sqlite-autoconf-3490100.tar.gz
9
+ # 106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254 ports/archives/sqlite-autoconf-3490100.tar.gz
10
+ version: "3.49.1"
11
11
  files:
12
- - url: "https://sqlite.org/2024/sqlite-autoconf-3470200.tar.gz"
13
- sha256: "f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b"
12
+ - url: "https://sqlite.org/2025/sqlite-autoconf-3490100.tar.gz"
13
+ sha256: "106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254"
@@ -789,7 +789,7 @@ load_extension_internal(VALUE self, VALUE file)
789
789
  }
790
790
  #endif
791
791
 
792
- #ifdef HAVE_SQLITE3_ENABLE_LOAD_EXTENSION
792
+ #if defined(HAVE_SQLITE3_ENABLE_LOAD_EXTENSION) && defined(HAVE_SQLITE3_LOAD_EXTENSION)
793
793
  /* call-seq: db.enable_load_extension(onoff)
794
794
  *
795
795
  * Enable or disable extension loading.
@@ -992,11 +992,11 @@ init_sqlite3_database(void)
992
992
 
993
993
  #ifdef HAVE_SQLITE3_LOAD_EXTENSION
994
994
  rb_define_private_method(cSqlite3Database, "load_extension_internal", load_extension_internal, 1);
995
- #endif
996
-
997
995
  #ifdef HAVE_SQLITE3_ENABLE_LOAD_EXTENSION
998
996
  rb_define_method(cSqlite3Database, "enable_load_extension", enable_load_extension, 1);
999
997
  #endif
998
+ #endif
999
+
1000
1000
 
1001
1001
  rb_sqlite3_aggregator_init();
1002
1002
  }
@@ -52,7 +52,6 @@ module Sqlite3
52
52
  recipe.configure_options += [
53
53
  "--disable-shared",
54
54
  "--enable-static",
55
- "--disable-tcl",
56
55
  "--enable-fts5"
57
56
  ]
58
57
  ENV.to_h.tap do |env|
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
1
  module SQLite3
2
2
  # (String) the version of the sqlite3 gem, e.g. "2.1.1"
3
- VERSION = "2.5.0.rc1"
3
+ VERSION = "2.6.0"
4
4
  end
metadata CHANGED
@@ -1,22 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0.rc1
4
+ version: 2.6.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Jamis Buck
8
8
  - Luis Lavena
9
9
  - Aaron Patterson
10
10
  - Mike Dalessio
11
- autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2024-12-14 00:00:00.000000000 Z
13
+ date: 2025-02-20 00:00:00.000000000 Z
15
14
  dependencies: []
16
15
  description: |
17
16
  Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled
18
17
  binaries are available for common platforms for recent versions of Ruby.
19
- email:
20
18
  executables: []
21
19
  extensions: []
22
20
  extra_rdoc_files:
@@ -76,7 +74,6 @@ metadata:
76
74
  changelog_uri: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md
77
75
  source_code_uri: https://github.com/sparklemotion/sqlite3-ruby
78
76
  rubygems_mfa_required: 'true'
79
- post_install_message:
80
77
  rdoc_options:
81
78
  - "--main"
82
79
  - README.md
@@ -92,12 +89,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
89
  version: 3.5.dev
93
90
  required_rubygems_version: !ruby/object:Gem::Requirement
94
91
  requirements:
95
- - - ">"
92
+ - - ">="
96
93
  - !ruby/object:Gem::Version
97
- version: 1.3.1
94
+ version: '0'
98
95
  requirements: []
99
- rubygems_version: 3.3.26
100
- signing_key:
96
+ rubygems_version: 3.6.2
101
97
  specification_version: 4
102
98
  summary: Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org).
103
99
  test_files: []