Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package orthanc-authorization for
openSUSE:Factory checked in at 2026-04-20 16:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-authorization (Old)
and /work/SRC/openSUSE:Factory/.orthanc-authorization.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-authorization"
Mon Apr 20 16:14:04 2026 rev:10 rq:1348214 version:0.11.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/orthanc-authorization/orthanc-authorization.changes
2026-01-26 11:05:55.239027633 +0100
+++
/work/SRC/openSUSE:Factory/.orthanc-authorization.new.11940/orthanc-authorization.changes
2026-04-20 16:14:23.012834201 +0200
@@ -1,0 +2,12 @@
+Wed Apr 15 14:13:00 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 0.11.2
+ * cassert.diff added
+ * Now recording audit-logs when uploading a zip.
+ * New default permissions for sending emails when sharing studies.
+ * Added support for /tools/bulk-modify and /tools/bulk-anonymize
+ * Fix: in /tools/bulk-delete, a user was able to delete resources
+ he does not have access to.
+ * Fix: in /tools/find, "ParentSeries" and "ParentStudy" fields were ignored.
+
+-------------------------------------------------------------------
Old:
----
OrthancAuthorization-0.10.3.tar.gz
New:
----
OrthancAuthorization-0.11.2.tar.gz
cassert.diff
----------(New B)----------
New:- Version 0.11.2
* cassert.diff added
* Now recording audit-logs when uploading a zip.
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ orthanc-authorization.spec ++++++
--- /var/tmp/diff_new_pack.z0P6be/_old 2026-04-20 16:14:23.820867496 +0200
+++ /var/tmp/diff_new_pack.z0P6be/_new 2026-04-20 16:14:23.820867496 +0200
@@ -21,7 +21,7 @@
Summary: Authorisation plugin for Orthanc
License: GPL-3.0-or-later
Group: Productivity/Graphics/Viewers
-Version: 0.10.3
+Version: 0.11.2
Release: 0
URL: http://orthanc-server.com
Source0:
https://orthanc.uclouvain.be/downloads/sources/%{name}/OrthancAuthorization-%{version}.tar.gz
@@ -30,13 +30,10 @@
Source3:
https://orthanc.uclouvain.be/downloads/third-party-downloads/jsoncpp-1.9.5.tar.gz
Source4:
https://orthanc.uclouvain.be/downloads/third-party-downloads/e2fsprogs-1.44.5.tar.gz
Source5:
https://orthanc.uclouvain.be/downloads/third-party-downloads/boost_1_86_0_bcpdigest-1.12.5.tar.gz
+Patch0: cassert.diff
BuildRequires: cmake
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
-BuildRequires: gcc13-c++
-%else
BuildRequires: gcc-c++
-%endif
BuildRequires: googletest-devel
BuildRequires: jsoncpp-devel
BuildRequires: libboost_date_time-devel >= 1.66
@@ -44,9 +41,6 @@
BuildRequires: libboost_iostreams-devel >= 1.66
BuildRequires: libboost_locale-devel >= 1.66
BuildRequires: libboost_regex-devel >= 1.66
-%if 0%{?suse_version} <= 1600
-BuildRequires: libboost_system-devel >= 1.66
-%endif
BuildRequires: libboost_thread-devel >= 1.66
BuildRequires: libcurl-devel
BuildRequires: libuuid-devel
@@ -71,10 +65,7 @@
cp %{S:1} %{S:2} %{S:3} %{S:4} %{S:5} ThirdPartyDownloads/.
%build
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
-export CC=gcc-13
-export CXX=g++-13
-%endif
+
%cmake .. \
-DALLOW_DOWNLOADS=OFF \
-DUSE_SYSTEM_GOOGLE_TEST=ON \
++++++ OrthancAuthorization-0.10.3.tar.gz -> OrthancAuthorization-0.11.2.tar.gz
++++++
++++ 1920 lines of diff (skipped)
++++++ cassert.diff ++++++
diff -rU 3 a/Plugin/CachedAuthorizationService.cpp
b/Plugin/CachedAuthorizationService.cpp
--- a/Plugin/CachedAuthorizationService.cpp 2026-04-09 11:25:27.000000000
+0200
+++ b/Plugin/CachedAuthorizationService.cpp 2026-04-16 13:29:26.292952489
+0200
@@ -26,6 +26,8 @@
#include <boost/lexical_cast.hpp>
+#include <cassert>
+
namespace OrthancPlugins
{
std::string CachedAuthorizationService::ComputeKey(OrthancPluginHttpMethod
method,