[med-svn] r18445 - in trunk/packages/orthanc/trunk/debian: . configuration docs patches

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Tue Nov 4 16:33:29 UTC 2014


Author: jodogne-guest
Date: 2014-11-04 16:33:29 +0000 (Tue, 04 Nov 2014)
New Revision: 18445

Removed:
   trunk/packages/orthanc/trunk/debian/patches/fix-credentials
Modified:
   trunk/packages/orthanc/trunk/debian/changelog
   trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
   trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
   trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
   trunk/packages/orthanc/trunk/debian/patches/series
Log:
Orthanc 0.8.5

Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog	2014-11-04 10:36:22 UTC (rev 18444)
+++ trunk/packages/orthanc/trunk/debian/changelog	2014-11-04 16:33:29 UTC (rev 18445)
@@ -1,3 +1,9 @@
+orthanc (0.8.5+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com>  Tue, 04 Nov 2014 16:47:54 +0100
+
 orthanc (0.8.4+dfsg-2) unstable; urgency=medium
 
   [ Sebastien Jodogne ]

Modified: trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
===================================================================
--- trunk/packages/orthanc/trunk/debian/configuration/orthanc.json	2014-11-04 10:36:22 UTC (rev 18444)
+++ trunk/packages/orthanc/trunk/debian/configuration/orthanc.json	2014-11-04 16:33:29 UTC (rev 18445)
@@ -9,12 +9,12 @@
 
   // Path to the directory that holds the heavyweight files
   // (i.e. the raw DICOM instances)
-  "StorageDirectory" : "/var/lib/orthanc/db-v4",
+  "StorageDirectory" : "/var/lib/orthanc/db-v5",
 
   // Path to the directory that holds the SQLite index (if unset,
   // the value of StorageDirectory is used). This index could be
   // stored on a RAM-drive or a SSD device for performance reasons.
-  "IndexDirectory" : "/var/lib/orthanc/db-v4",
+  "IndexDirectory" : "/var/lib/orthanc/db-v5",
 
   // Enable the transparent compression of the DICOM instances
   "StorageCompression" : false,
@@ -34,7 +34,7 @@
   ],
 
   // List of paths to the plugins that are to be loaded into this
-  // instance of Orthanc (e.g. "/libPluginTest.so" for Linux, or
+  // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
   // "./PluginTest.dll" for Windows).
   "Plugins" : [
   ],

Modified: trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
===================================================================
--- trunk/packages/orthanc/trunk/debian/docs/Orthanc.1	2014-11-04 10:36:22 UTC (rev 18444)
+++ trunk/packages/orthanc/trunk/debian/docs/Orthanc.1	2014-11-04 16:33:29 UTC (rev 18445)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
-.TH ORTHANC "1" "October 2014" "Orthanc 0.8.4" "User Commands"
+.TH ORTHANC "1" "November 2014" "Orthanc 0.8.5" "User Commands"
 .SH NAME
 Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
 .SH SYNOPSIS

Deleted: trunk/packages/orthanc/trunk/debian/patches/fix-credentials
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/fix-credentials	2014-11-04 10:36:22 UTC (rev 18444)
+++ trunk/packages/orthanc/trunk/debian/patches/fix-credentials	2014-11-04 16:33:29 UTC (rev 18445)
@@ -1,16 +0,0 @@
-Description: Fix crash if bad credentials in HTTP requests
-Author: Sebastien Jodogne <s.jodogne at gmail.com>
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: Orthanc-0.8.4/Core/HttpServer/MongooseServer.cpp
-===================================================================
---- Orthanc-0.8.4.orig/Core/HttpServer/MongooseServer.cpp	2014-09-19 10:46:51.000000000 +0200
-+++ Orthanc-0.8.4/Core/HttpServer/MongooseServer.cpp	2014-10-28 09:41:15.135265459 +0100
-@@ -428,7 +428,6 @@
- 
-     if (!granted)
-     {
--      output.SendUnauthorized(ORTHANC_REALM);
-       return false;
-     }
-     else

Modified: trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version	2014-11-04 10:36:22 UTC (rev 18444)
+++ trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version	2014-11-04 16:33:29 UTC (rev 18445)
@@ -2,10 +2,10 @@
 Author: Sebastien Jodogne <s.jodogne at gmail.com>
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: Orthanc-0.8.4/OrthancExplorer/explorer.html
+Index: Orthanc-0.8.5/OrthancExplorer/explorer.html
 ===================================================================
---- Orthanc-0.8.4.orig/OrthancExplorer/explorer.html
-+++ Orthanc-0.8.4/OrthancExplorer/explorer.html
+--- Orthanc-0.8.5.orig/OrthancExplorer/explorer.html
++++ Orthanc-0.8.5/OrthancExplorer/explorer.html
 @@ -6,15 +6,15 @@
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Orthanc Explorer</title>

Modified: trunk/packages/orthanc/trunk/debian/patches/series
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/series	2014-11-04 10:36:22 UTC (rev 18444)
+++ trunk/packages/orthanc/trunk/debian/patches/series	2014-11-04 16:33:29 UTC (rev 18445)
@@ -1,3 +1,2 @@
-fix-credentials
 remove-jquery-version
 




More information about the debian-med-commit mailing list