sqlite3 2.7.2-x86_64-linux-gnu → 2.7.4-x86_64-linux-gnu

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ff59b1f501439b3b7ac2aeabb5e37d6d25c6dfe53367ea91d4a3608e1131c43
4
- data.tar.gz: 3c2423d8636da720757c90d2e900ab76aa599dcbde22f756784a75fadb2e3b4a
3
+ metadata.gz: 0d54b6593c22f319192db2ddee3a3b5236c1d4c96122117b0258179bcc8fc8fc
4
+ data.tar.gz: ffd1cea7344272e6d01606f886e749143fd81e65351a1f35eacd215f6ea11cff
5
5
  SHA512:
6
- metadata.gz: ff267c8e60e14f29c0975ade6c1649eceeaad8761058ce468658caf992a927058f3fbeb10b2e0933f6a69e66ea2494a53c98e2441eba3a537998a6e6b7c33acd
7
- data.tar.gz: c683d6cc5cd2342ab8d117687195c0d014dc62011478513e5438df0e6d36cc0c79f04ad2cfbbcb0399d0cee889cfc0674bc40baea2795e39b31d9296d753551d
6
+ metadata.gz: 5c238856e7e873d19bf2154cd390dc6af57b980cb94ec042372711ef48ed5863535f6a555d8cad3cdba88c0c8384c21167dd0dd909bb30683fb239c22a0be43c
7
+ data.tar.gz: e37f846031181f6203f939569be88e66b52903c8b7428ce056f5c557ebb6a41eb7f8c52933c211c54ee01a78abee24bccdadbc185d361913dce2c6018960fe00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
+ ## 2.7.4 / 2025-09-19
4
+
5
+ - Vendored sqlite is updated to [v3.50.4](https://www.sqlite.org/releaselog/3_50_4.html) (from v3.50.3). #644 @flavorjones
6
+
7
+
8
+ ## 2.7.3 / 2025-07-18
9
+
10
+ - Vendored sqlite is updated to [v3.50.3](https://sqlite.org/releaselog/3_50_3.html) (from v3.50.2). #638 @flavorjones
11
+
12
+
3
13
  ## 2.7.2 / 2025-07-05
4
14
 
5
15
  - Backport a [fix](https://sqlite.org/src/info/64f5f14322) to the vendored SQLite to support compilation on Rocky Linux. See the [SQLite forum post](https://sqlite.org/forum/forumpost/44a58c8073) for more details. #634, #635 @flavorjones
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
- # e4d2b4332988f479ec032ccff00963a9bbd24a3a0f0222b4e249653fa680b4c0
3
+ # 330bb88febc08814d49406391891eddac59e5f812e87b83c27ab172687554375
4
4
  #
5
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3500200.tar.gz
6
- # e4d2b4332988f479ec032ccff00963a9bbd24a3a0f0222b4e249653fa680b4c0 ports/archives/sqlite-autoconf-3500200.tar.gz
5
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3500400.tar.gz
6
+ # 330bb88febc08814d49406391891eddac59e5f812e87b83c27ab172687554375 ports/archives/sqlite-autoconf-3500400.tar.gz
7
7
  #
8
- # $ sha256sum ports/archives/sqlite-autoconf-3500200.tar.gz
9
- # 84a616ffd31738e4590b65babb3a9e1ef9370f3638e36db220ee0e73f8ad2156 ports/archives/sqlite-autoconf-3500200.tar.gz
10
- version: "3.50.2"
8
+ # $ sha256sum ports/archives/sqlite-autoconf-3500400.tar.gz
9
+ # a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18 ports/archives/sqlite-autoconf-3500400.tar.gz
10
+ version: "3.50.4"
11
11
  files:
12
- - url: "https://sqlite.org/2025/sqlite-autoconf-3500200.tar.gz"
13
- sha256: "84a616ffd31738e4590b65babb3a9e1ef9370f3638e36db220ee0e73f8ad2156"
12
+ - url: "https://sqlite.org/2025/sqlite-autoconf-3500400.tar.gz"
13
+ sha256: "a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18"
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.7.2"
3
+ VERSION = "2.7.4"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.2
4
+ version: 2.7.4
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - Jamis Buck
@@ -10,7 +10,7 @@ authors:
10
10
  - Mike Dalessio
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-07-05 00:00:00.000000000 Z
13
+ date: 2025-09-19 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: |
16
16
  Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled