[med-svn] [Git][med-team/orthanc][upstream] New upstream version 1.12.10+dfsg
Sebastien Jodogne (@jodogne-guest)
gitlab at salsa.debian.org
Wed Nov 26 21:12:50 GMT 2025
Sebastien Jodogne pushed to branch upstream at Debian Med / orthanc
Commits:
1bfe1435 by jodogne-guest at 2025-11-26T21:23:06+01:00
New upstream version 1.12.10+dfsg
- - - - -
258 changed files:
- .hg_archival.txt
- .hgignore
- CITATION.cff
- NEWS
- OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake
- OrthancFramework/Resources/CMake/BoostConfiguration.cmake
- OrthancFramework/Resources/CMake/BoostConfigurationStatic-1.69.0.cmake
- OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake
- OrthancFramework/Resources/CMake/Compiler.cmake
- OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.0.cmake
- OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake
- OrthancFramework/Resources/EmbedResources.py → OrthancFramework/Resources/CMake/EmbedResources.py
- OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake
- OrthancFramework/Resources/CMake/LibP11Configuration.cmake
- OrthancFramework/Resources/CMake/LibPngConfiguration.cmake
- OrthancFramework/Resources/CMake/MongooseConfiguration.cmake
- OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake
- OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
- OrthancFramework/Resources/CMake/SQLiteConfiguration.cmake
- OrthancFramework/Resources/CMake/UuidConfiguration.cmake
- OrthancFramework/Resources/CMake/ZlibConfiguration.cmake
- OrthancFramework/Resources/CodeGeneration/CheckDcmtkTransferSyntaxes.py
- OrthancFramework/Resources/CodeGeneration/ErrorCodes.json
- OrthancFramework/Resources/CodeGeneration/GenerateErrorCodes.py
- OrthancFramework/Resources/CodeGeneration/GenerateTransferSyntaxes.py
- OrthancFramework/Resources/Patches/OpenSSL-ConfigureHeaders.py
- + OrthancFramework/Resources/Patches/civetweb-1.16.patch
- OrthancFramework/Resources/Patches/curl-8.12.1.patch → OrthancFramework/Resources/Patches/curl-8.17.0.patch
- + OrthancFramework/Resources/Patches/zlib-1.3.1-zconf.patch
- OrthancFramework/SharedLibrary/CMakeLists.txt
- OrthancFramework/Sources/Cache/MemoryCache.cpp
- OrthancFramework/Sources/Cache/MemoryObjectCache.cpp
- OrthancFramework/Sources/Cache/MemoryStringCache.cpp
- OrthancFramework/Sources/Compression/HierarchicalZipWriter.cpp
- OrthancFramework/Sources/Compression/HierarchicalZipWriter.h
- OrthancFramework/Sources/Compression/ZipReader.cpp
- OrthancFramework/Sources/Compression/ZipReader.h
- OrthancFramework/Sources/Compression/ZipWriter.cpp
- OrthancFramework/Sources/Compression/ZipWriter.h
- OrthancFramework/Sources/DicomFormat/DicomIntegerPixelAccessor.h
- OrthancFramework/Sources/DicomFormat/DicomMap.cpp
- OrthancFramework/Sources/DicomFormat/DicomStreamReader.cpp
- OrthancFramework/Sources/DicomFormat/DicomStreamReader.h
- OrthancFramework/Sources/DicomFormat/DicomTag.h
- OrthancFramework/Sources/DicomNetworking/DicomAssociation.cpp
- + OrthancFramework/Sources/DicomNetworking/DicomConnectionInfo.cpp
- + OrthancFramework/Sources/DicomNetworking/DicomConnectionInfo.h
- OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp
- OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.h
- OrthancFramework/Sources/DicomNetworking/DicomServer.cpp
- OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp
- + OrthancFramework/Sources/DicomNetworking/DimseErrorPayload.cpp
- + OrthancFramework/Sources/DicomNetworking/DimseErrorPayload.h
- OrthancFramework/Sources/DicomNetworking/IFindRequestHandler.h
- OrthancFramework/Sources/DicomNetworking/IGetRequestHandler.h
- OrthancFramework/Sources/DicomNetworking/IMoveRequestHandler.h
- OrthancFramework/Sources/DicomNetworking/IStorageCommitmentRequestHandler.h
- OrthancFramework/Sources/DicomNetworking/IStoreRequestHandler.h
- OrthancFramework/Sources/DicomNetworking/IWorklistRequestHandler.h
- OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.cpp
- OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h
- OrthancFramework/Sources/DicomNetworking/Internals/FindScp.cpp
- OrthancFramework/Sources/DicomNetworking/Internals/MoveScp.cpp
- OrthancFramework/Sources/DicomNetworking/Internals/StoreScp.cpp
- OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.cpp
- OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.h
- OrthancFramework/Sources/DicomParsing/DicomDirWriter.cpp
- OrthancFramework/Sources/DicomParsing/DicomModification.cpp
- OrthancFramework/Sources/DicomParsing/DicomModification.h
- OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.cpp
- OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.h
- OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.cpp
- OrthancFramework/Sources/DicomParsing/IDicomTranscoder.h
- OrthancFramework/Sources/DicomParsing/ITagVisitor.h
- OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp
- OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.h
- OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.cpp
- + OrthancFramework/Sources/DicomParsing/Internals/SopInstanceUidFixer.cpp
- + OrthancFramework/Sources/DicomParsing/Internals/SopInstanceUidFixer.h
- OrthancFramework/Sources/DicomParsing/MemoryBufferTranscoder.cpp
- OrthancFramework/Sources/DicomParsing/MemoryBufferTranscoder.h
- OrthancFramework/Sources/DicomParsing/ParsedDicomFile.cpp
- OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h
- OrthancFramework/Sources/Enumerations.cpp
- OrthancFramework/Sources/Enumerations.h
- OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp
- OrthancFramework/Sources/FileStorage/FilesystemStorage.h
- OrthancFramework/Sources/FileStorage/MemoryStorageArea.h
- OrthancFramework/Sources/HttpClient.cpp
- OrthancFramework/Sources/HttpClient.h
- OrthancFramework/Sources/HttpServer/FilesystemHttpSender.cpp
- OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h
- OrthancFramework/Sources/HttpServer/HttpOutput.cpp
- OrthancFramework/Sources/HttpServer/HttpServer.cpp
- OrthancFramework/Sources/HttpServer/HttpServer.h
- OrthancFramework/Sources/Images/Font.cpp
- OrthancFramework/Sources/Images/Font.h
- OrthancFramework/Sources/Images/FontRegistry.cpp
- OrthancFramework/Sources/Images/FontRegistry.h
- OrthancFramework/Sources/Images/ImageAccessor.cpp
- OrthancFramework/Sources/Images/ImageProcessing.cpp
- OrthancFramework/Sources/Images/ImageProcessing.h
- OrthancFramework/Sources/Images/JpegReader.cpp
- OrthancFramework/Sources/Images/JpegReader.h
- OrthancFramework/Sources/Images/PamReader.cpp
- OrthancFramework/Sources/Images/PamReader.h
- OrthancFramework/Sources/Images/PngReader.cpp
- OrthancFramework/Sources/Images/PngReader.h
- OrthancFramework/Sources/JobsEngine/IJob.h
- OrthancFramework/Sources/JobsEngine/JobInfo.cpp
- OrthancFramework/Sources/JobsEngine/JobStatus.cpp
- OrthancFramework/Sources/JobsEngine/JobStatus.h
- OrthancFramework/Sources/JobsEngine/JobStepResult.cpp
- OrthancFramework/Sources/JobsEngine/JobStepResult.h
- OrthancFramework/Sources/JobsEngine/JobsEngine.cpp
- OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp
- OrthancFramework/Sources/JobsEngine/JobsRegistry.h
- OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.cpp
- OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.h
- OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.h
- OrthancFramework/Sources/JobsEngine/SetOfInstancesJob.cpp
- OrthancFramework/Sources/JobsEngine/SetOfInstancesJob.h
- OrthancFramework/Sources/Logging.cpp
- OrthancFramework/Sources/MallocMemoryBuffer.cpp
- OrthancFramework/Sources/MallocMemoryBuffer.h
- OrthancFramework/Sources/MetricsRegistry.cpp
- OrthancFramework/Sources/MultiThreading/IRunnableBySteps.h
- OrthancFramework/Sources/OrthancException.cpp
- OrthancFramework/Sources/OrthancException.h
- OrthancFramework/Sources/RestApi/RestApiHierarchy.cpp
- OrthancFramework/Sources/RestApi/RestApiHierarchy.h
- OrthancFramework/Sources/SharedLibrary.cpp
- OrthancFramework/Sources/SharedLibrary.h
- OrthancFramework/Sources/SystemToolbox.cpp
- OrthancFramework/Sources/SystemToolbox.h
- OrthancFramework/Sources/TemporaryFile.cpp
- OrthancFramework/Sources/TemporaryFile.h
- OrthancFramework/Sources/Toolbox.cpp
- OrthancFramework/UnitTestsSources/DicomMapTests.cpp
- OrthancFramework/UnitTestsSources/FileStorageTests.cpp
- OrthancFramework/UnitTestsSources/FrameworkTests.cpp
- OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp
- OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp
- OrthancFramework/UnitTestsSources/ImageTests.cpp
- OrthancFramework/UnitTestsSources/JobsTests.cpp
- OrthancFramework/UnitTestsSources/MemoryCacheTests.cpp
- OrthancFramework/UnitTestsSources/RestApiTests.cpp
- OrthancFramework/UnitTestsSources/SQLiteTests.cpp
- OrthancFramework/UnitTestsSources/SharedLibraryUnitTests.cpp
- OrthancFramework/UnitTestsSources/ZipTests.cpp
- OrthancServer/CMakeLists.txt
- OrthancServer/OrthancExplorer/explorer.js
- OrthancServer/Plugins/Engine/OrthancPluginDatabase.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.h
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.cpp
- OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.h
- OrthancServer/Plugins/Engine/OrthancPlugins.cpp
- OrthancServer/Plugins/Engine/OrthancPlugins.h
- OrthancServer/Plugins/Engine/PluginMemoryBuffer32.h
- OrthancServer/Plugins/Engine/PluginMemoryBuffer64.h
- OrthancServer/Plugins/Engine/PluginsJob.h
- OrthancServer/Plugins/Engine/PluginsManager.cpp
- OrthancServer/Plugins/Engine/PluginsManager.h
- OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
- OrthancServer/Plugins/Include/orthanc/OrthancDatabasePlugin.proto
- OrthancServer/Plugins/Include/orthanc/OrthancPluginCodeModel.json
- OrthancServer/Plugins/Samples/AdoptDicomInstance/Plugin.cpp
- OrthancServer/Plugins/Samples/Basic/Plugin.c
- OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
- OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h
- OrthancServer/Plugins/Samples/ConnectivityChecks/Plugin.cpp
- OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt
- OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py
- OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp
- OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/FindRequestHandler.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/FindRequestHandler.h
- OrthancServer/Plugins/Samples/MultitenantDicom/MoveRequestHandler.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/MoveRequestHandler.h
- OrthancServer/Plugins/Samples/MultitenantDicom/OrthancFrameworkDependencies.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/StoreRequestHandler.cpp
- OrthancServer/Plugins/Samples/MultitenantDicom/StoreRequestHandler.h
- OrthancServer/Plugins/Samples/ServeFolders/CMakeLists.txt
- + OrthancServer/Plugins/Samples/ServeFolders/OrthancFrameworkDependencies.cpp
- OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp
- OrthancServer/Plugins/Samples/WebDavFilesystem/Plugin.cpp
- OrthancServer/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp
- OrthancServer/Resources/CodeModel/Dockerfile
- OrthancServer/Resources/CodeModel/GenerateCodeModel.py
- OrthancServer/Resources/CodeModel/README.txt
- OrthancServer/Resources/CodeModel/docker-compile.sh → OrthancServer/Resources/CodeModel/docker-run.sh
- OrthancServer/Resources/Configuration.json
- OrthancServer/Resources/RunCppCheck.sh → OrthancServer/Resources/RunCppCheck-2.1.sh
- OrthancServer/Resources/RunCppCheck-2.17.0.sh
- + OrthancServer/Resources/RunCppCheck-2.17.1.sh
- OrthancServer/Resources/Samples/Tools/RecoverCompressedFile.cpp
- + OrthancServer/Sources/Database/AddTimeoutToQueues.sql
- OrthancServer/Sources/Database/Compatibility/GenericFind.cpp
- OrthancServer/Sources/Database/IDatabaseWrapper.h
- + OrthancServer/Sources/Database/InstallDicomIdentifiersIndex3.sql
- OrthancServer/Sources/Database/InstallKeyValueStoresAndQueues.sql
- OrthancServer/Sources/Database/PrepareDatabase.sql
- OrthancServer/Sources/Database/ResourcesContent.h
- OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp
- OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp
- OrthancServer/Sources/Database/StatelessDatabaseOperations.h
- OrthancServer/Sources/DicomInstanceOrigin.cpp
- OrthancServer/Sources/EmbeddedResourceHttpHandler.cpp
- OrthancServer/Sources/LuaScripting.cpp
- OrthancServer/Sources/OrthancConfiguration.cpp
- OrthancServer/Sources/OrthancConfiguration.h
- OrthancServer/Sources/OrthancFindRequestHandler.cpp
- OrthancServer/Sources/OrthancFindRequestHandler.h
- OrthancServer/Sources/OrthancGetRequestHandler.cpp
- OrthancServer/Sources/OrthancInitialization.cpp
- OrthancServer/Sources/OrthancInitialization.h
- OrthancServer/Sources/OrthancMoveRequestHandler.cpp
- OrthancServer/Sources/OrthancMoveRequestHandler.h
- OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h
- OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp
- OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp
- OrthancServer/Sources/OrthancWebDav.cpp
- OrthancServer/Sources/OrthancWebDav.h
- OrthancServer/Sources/Search/HierarchicalMatcher.cpp
- OrthancServer/Sources/ServerContext.cpp
- OrthancServer/Sources/ServerContext.h
- OrthancServer/Sources/ServerIndex.cpp
- OrthancServer/Sources/ServerJobs/ArchiveJob.cpp
- OrthancServer/Sources/ServerJobs/ArchiveJob.h
- OrthancServer/Sources/ServerJobs/DicomGetScuJob.cpp
- OrthancServer/Sources/ServerJobs/DicomModalityStoreJob.cpp
- OrthancServer/Sources/ServerJobs/DicomMoveScuJob.cpp
- OrthancServer/Sources/ServerJobs/DicomRetrieveScuBaseJob.cpp
- OrthancServer/Sources/ServerJobs/DicomRetrieveScuBaseJob.h
- OrthancServer/Sources/ServerJobs/IStorageCommitmentFactory.h
- OrthancServer/Sources/ServerJobs/Operations/ModifyInstanceOperation.cpp
- OrthancServer/Sources/ServerJobs/Operations/StoreScuOperation.cpp
- OrthancServer/Sources/ServerJobs/Operations/SystemCallOperation.cpp
- OrthancServer/Sources/ServerJobs/OrthancJobUnserializer.cpp
- OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.cpp
- OrthancServer/Sources/ServerJobs/ResourceModificationJob.cpp
- OrthancServer/Sources/ServerJobs/StorageCommitmentScpJob.cpp
- OrthancServer/Sources/ServerJobs/StorageCommitmentScpJob.h
- OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.h
- OrthancServer/Sources/SimpleInstanceOrdering.cpp
- OrthancServer/Sources/SliceOrdering.cpp
- OrthancServer/Sources/StorageCommitmentReports.cpp
- OrthancServer/Sources/main.cpp
- OrthancServer/UnitTestsSources/ServerConfigTests.cpp
- OrthancServer/UnitTestsSources/ServerIndexTests.cpp
- OrthancServer/UnitTestsSources/ServerJobsTests.cpp
- OrthancServer/UnitTestsSources/UnitTestsMain.cpp
- OrthancServer/UnitTestsSources/VersionsTests.cpp
- TODO
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/commit/1bfe14353554ba1ac5747283ac25351631466570
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/commit/1bfe14353554ba1ac5747283ac25351631466570
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251126/d4a34597/attachment-0001.htm>
More information about the debian-med-commit
mailing list