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 +4 -4
- data/CHANGELOG.md +5 -0
- data/dependencies.yml +8 -8
- data/lib/sqlite3/3.1/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.2/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.3/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.4/sqlite3_native.so +0 -0
- data/lib/sqlite3/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc947f915f374ae247925c2aff838c466b5ac59da1e75af0fbd77b19cb54bac8
|
4
|
+
data.tar.gz: ee5b945667dd38b3c866f190167aaa39f1b383febbc3a6710bdc06d36b096f46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
#
|
3
|
+
# c3df1542703a666d3f41bb623e9bed7d6e1dc81c57f0c45e3122403f862c520d
|
4
4
|
#
|
5
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
6
|
-
#
|
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-
|
9
|
-
#
|
10
|
-
version: "3.50.
|
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-
|
13
|
-
sha256: "
|
12
|
+
- url: "https://sqlite.org/2025/sqlite-autoconf-3500300.tar.gz"
|
13
|
+
sha256: "ec5496cdffbc2a4adb59317fd2bf0e582bf0e6acd8f4aae7e97bc723ddba7233"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/sqlite3/version.rb
CHANGED
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.
|
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-
|
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
|