# HG changeset patch # User Sebastien Jodogne # Date 1579792699 -3600 # Node ID abd287f2d92c83c8e12286050a61fa7118e47dc5 # Parent 3aae28985514f10192874b242dcdeb1ba8a68228 Upgrade to GDCM 3.0.4 for static builds diff -r 3aae28985514 -r abd287f2d92c NEWS --- a/NEWS Thu Nov 28 15:05:32 2019 +0100 +++ b/NEWS Thu Jan 23 16:18:19 2020 +0100 @@ -4,6 +4,8 @@ * Performance: Replaced "OrthancPluginRegisterRestCallback" by "OrthancPluginRegisterRestCallbackNoLock" * Authorization tokens passed as url search params in Orthanc Explorer are now transmitted to the viewer and included as headers in every HTTP request to the Rest API easing the usage of the Authorization plugin +* Upgrade to GDCM 3.0.4 for static builds + Version 2.5 (2019-02-27) ======================== diff -r 3aae28985514 -r abd287f2d92c Resources/CMake/GdcmConfiguration.cmake --- a/Resources/CMake/GdcmConfiguration.cmake Thu Nov 28 15:05:32 2019 +0100 +++ b/Resources/CMake/GdcmConfiguration.cmake Thu Jan 23 16:18:19 2020 +0100 @@ -82,8 +82,8 @@ include(ExternalProject) externalproject_add(GDCM - URL "http://orthanc.osimis.io/ThirdPartyDownloads/gdcm-2.8.8.tar.gz" - URL_MD5 "740c22b787a8e47e4d748c167e450d8f" + URL "http://orthanc.osimis.io/ThirdPartyDownloads/gdcm-3.0.4.tar.gz" + URL_MD5 "f12dbded708356d5fa0b5ed37ccdb66e" TIMEOUT 60 CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} ${Flags} ${BUILD_COMMAND} # Customize "make", only for Linux Standard Base (*)