=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-37- { orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp:38: Query query("SELECT value FROM GlobalProperties WHERE property=${property}", true); orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-39- query.SetType("property", ValueType_Integer64); ############################################## orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-78- STATEMENT_FROM_HERE, manager, orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp:79: "SELECT value FROM GlobalProperties WHERE property=${property}"); orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-80- ############################################## orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-140- { orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp:141: Query query("DELETE FROM GlobalProperties WHERE property=${property}", false); orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-142- query.SetType("property", ValueType_Integer64); ############################################## orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-197- STATEMENT_FROM_HERE, manager, orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp:198: "DELETE FROM GlobalProperties WHERE property=${property}"); orthanc-postgresql-3.2/Framework/Plugins/GlobalProperties.cpp-199- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-347- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:348: "UPDATE Resources SET parentId = ${parent} WHERE internalId = ${child}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-349- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-388- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:389: "DELETE FROM AttachedFiles WHERE id=${id} AND fileType=${type}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-390- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-409- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:410: "DELETE FROM Metadata WHERE id=${id} and type=${type}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-411- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-440- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:441: "DELETE FROM Resources WHERE internalId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-442- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-479- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:480: "SELECT internalId FROM Resources WHERE resourceType=${type}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-481- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-496- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:497: "SELECT publicId FROM Resources WHERE resourceType=${type}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-498- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-516- "SELECT publicId FROM (SELECT publicId FROM Resources " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:517: "WHERE resourceType=${type}) AS tmp " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-518- "ORDER BY tmp.publicId LIMIT ${limit} OFFSET ${since}"); ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-560- "SELECT a.internalId FROM Resources AS a, Resources AS b " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:561: "WHERE a.parentId = b.internalId AND b.internalId = ${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-562- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-578- "SELECT a.publicId FROM Resources AS a, Resources AS b " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:579: "WHERE a.parentId = b.internalId AND b.internalId = ${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-580- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-648- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:649: "SELECT * FROM MainDicomTags WHERE id=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-650- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-672- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:673: "SELECT publicId FROM Resources WHERE internalId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-674- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-702- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:703: "SELECT CAST(COUNT(*) AS UNSIGNED INT) FROM Resources WHERE resourceType=${type}")); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-704- break; ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-708- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:709: "SELECT CAST(COUNT(*) AS BIGINT) FROM Resources WHERE resourceType=${type}")); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-710- break; ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-714- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:715: "SELECT COUNT(*) FROM Resources WHERE resourceType=${type}")); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-716- break; ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-737- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:738: "SELECT resourceType FROM Resources WHERE internalId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-739- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-836- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:837: "SELECT * FROM Resources WHERE internalId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-838- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-854- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:855: "SELECT * FROM PatientRecyclingOrder WHERE patientId = ${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-856- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-873- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:874: "SELECT type FROM Metadata WHERE id=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-875- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-890- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:891: "SELECT fileType FROM AttachedFiles WHERE id=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-892- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-968- "SELECT uuid, uncompressedSize, compressionType, compressedSize, " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:969: "uncompressedHash, compressedHash FROM AttachedFiles WHERE id=${id} AND fileType=${type}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-970- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1124- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1125: "SELECT value FROM Metadata WHERE id=${id} and type=${type}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1126- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1153- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1154: "SELECT parentId FROM Resources WHERE internalId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1155- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1182- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1183: "SELECT internalId, resourceType FROM Resources WHERE publicId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1184- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1232- "SELECT patientId FROM PatientRecyclingOrder " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1233: "WHERE patientId != ${id} ORDER BY seq ASC LIMIT 1"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1234- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1334- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1335: "DELETE FROM Metadata WHERE id=${id} AND type=${type}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1336- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1373- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1374: "DELETE FROM PatientRecyclingOrder WHERE patientId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1375- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1440- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1441: "DELETE FROM MainDicomTags WHERE id=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1442- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1453- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1454: "DELETE FROM DicomIdentifiers WHERE id=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1455- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1544- "SELECT a.publicId FROM Resources AS a, Resources AS b " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1545: "WHERE a.internalId = b.parentId AND b.internalId = ${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1546- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1572- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1573: "SELECT publicId FROM Resources WHERE parentId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1574- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1871- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1872: "SELECT value FROM Metadata WHERE type=${metadata} AND " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1873: "id IN (SELECT internalId FROM Resources WHERE parentId=${id})"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1874- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1895- "SELECT * FROM PatientRecyclingOrder WHERE seq >= " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1896: "(SELECT seq FROM PatientRecyclingOrder WHERE patientid=${id}) ORDER BY seq LIMIT 2"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1897- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1928- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1929: "DELETE FROM PatientRecyclingOrder WHERE seq=${seq}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1930- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1967- "FROM Resources AS resource LEFT JOIN Resources parent ON parent.internalId=resource.parentId " orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:1968: "WHERE resource.publicId=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-1969- ############################################## orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-2026- STATEMENT_FROM_HERE, manager_, orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp:2027: "SELECT type, value FROM Metadata WHERE id=${id}"); orthanc-postgresql-3.2/Framework/Plugins/IndexBackend.cpp-2028- ############################################## orthanc-postgresql-3.2/Framework/Plugins/StorageBackend.cpp-147- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/Framework/Plugins/StorageBackend.cpp:148: "SELECT content FROM StorageArea WHERE uuid=${uuid} AND type=${type}"); orthanc-postgresql-3.2/Framework/Plugins/StorageBackend.cpp-149- ############################################## orthanc-postgresql-3.2/Framework/Plugins/StorageBackend.cpp-195- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/Framework/Plugins/StorageBackend.cpp:196: "DELETE FROM StorageArea WHERE uuid=${uuid} AND type=${type}"); orthanc-postgresql-3.2/Framework/Plugins/StorageBackend.cpp-197- ############################################## orthanc-postgresql-3.2/PostgreSQL/CMakeLists.txt-17- orthanc-postgresql-3.2/PostgreSQL/CMakeLists.txt:18:include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginParameters.cmake) orthanc-postgresql-3.2/PostgreSQL/CMakeLists.txt-19- ############################################## orthanc-postgresql-3.2/PostgreSQL/CMakeLists.txt-21- orthanc-postgresql-3.2/PostgreSQL/CMakeLists.txt:22:include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginConfiguration.cmake) orthanc-postgresql-3.2/PostgreSQL/CMakeLists.txt-23- ############################################## orthanc-postgresql-3.2/PostgreSQL/Plugins/PostgreSQLIndex.cpp-393- STATEMENT_FROM_HERE, GetManager(), orthanc-postgresql-3.2/PostgreSQL/Plugins/PostgreSQLIndex.cpp:394: "SELECT value FROM GlobalIntegers WHERE key = ${key}"); orthanc-postgresql-3.2/PostgreSQL/Plugins/PostgreSQLIndex.cpp-395- ############################################## orthanc-postgresql-3.2/PostgreSQL/UnitTests/PostgreSQLTests.cpp-121- { orthanc-postgresql-3.2/PostgreSQL/UnitTests/PostgreSQLTests.cpp:122: PostgreSQLStatement t(*pg, "SELECT name, value FROM Test WHERE name=$1", true); orthanc-postgresql-3.2/PostgreSQL/UnitTests/PostgreSQLTests.cpp-123- t.DeclareInputInteger(0); ############################################## orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake-61- orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake:62:include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake-63-include_directories(${ORTHANC_ROOT}) ############################################## orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake-106-if (ENABLE_MYSQL_BACKEND) orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake:107: include(${CMAKE_CURRENT_LIST_DIR}/MariaDBConfiguration.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake-108- add_definitions(-DORTHANC_ENABLE_MYSQL=1) ############################################## orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake-128-if (ENABLE_POSTGRESQL_BACKEND) orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake:129: include(${CMAKE_CURRENT_LIST_DIR}/PostgreSQLConfiguration.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkConfiguration.cmake-130- add_definitions(-DORTHANC_ENABLE_POSTGRESQL=1) ############################################## orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkParameters.cmake-24- orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkParameters.cmake:25:include(${CMAKE_CURRENT_LIST_DIR}/../../Resources/Orthanc/DownloadOrthancFramework.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkParameters.cmake:26:include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesFrameworkParameters.cmake-27- ############################################## orthanc-postgresql-3.2/Resources/CMake/DatabasesPluginConfiguration.cmake-20- orthanc-postgresql-3.2/Resources/CMake/DatabasesPluginConfiguration.cmake:21:include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesFrameworkConfiguration.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesPluginConfiguration.cmake:22:include(${ORTHANC_ROOT}/Resources/CMake/AutoGeneratedCode.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesPluginConfiguration.cmake-23- ############################################## orthanc-postgresql-3.2/Resources/CMake/DatabasesPluginParameters.cmake-29- orthanc-postgresql-3.2/Resources/CMake/DatabasesPluginParameters.cmake:30:include(${CMAKE_CURRENT_LIST_DIR}/DatabasesFrameworkParameters.cmake) orthanc-postgresql-3.2/Resources/CMake/DatabasesPluginParameters.cmake-31- ############################################## orthanc-postgresql-3.2/Resources/CMake/MariaDBConfiguration.cmake-50- orthanc-postgresql-3.2/Resources/CMake/MariaDBConfiguration.cmake:51: include(${MARIADB_CLIENT_SOURCES_DIR}/cmake/CheckIncludeFiles.cmake) orthanc-postgresql-3.2/Resources/CMake/MariaDBConfiguration.cmake:52: include(${MARIADB_CLIENT_SOURCES_DIR}/cmake/CheckFunctions.cmake) orthanc-postgresql-3.2/Resources/CMake/MariaDBConfiguration.cmake:53: include(${MARIADB_CLIENT_SOURCES_DIR}/cmake/CheckTypes.cmake) orthanc-postgresql-3.2/Resources/CMake/MariaDBConfiguration.cmake-54- ############################################## orthanc-postgresql-3.2/Resources/CMake/PostgreSQLConfiguration.cmake-144- orthanc-postgresql-3.2/Resources/CMake/PostgreSQLConfiguration.cmake:145: include(${CMAKE_CURRENT_LIST_DIR}/../PostgreSQL/func_accept_args.cmake) orthanc-postgresql-3.2/Resources/CMake/PostgreSQLConfiguration.cmake-146- set(ACCEPT_TYPE_ARG3 ${ACCEPT_TYPE_ARG3}) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Core/HttpServer/HttpOutput.cpp-73- { orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Core/HttpServer/HttpOutput.cpp:74: //asm volatile ("int3;"); orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Core/HttpServer/HttpOutput.cpp-75- //LOG(ERROR) << "This HTTP answer does not contain any body"; ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Core/Images/PamReader.cpp-244- { orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Core/Images/PamReader.cpp:245:#if ORTHANC_ENABLE_WASM == 1 orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Core/Images/PamReader.cpp-246- /* ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/OrthancServer/OrthancInitialization.cpp-50- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/OrthancServer/OrthancInitialization.cpp:51:#include <dcmtk/dcmnet/dul.h> // For dcmDisableGethostbyaddr() orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/OrthancServer/OrthancInitialization.cpp-52- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/BoostConfiguration.sh-47-# https://stackoverflow.com/questions/1655372/longest-line-in-a-file orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/BoostConfiguration.sh:48:LONGEST_FILENAME=`find /tmp/bcp/ | awk '{print length, $0}' | sort -nr | head -1` orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/BoostConfiguration.sh:49:LONGEST=`echo "$LONGEST_FILENAME" | cut -d ' ' -f 1` orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/BoostConfiguration.sh-50- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/Compiler.cmake-212- # Setting this option to "ON" fixes error: "shared:ERROR: orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/Compiler.cmake:213: # BINARYEN_TRAP_MODE is not supported by the LLVM wasm backend" if orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/Compiler.cmake-214- # using the "upstream" backend of Emscripten. ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake-6- if (DCMTK_STATIC_VERSION STREQUAL "3.6.0") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake:7: include(${CMAKE_CURRENT_LIST_DIR}/DcmtkConfigurationStatic-3.6.0.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake-8- elseif (DCMTK_STATIC_VERSION STREQUAL "3.6.2") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake:9: include(${CMAKE_CURRENT_LIST_DIR}/DcmtkConfigurationStatic-3.6.2.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake-10- elseif (DCMTK_STATIC_VERSION STREQUAL "3.6.4") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake:11: include(${CMAKE_CURRENT_LIST_DIR}/DcmtkConfigurationStatic-3.6.4.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake-12- elseif (DCMTK_STATIC_VERSION STREQUAL "3.6.5") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake:13: include(${CMAKE_CURRENT_LIST_DIR}/DcmtkConfigurationStatic-3.6.5.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfiguration.cmake-14- else() ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.0.cmake-102-SET(DCMTK_SOURCE_DIR ${DCMTK_SOURCES_DIR}) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.0.cmake:103:include(${DCMTK_SOURCES_DIR}/CMake/CheckFunctionWithHeaderExists.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.0.cmake:104:include(${DCMTK_SOURCES_DIR}/CMake/GenerateDCMTKConfigure.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.0.cmake-105- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake-100-SET(DCMTK_SOURCE_DIR ${DCMTK_SOURCES_DIR}) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake:101:include(${DCMTK_SOURCES_DIR}/CMake/CheckFunctionWithHeaderExists.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake:102:include(${DCMTK_SOURCES_DIR}/CMake/GenerateDCMTKConfigure.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake-103- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake-143- if (CMAKE_COMPILER_IS_GNUCXX) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake:144: include(${DCMTK_SOURCES_DIR}/CMake/dcmtkUseWine.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake-145- FIND_PROGRAM(WINE_WINE_PROGRAM wine) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake-90-SET(DCMTK_SOURCE_DIR ${DCMTK_SOURCES_DIR}) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake:91:include(${DCMTK_SOURCES_DIR}/CMake/CheckFunctionWithHeaderExists.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake:92:include(${DCMTK_SOURCES_DIR}/CMake/GenerateDCMTKConfigure.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake-93- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake-133- if (CMAKE_COMPILER_IS_GNUCXX) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake:134: include(${DCMTK_SOURCES_DIR}/CMake/dcmtkUseWine.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake-135- FIND_PROGRAM(WINE_WINE_PROGRAM wine) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake-90-SET(DCMTK_SOURCE_DIR ${DCMTK_SOURCES_DIR}) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake:91:include(${DCMTK_SOURCES_DIR}/CMake/CheckFunctionWithHeaderExists.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake:92:include(${DCMTK_SOURCES_DIR}/CMake/GenerateDCMTKConfigure.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake-93- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake-133- if (CMAKE_COMPILER_IS_GNUCXX) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake:134: include(${DCMTK_SOURCES_DIR}/CMake/dcmtkUseWine.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake-135- FIND_PROGRAM(WINE_WINE_PROGRAM wine) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibCurlConfiguration.cmake-94- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibCurlConfiguration.cmake:95: include(${CURL_SOURCES_DIR}/CMake/Macros.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibCurlConfiguration.cmake-96- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibCurlConfiguration.cmake-270- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibCurlConfiguration.cmake:271: include(${CURL_SOURCES_DIR}/CMake/OtherTests.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibCurlConfiguration.cmake-272- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibIcuConfiguration.cmake-9-if (STATIC_BUILD OR NOT USE_SYSTEM_LIBICU) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibIcuConfiguration.cmake:10: include(${CMAKE_CURRENT_LIST_DIR}/../ThirdParty/icu/Version.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/LibIcuConfiguration.cmake-11- DownloadPackage(${LIBICU_MD5} ${LIBICU_URL} "${LIBICU_SOURCES_DIR}") ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OpenSslConfiguration.cmake-2- if (OPENSSL_STATIC_VERSION STREQUAL "1.0.2") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OpenSslConfiguration.cmake:3: include(${CMAKE_CURRENT_LIST_DIR}/OpenSslConfigurationStatic-1.0.2.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OpenSslConfiguration.cmake-4- elseif (OPENSSL_STATIC_VERSION STREQUAL "1.1.1") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OpenSslConfiguration.cmake:5: include(${CMAKE_CURRENT_LIST_DIR}/OpenSslConfigurationStatic-1.1.1.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OpenSslConfiguration.cmake-6- else() ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-28- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:29:include(${CMAKE_CURRENT_LIST_DIR}/AutoGeneratedCode.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:30:include(${CMAKE_CURRENT_LIST_DIR}/DownloadPackage.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:31:include(${CMAKE_CURRENT_LIST_DIR}/Compiler.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-32- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-192-if (ENABLE_SQLITE) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:193: include(${CMAKE_CURRENT_LIST_DIR}/SQLiteConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-194- add_definitions(-DORTHANC_ENABLE_SQLITE=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-213- if (ENABLE_SSL) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:214: include(${CMAKE_CURRENT_LIST_DIR}/OpenSslConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-215- add_definitions(-DORTHANC_ENABLE_SSL=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-223- if (ENABLE_SSL) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:224: include(${CMAKE_CURRENT_LIST_DIR}/LibP11Configuration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-225- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-243-if (ENABLE_WEB_CLIENT) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:244: include(${CMAKE_CURRENT_LIST_DIR}/LibCurlConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-245- add_definitions(-DORTHANC_ENABLE_CURL=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-258- if (ENABLE_CIVETWEB) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:259: include(${CMAKE_CURRENT_LIST_DIR}/CivetwebConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-260- add_definitions( ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-264- else() orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:265: include(${CMAKE_CURRENT_LIST_DIR}/MongooseConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-266- add_definitions( ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-301- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:302: include(${CMAKE_CURRENT_LIST_DIR}/LibJpegConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-303- add_definitions(-DORTHANC_ENABLE_JPEG=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-317-if (ENABLE_ZLIB) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:318: include(${CMAKE_CURRENT_LIST_DIR}/ZlibConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-319- add_definitions(-DORTHANC_ENABLE_ZLIB=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-349- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:350: include(${CMAKE_CURRENT_LIST_DIR}/LibPngConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-351- add_definitions(-DORTHANC_ENABLE_PNG=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-364-if (ENABLE_LUA) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:365: include(${CMAKE_CURRENT_LIST_DIR}/LuaConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-366- add_definitions(-DORTHANC_ENABLE_LUA=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-379-if (ENABLE_PUGIXML) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:380: include(${CMAKE_CURRENT_LIST_DIR}/PugixmlConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-381- add_definitions(-DORTHANC_ENABLE_PUGIXML=1) ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-396- elseif (BOOST_LOCALE_BACKEND STREQUAL "libiconv") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:397: include(${CMAKE_CURRENT_LIST_DIR}/LibIconvConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-398- elseif (BOOST_LOCALE_BACKEND STREQUAL "icu") orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:399: include(${CMAKE_CURRENT_LIST_DIR}/LibIcuConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-400- elseif (BOOST_LOCALE_BACKEND STREQUAL "wconv") ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-415-if (ENABLE_GOOGLE_TEST) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:416: include(${CMAKE_CURRENT_LIST_DIR}/GoogleTestConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-417-endif() ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-424- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:425:include(${CMAKE_CURRENT_LIST_DIR}/JsonCppConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:426:include(${CMAKE_CURRENT_LIST_DIR}/UuidConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-427- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-430-# static builds in other dependencies orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:431:include(${CMAKE_CURRENT_LIST_DIR}/BoostConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-432- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-446- orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake:447: include(${CMAKE_CURRENT_LIST_DIR}/DcmtkConfiguration.cmake) orthanc-postgresql-3.2/debian/orthanc-framework/Orthanc-1.7.0/Resources/CMake/OrthancFrameworkConfiguration.cmake-448- ############################################## orthanc-postgresql-3.2/debian/orthanc-framework/populate.sh-16-# Verify the download orthanc-postgresql-3.2/debian/orthanc-framework/populate.sh:17:ACTUAL_MD5=`md5sum /tmp/${ORTHANC_FILENAME}.tar.gz | cut -d ' ' -f 1` orthanc-postgresql-3.2/debian/orthanc-framework/populate.sh-18-if [ "${ACTUAL_MD5}" != "${ORTHANC_MD5}" ]; then ############################################## orthanc-postgresql-3.2/.pc/postgresql-12/Resources/CMake/PostgreSQLConfiguration.cmake-144- orthanc-postgresql-3.2/.pc/postgresql-12/Resources/CMake/PostgreSQLConfiguration.cmake:145: include(${CMAKE_CURRENT_LIST_DIR}/../PostgreSQL/func_accept_args.cmake) orthanc-postgresql-3.2/.pc/postgresql-12/Resources/CMake/PostgreSQLConfiguration.cmake-146- set(ACCEPT_TYPE_ARG3 ${ACCEPT_TYPE_ARG3})