Mercurial > hg > orthanc
changeset 6365:2278b9d5fb86
upgraded sqlite to 3.50.4
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 04 Nov 2025 16:20:19 +0100 |
| parents | 43320ad053aa |
| children | d7b003958d89 |
| files | NEWS OrthancFramework/Resources/CMake/SQLiteConfiguration.cmake |
| diffstat | 2 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Mon Nov 03 17:10:29 2025 +0100 +++ b/NEWS Tue Nov 04 16:20:19 2025 +0100 @@ -16,7 +16,6 @@ * C-Store, C-Move and C-Get jobs and HTTP responses now include a new "DimseErrorStatus" field (ONLY if the operation fails). - Maintenance ----------- @@ -45,7 +44,7 @@ while downloading the response. * Upgraded dependencies for static builds: - civetweb 1.16, including patch for CVE-2025-55763 - + - SQLite 3.50.4 Plugins ------- @@ -392,7 +391,7 @@ * Upgraded dependencies for static builds: - boost 1.86.0 - curl 8.9.0 - - SQLite 3.46 + - SQLite 3.46.1 Version 1.12.4 (2024-06-05)
--- a/OrthancFramework/Resources/CMake/SQLiteConfiguration.cmake Mon Nov 03 17:10:29 2025 +0100 +++ b/OrthancFramework/Resources/CMake/SQLiteConfiguration.cmake Tue Nov 04 16:20:19 2025 +0100 @@ -28,9 +28,9 @@ if (SQLITE_STATIC) - SET(SQLITE_SOURCES_DIR ${CMAKE_BINARY_DIR}/sqlite-amalgamation-3460100) - SET(SQLITE_MD5 "1fb0f7ebbee45752098cf453b6dffff3") - SET(SQLITE_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/sqlite-amalgamation-3460100.zip") + SET(SQLITE_SOURCES_DIR ${CMAKE_BINARY_DIR}/sqlite-amalgamation-3500400) + SET(SQLITE_MD5 "440abd85c5ee3297dd388ade51fec0cc") + SET(SQLITE_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/sqlite-amalgamation-3500400.zip") set(ORTHANC_SQLITE_VERSION 3046001)
