File orthanc-gdcm.changes of Package orthanc-gdcm
-------------------------------------------------------------------
Tue Sep 23 14:32:30 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 1.8
* Prevent transcoding of DICOM images with empty
SharedFunctionalGroupsSequence (5200,9229), as this might crash GDCM.
* The built-in Orthanc transcoder being usually more stable, the default
value of the "RestrictTransferSyntaxes" configuration has been updated
to configure the GDCM plugin for J2K transfer syntaxes only since these
transfer syntaxes are currently not supported by the built-in Orthanc
transcoder.
- If "RestrictTransferSyntaxes" is not specified in your configuration,
it is now equivalent to
"RestrictTransferSyntaxes" : [
"1.2.840.10008.1.2.4.90", // JPEG 2000 Image Compression (Lossless Only)
"1.2.840.10008.1.2.4.91", // JPEG 2000 Image Compression
"1.2.840.10008.1.2.4.92", // JPEG 2000 Part 2 Multicomponent Image Compression (Lossless Only)
"1.2.840.10008.1.2.4.93" // JPEG 2000 Part 2 Multicomponent Image Compression
]
which was the recommended configuration.
- If "RestrictTransferSyntaxes" is defined but empty, the GDCM plugin will
now be used to transcode ALL transfer syntaxes (this was the default
behaviour up to version 1.7)
-------------------------------------------------------------------
Wed Sep 10 09:23:38 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- remove libboost_system-devel for TW (removed in boost 1.89)
-------------------------------------------------------------------
Mon May 13 13:28:54 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- version 1.7
* 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
-------------------------------------------------------------------
Wed Mar 13 13:02:21 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- enable gcc13 for Leap 15
-------------------------------------------------------------------
Tue Jan 30 19:16:58 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- update to version 1.6
Upgrade to GDCM 3.0.22 for static builds
-------------------------------------------------------------------
Fri Sep 23 13:40:34 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- changed dependency gdcm-libgdcm3_0 -> libgdcm3_0
-------------------------------------------------------------------
Fri Mar 25 20:14:59 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- Version 1.5
* Take the configuration option "RestrictTransferSyntaxes" into
account not only for decoding, but also for transcoding
* Upgrade to GDCM 3.0.10 for static builds-
-------------------------------------------------------------------
Thu Jul 22 19:40:30 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 1.4
* Prevent transcoding of 1bpp DICOM images, as this might crash GDCM
-------------------------------------------------------------------
Sat Jun 19 13:46:53 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 1.3
* Prevent changing SOP class UID from "MR Image Storage" to "Enhanced
MR Image Storage" during the transcoding
-------------------------------------------------------------------
Wed Dec 30 13:35:47 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- Workaround for boo#1180359
-------------------------------------------------------------------
Mon Dec 21 17:46:03 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- Version 1.2
* Temporarily prevent transcoding of 16bpp images to JPEG, as this might crash GDCM
* Upgrade to GDCM 3.0.8 for static builds
* patches_logging.patch removed (included in source)
-------------------------------------------------------------------
Thu Dec 10 13:53:47 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- patches_logging.patch added to fix build error w. orthanc 1.8.1
-------------------------------------------------------------------
Sat Oct 17 12:38:10 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- version 1.1
* Fix transcoding of DICOM files encoded using an implicit transfer syntax
* Support of dynamic linking against the system-wide Orthanc framework
library
* Upgrade to GDCM 3.0.7 for static builds
-------------------------------------------------------------------
Tue May 26 16:48:34 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- version 1.0 of the plugin
iniital build on OBS