# HG changeset patch # User Sebastien Jodogne # Date 1715023350 -7200 # Node ID 40bc6f0b1c31f2c46952747d49c378a47e7d6caf # Parent f5e8a669be2ea31efe26c2b5aadc645b7bb3a1c2 OrthancGdcm-1.7 diff -r f5e8a669be2e -r 40bc6f0b1c31 CMakeLists.txt --- 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() diff -r f5e8a669be2e -r 40bc6f0b1c31 NEWS --- 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)