Mercurial > hg > orthanc-gdcm
changeset 87:40bc6f0b1c31 OrthancGdcm-1.7
OrthancGdcm-1.7
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 06 May 2024 21:22:30 +0200 |
parents | f5e8a669be2e |
children | 9b594b4e11f3 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Mon May 06 20:47:00 2024 +0200 +++ b/CMakeLists.txt Mon May 06 21:22:30 2024 +0200 @@ -22,13 +22,13 @@ project(OrthancGdcm) -SET(PLUGIN_VERSION "mainline") +SET(PLUGIN_VERSION "1.7") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.2") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.3") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Mon May 06 20:47:00 2024 +0200 +++ b/NEWS Mon May 06 21:22:30 2024 +0200 @@ -1,7 +1,14 @@ Pending changes in the mainline =============================== -* Upgrade to GDCM 3.0.24 for static builds + +Version 1.7 (2024-05-06) +======================== + +* Upgrade to GDCM 3.0.24 for static builds. Fixes: + - CVE-2024-22373: https://nvd.nist.gov/vuln/detail/CVE-2024-22373 + - CVE-2024-22391: https://nvd.nist.gov/vuln/detail/CVE-2024-22391 + - CVE-2024-25569: https://nvd.nist.gov/vuln/detail/CVE-2024-25569 Version 1.6 (2024-01-04)