From f76b8b7d8cd735df77964b50db2a5817a218d7409cc9d4b8632c6664b938819a Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sat, 7 Feb 2026 19:11:10 +0100 Subject: [PATCH] update --- OrthancAuthorization-0.10.3.tar.gz | 3 ++ OrthancAuthorization-0.9.4.tar.gz | 3 -- orthanc-authorization.changes | 45 ++++++++++++++++++++++++++++++ orthanc-authorization.spec | 8 ++++-- 4 files changed, 53 insertions(+), 6 deletions(-) create mode 100644 OrthancAuthorization-0.10.3.tar.gz delete mode 100644 OrthancAuthorization-0.9.4.tar.gz diff --git a/OrthancAuthorization-0.10.3.tar.gz b/OrthancAuthorization-0.10.3.tar.gz new file mode 100644 index 0000000..d0bec0a --- /dev/null +++ b/OrthancAuthorization-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaa3677612415a9de03591f3c58074d8c2b76051263f003de7b409c3496c41a +size 264218 diff --git a/OrthancAuthorization-0.9.4.tar.gz b/OrthancAuthorization-0.9.4.tar.gz deleted file mode 100644 index 15818f6..0000000 --- a/OrthancAuthorization-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:541a9dbf547cd9dc329ad7686939152a4cc529dfac467c2124a2434bfb593a66 -size 197833 diff --git a/orthanc-authorization.changes b/orthanc-authorization.changes index d7c3bbd..37f930a 100644 --- a/orthanc-authorization.changes +++ b/orthanc-authorization.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Sun Jan 25 11:25:13 UTC 2026 - Axel Braun + +- version 0.10.3 + * New default permissions for worklists + * New default permissions for tools/metrics-prometheus + * New default permissions for tools/generate-uid + +------------------------------------------------------------------- +Sun Oct 12 14:19:00 UTC 2025 - Axel Braun + +- version 0.10.2 + * New default permissions to add/delete modalities through the Rest API + https://discourse.orthanc-server.org/t/managing-modalities-using-the-rest-api-and-keycloak/6137 + * New standard configuration "stl" + +------------------------------------------------------------------- +Wed Sep 10 09:21:10 UTC 2025 - Axel Braun + +- remove libboost_system-devel for TW (removed in boost 1.89)- + +------------------------------------------------------------------- +Mon Aug 18 13:53:03 UTC 2025 - Axel Braun + +- version 0.10.1 + * Fix audit-logs export in CSV format. + * New configuration "ExtraPermissions" to ADD new permissions to + the default "Permissions" entries. + * Improved handling of "Anonymous" user profiles (when no auth-tokens + are provided): The plugin will now request the auth-service to + get an anonymous user profile even if there are no auth-tokens in the + HTTP request. + * The User profile can now contain a "groups" field if the auth-service + provides it. + * The User profile can now contain an "id" field if the auth-service + provides it. + * New experimental feature: audit-logs + - Enabled by the "EnableAuditLogs" configuration. + - Audit-logs are currently handled by the PostgreSQL plugin and can be + browsed through the route /auth/audit-logs. + - New default permission "audit-logs" to grant access to the + "/auth/audit-logs" route. + * Fix: The "server-id" field is now included in all requests sent to the + auth-service. + ------------------------------------------------------------------- Mon Jul 14 12:56:31 UTC 2025 - Axel Braun diff --git a/orthanc-authorization.spec b/orthanc-authorization.spec index d6a43f3..957e126 100644 --- a/orthanc-authorization.spec +++ b/orthanc-authorization.spec @@ -1,8 +1,8 @@ # # spec file for package orthanc-authorization # -# Copyright (c) 2025 SUSE LLC -# Copyright (c) 2025 Dr. Axel Braun +# Copyright (c) 2026 SUSE LLC and contributors +# Copyright (c) 2025-2026 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: orthanc-authorization Summary: Authorisation plugin for Orthanc License: GPL-3.0-or-later Group: Productivity/Graphics/Viewers -Version: 0.9.4 +Version: 0.10.3 Release: 0 URL: http://orthanc-server.com Source0: https://orthanc.uclouvain.be/downloads/sources/%{name}/OrthancAuthorization-%{version}.tar.gz @@ -44,7 +44,9 @@ BuildRequires: libboost_filesystem-devel >= 1.66 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 -- 2.51.1