[med-svn] r18432 - in trunk/packages/orthanc/trunk/debian: . patches

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Tue Oct 28 08:51:48 UTC 2014


Author: jodogne-guest
Date: 2014-10-28 08:51:47 +0000 (Tue, 28 Oct 2014)
New Revision: 18432

Added:
   trunk/packages/orthanc/trunk/debian/patches/fix-credentials
Modified:
   trunk/packages/orthanc/trunk/debian/changelog
   trunk/packages/orthanc/trunk/debian/patches/series
Log:
Fix crash if bad credentials in HTTP requests

Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog	2014-10-27 11:46:57 UTC (rev 18431)
+++ trunk/packages/orthanc/trunk/debian/changelog	2014-10-28 08:51:47 UTC (rev 18432)
@@ -1,3 +1,9 @@
+orthanc (0.8.4+dfsg-2) unstable; urgency=medium
+
+  * Fix crash if bad credentials in HTTP requests
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com>  Tue, 28 Oct 2014 09:36:34 +0100
+
 orthanc (0.8.4+dfsg-1) unstable; urgency=medium
 
   [ Andreas Tille ]

Added: trunk/packages/orthanc/trunk/debian/patches/fix-credentials
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/fix-credentials	                        (rev 0)
+++ trunk/packages/orthanc/trunk/debian/patches/fix-credentials	2014-10-28 08:51:47 UTC (rev 18432)
@@ -0,0 +1,16 @@
+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/series
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/series	2014-10-27 11:46:57 UTC (rev 18431)
+++ trunk/packages/orthanc/trunk/debian/patches/series	2014-10-28 08:51:47 UTC (rev 18432)
@@ -1,2 +1,3 @@
+fix-credentials
 remove-jquery-version
 




More information about the debian-med-commit mailing list