sqlite3 2.7.2-x86_64-linux-musl → 2.7.3-x86_64-linux-musl

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: 2a1f5a757b3dfefe2bcf37636a49a573204cd28744b3b8f376b1e08c5f394041
4
- data.tar.gz: 9f01df472f9a5216c6b65b9f1c059f558fa9c4892f208f660c684cc427ecfe0d
3
+ metadata.gz: bc947f915f374ae247925c2aff838c466b5ac59da1e75af0fbd77b19cb54bac8
4
+ data.tar.gz: ee5b945667dd38b3c866f190167aaa39f1b383febbc3a6710bdc06d36b096f46
5
5
  SHA512:
6
- metadata.gz: 9c1bfc8bd6cb102cc5ba33c5d53bd1ac83080550ca94273a496c88b927be4814faf72bee2153cd8ef2eaf2185931de12baf7171106936eae340e1a321986b9a4
7
- data.tar.gz: e9206beb7a50cd6fcc3c83b6adff0239322d3db8262de453be5c045ea90b4233c48c1c68722fd8b98386d6dee2dde737a2393550de1f30b1698aa3da7eec4c77
6
+ metadata.gz: 56bdf414929a7765f355270422ed74a82a15883611d7cfcbc535bc0ebf82429278c52f7e9e3cc28e91764481b7dc263d885728ff1b6cb5fe6cda0f097649cd79
7
+ data.tar.gz: fae88c380a0a370a6903c7d1aed5a00dc05ced47cca7f620224cf87d437fe7ddcbb20afc13bada063b0a6b49e570f9e1cd8f35c169ecdc3c4e63686f2f0320c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
+ ## 2.7.3 / 2025-07-18
4
+
5
+ - Vendored sqlite is updated to [v3.50.3](https://sqlite.org/releaselog/3_50_3.html) (from v3.50.2). #638 @flavorjones
6
+
7
+
3
8
  ## 2.7.2 / 2025-07-05
4
9
 
5
10
  - 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
+ # c3df1542703a666d3f41bb623e9bed7d6e1dc81c57f0c45e3122403f862c520d
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-3500300.tar.gz
6
+ # c3df1542703a666d3f41bb623e9bed7d6e1dc81c57f0c45e3122403f862c520d ports/archives/sqlite-autoconf-3500300.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-3500300.tar.gz
9
+ # ec5496cdffbc2a4adb59317fd2bf0e582bf0e6acd8f4aae7e97bc723ddba7233 ports/archives/sqlite-autoconf-3500300.tar.gz
10
+ version: "3.50.3"
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-3500300.tar.gz"
13
+ sha256: "ec5496cdffbc2a4adb59317fd2bf0e582bf0e6acd8f4aae7e97bc723ddba7233"
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.3"
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.3
5
5
  platform: x86_64-linux-musl
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-07-18 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