Accepting request 789123 from home:DocB:Orthanc

boo#1167431

OBS-URL: https://build.opensuse.org/request/show/789123
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=12
This commit is contained in:
Axel Braun 2020-03-27 17:46:33 +00:00 committed by Git OBS Bridge
parent a9ec2c51f6
commit acc4e461d3
3 changed files with 11 additions and 7 deletions

View File

@ -5,3 +5,7 @@ addFilter("wrong-file-end-of-line-encoding /usr/share/doc/packages/orthanc/Sampl
# some python files are installed under 'examples'
# they should be adjusted
addFilter("env-script-interpreter");
# false positive
addFilter("script-without-shebang /etc/orthanc/Configuration.json");
addFilter("script-without-shebang /etc/orthanc/worklists.json");
addFilter("script-without-shebang /etc/orthanc/serve-folders.json");

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Wed Mar 25 19:08:48 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- various security hardenings
- various security hardenings (boo#1167431)
-------------------------------------------------------------------
Tue Mar 24 19:34:05 UTC 2020 - Axel Braun <axel.braun@gmx.de>

View File

@ -2,7 +2,7 @@
# spec file for package orthanc
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019-2021 Dr. Axel Braun
# Copyright (c) 2019-2020 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -33,11 +33,11 @@ Source5: index.html
Source6: VersionsTests.cpp
Source7: orthanc-rpmlintrc
Source8: Configuration.json
# Sources for plugin
Source10: bootstrap-4.3.1.zip
Source11: axios-0.19.0.tar.gz
Source12: jquery-3.4.1.min.js
Source13: vuejs-2.6.10.tar.gz
# Sources for plugin - need a defined version, so taking them from orthanc-server
Source10: http://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/bootstrap-4.3.1.zip
Source11: http://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/axios-0.19.0.tar.gz
Source12: http://orthanc.osimis.io/ThirdPartyDownloads/jquery-3.4.1.min.js
Source13: http://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/vuejs-2.6.10.tar.gz
BuildRequires: civetweb-devel
BuildRequires: cmake >= 2.8.0