summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2023-12-19 18:23:52 (GMT)
committerGitHub <noreply@github.com>2023-12-19 18:23:52 (GMT)
commit6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2 (patch)
tree13f3d9ff74e6c3db6a1a2c386f7aebc97e1e6b60
parent76bef3832bae64664882e27ecb6f89800a12cf43 (diff)
downloadcpython-6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2.zip
cpython-6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2.tar.gz
cpython-6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2.tar.bz2
gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279)
-rwxr-xr-xMac/BuildScript/build-installer.py6
-rw-r--r--Misc/NEWS.d/next/macOS/2023-12-19-10-50-08.gh-issue-111973.HMHJfy.rst1
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 938c895..32de56b 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.43.1",
- url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
- checksum="77e61befe9c3298da0504f87772a24b0",
+ name="SQLite 3.44.2",
+ url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz",
+ checksum="c02f40fd4f809ced95096250adc5764a",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-12-19-10-50-08.gh-issue-111973.HMHJfy.rst b/Misc/NEWS.d/next/macOS/2023-12-19-10-50-08.gh-issue-111973.HMHJfy.rst
new file mode 100644
index 0000000..0cf3abf
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2023-12-19-10-50-08.gh-issue-111973.HMHJfy.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.44.2.