Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc for openSUSE:Factory checked 
in at 2024-06-09 20:22:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc"

Sun Jun  9 20:22:41 2024 rev:35 rq:1179491 version:1.12.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes  2024-05-24 
19:53:46.303283728 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc.new.19518/orthanc.changes       
2024-06-09 20:25:00.915875196 +0200
@@ -1,0 +2,60 @@
+Fri Jun  7 06:00:51 UTC 2024 - Axel Braun <axel.br...@gmx.de>
+
+- version 1.12.4
+  * boost185.diff removed 
+  * API version upgraded to 24
+  * Added "MaximumPatientCount" in /system
+  * Added a new "LimitToThisLevelMainDicomTags" field in the payload of 
+    /patients|studies|series/instances/../reconstruct to speed up the 
reconstruction
+    in case you just want to update the MainDicomTags of that resource level 
only 
+    (e.g., after you have updated the "ExtraMainDicomTags" for this level)
+  * The "requestedTags" GET argument is deprecated in favor of "requested-tags"
+  * Added "?whole" option to "/instances/{id}/tags" to access tags stored 
after pixel data
+
+  * Multitenant DICOM plugin: added support for locales.
+  * Housekeeper plugin: 
+    - Added an option "LimitMainDicomTagsReconstructLevel"
+      (allowed values: "Patient", "Study", "Series", "Instance"). This can 
greatly speed
+      up the housekeeper process, e.g. if you have only update the Study level 
ExtraMainDicomTags.
+    - Fixed broken /instances/../tags route after running the Housekeeper
+      after having changed the "IngestTranscoding".
+  * SDK: added OrthancPluginLogMessage() as a new primitive for plugins
+    to log messages. This new primitive will display the plugin name,
+    the plugin file name, and the plugin line number in the logs. If
+    they are not using the LOG() facilities provided by the
+    OrthancFramework, plugins should now use ORTHANC_PLUGINS_LOG_INFO(),
+    ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR().
+
+    * C-Find queries:
+    - In C-Find queries including "GenericGroupLength" tags, Orthanc was still
+      extracting these tags from the storage although they were already ignored
+      and not returned in the response.
+      They are now removed from the query earlier to avoid this disk access 
that
+      could slow down the response time. Note that this seems to happen mainly
+      when the query originates from some GE devices (AWS).
+    - "TimezoneOffsetFromUTC" is now ignored for matching.
+  * The 0x0111 DIMSE Status is now considered as a warning instead of an error
+    when received as a response to a C-Store.
+    See 
https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
+  * Removed potential PHI from the logs when Orthanc encounters an error while
+    creating a ZIP archive.
+  * Monitoring of stable resources now also takes into consideration the
+    resource type, not only the resource identifier identifier.
+  * DICOM TLS:
+    - In prior versions, when "DicomTlsRemoteCertificateRequired" was set to 
false, Orthanc
+      was still sending a client certificate request during the TLS handshake 
but was not
+      triggering and error if the client certificate was not trusted 
(equivalent to the
+      "--verify-peer-cert" DCMTK option). Starting with Orthanc 1.12.4, if 
this option is
+      set to "false", Orthanc will not send a client certificate request 
during the TLS
+      handshake anymore (equivalent to the "--ignore-peer-cert" DCMTK option).
+    - When working with "DicomTlsEnabled": true and 
"DicomTlsRemoteCertificateRequired": false,
+      Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was 
provided.
+    - New configuration options:
+      - "DicomTlsMinimumProtocolVersion" to select the minimum TLS protocol 
version
+      - "DicomTlsCiphersAccepted" to fine tune the list of accepted ciphers
+  * Fixed broken /instances/../tags route after calling of
+    /studies/../reconstruct after having changed the "IngestTranscoding".
+  * Upgraded dependencies for static builds:
+    - boost 1.85.0
+
+-------------------------------------------------------------------

Old:
----
  Orthanc-1.12.3.tar.gz
  boost185.diff

New:
----
  Orthanc-1.12.4.tar.gz

BETA DEBUG BEGIN:
  Old:- version 1.12.4
  * boost185.diff removed 
  * API version upgraded to 24
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ orthanc.spec ++++++
--- /var/tmp/diff_new_pack.7bGv7K/_old  2024-06-09 20:25:01.615900456 +0200
+++ /var/tmp/diff_new_pack.7bGv7K/_new  2024-06-09 20:25:01.615900456 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           orthanc
-Version:        1.12.3
+Version:        1.12.4
 Release:        0
 Summary:        RESTful DICOM server for healthcare and medical research
 License:        GPL-3.0-or-later
@@ -39,7 +39,7 @@
 Source13:       
https://orthanc.uclouvain.be/downloads/third-party-downloads/dicom-web/vuejs-2.6.10.tar.gz
 
 Patch0:         dcmtk.diff
-Patch1:         boost185.diff
+## Patch1:         boost185.diff
 BuildRequires:  civetweb-devel
 BuildRequires:  cmake >= 2.8.0
 BuildRequires:  curl-devel
@@ -196,7 +196,7 @@
 patch 
%{buildroot}/usr/src/%{name}/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake
 < %{P:0}
 
 #Apply boost patch
-patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:1}
+## patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:1}
 
 # Do not mark Python scripts as executable
 find %{buildroot}/usr/src/%{name} -name '*.py' -exec chmod a-x "{}" +

++++++ Orthanc-1.12.3.tar.gz -> Orthanc-1.12.4.tar.gz ++++++
++++ 14061 lines of diff (skipped)

Reply via email to