Your message dated Wed, 30 Sep 2015 12:19:06 +0000
with message-id <[email protected]>
and subject line Bug#798514: fixed in orthanc 0.9.4+dfsg-1
has caused the Debian Bug report #798514,
regarding (no subject)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
798514: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798514
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: orthanc: blockUI requires jQuery v1.2.3 or later! You are using v1.11.3
Package: orthanc
Version: 0.9.3+dfsg-1+b1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux testing (stretch)
Release:        testing
Codename:       stretch
Architecture: armv7l

Kernel: Linux 4.1.6-v7+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages orthanc depends on:
ii  adduser                    3.113+nmu3
ii  dcmtk                      3.6.0-15.1
ii  libboost-filesystem1.58.0  1.58.0+dfsg-3
ii  libboost-locale1.58.0      1.58.0+dfsg-3
ii  libboost-regex1.58.0       1.58.0+dfsg-3
ii  libboost-system1.58.0      1.58.0+dfsg-3
ii  libboost-thread1.58.0      1.58.0+dfsg-3
ii  libc6                      2.19-19
ii  libcurl3                   7.44.0-1
ii  libdcmtk2v5                3.6.0-15.1
ii  libgcc1                    1:5.2.1-16
ii  libjsoncpp0v5              0.10.5-1
ii  liblua5.1-0                5.1.5-8
ii  libpng12-0                 1.2.50-2+b2
ii  libpugixml1v5              1.4-3
ii  libsqlite3-0               3.8.11.1-1
ii  libssl1.0.0                1.0.2d-1
ii  libstdc++6                 5.2.1-16
ii  libuuid1                   2.26.2-9
ii  zlib1g                     1:1.2.8.dfsg-2+b1

orthanc recommends no packages.

orthanc suggests no packages.

-- Configuration Files:
/etc/orthanc/orthanc.json changed:
{
  /**
   * General configuration of Orthanc
   **/
  // The logical name of this instance of Orthanc. This one is
  // displayed in Orthanc Explorer and at the URI "/system".
  "Name" : "MyOrthanc",
  // Path to the directory that holds the heavyweight files
  // (i.e. the raw DICOM instances)
  "StorageDirectory" : "OrthancStorage",
  // 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" : "OrthancStorage",
  // Enable the transparent compression of the DICOM instances
  "StorageCompression" : false,
  // Maximum size of the storage in MB (a value of "0" indicates no
  // limit on the storage size)
  "MaximumStorageSize" : 0,
  // Maximum number of patients that can be stored at a given time
  // in the storage (a value of "0" indicates no limit on the number
  // of patients)
  "MaximumPatientCount" : 0,
  
  // List of paths to the custom Lua scripts that are to be loaded
  // into this instance of Orthanc
  "LuaScripts" : [
  ],
  // List of paths to the plugins that are to be loaded into this
  // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
  // "./PluginTest.dll" for Windows). These paths can refer to
  // folders, in which case they will be scanned non-recursively to
  // find shared libraries.
  "Plugins" : [ 
  ],
  /**
   * Configuration of the HTTP server
   **/
  // HTTP port for the REST services and for the GUI
  "HttpPort" : 8042,
  /**
   * Configuration of the DICOM server
   **/
  // The DICOM Application Entity Title
  "DicomAet" : "ORTHANC",
  // Check whether the called AET corresponds during a DICOM request
  "DicomCheckCalledAet" : false,
  // The DICOM port
  "DicomPort" : 4242,
  // The default encoding that is assumed for DICOM files without
  // "SpecificCharacterSet" DICOM tag. The allowed values are "Ascii",
  // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5",
  // "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew", "Thai",
  // "Japanese", and "Chinese".
  "DefaultEncoding" : "Latin1",
  // The transfer syntaxes that are accepted by Orthanc C-Store SCP
  "DeflatedTransferSyntaxAccepted"     : true,
  "JpegTransferSyntaxAccepted"         : true,
  "Jpeg2000TransferSyntaxAccepted"     : true,
  "JpegLosslessTransferSyntaxAccepted" : true,
  "JpipTransferSyntaxAccepted"         : true,
  "Mpeg2TransferSyntaxAccepted"        : true,
  "RleTransferSyntaxAccepted"          : true,
  /**
   * Security-related options for the HTTP server
   **/
  // Whether remote hosts can connect to the HTTP server
  "RemoteAccessAllowed" : true,
  // Whether or not SSL is enabled
  "SslEnabled" : false,
  // Path to the SSL certificate (meaningful only if SSL is enabled)
  "SslCertificate" : "certificate.pem",
  // Whether or not the password protection is enabled
  "AuthenticationEnabled" : true,
  // The list of the registered users. Because Orthanc uses HTTP
  // Basic Authentication, the passwords are stored as plain text.
  "RegisteredUsers" : {
    // "alice" : "alicePassword" 
        "demo" : "2634demo"
  },
  /**
   * Network topology
   **/
  // The list of the known DICOM modalities
  "DicomModalities" : {
    /**
     * Uncommenting the following line would enable Orthanc to
     * connect to an instance of the "storescp" open-source DICOM
     * store (shipped in the DCMTK distribution) started by the
     * command line "storescp 2000".
     **/
    // "sample" : [ "STORESCP", "localhost", 2000 ]
    /**
     * A fourth parameter is available to enable patches for a
     * specific PACS manufacturer. The allowed values are currently
     * "Generic" (default value), "StoreScp" (storescp tool from
     * DCMTK), "ClearCanvas", "MedInria", "Dcm4Chee" and
     * "SyngoVia". This parameter is case-sensitive.
     **/
    // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
  },
  // The list of the known Orthanc peers
  "OrthancPeers" : {
    /**
     * Each line gives the base URL of an Orthanc peer, possibly
     * followed by the username/password pair (if the password
     * protection is enabled on the peer).
     **/
    // "peer"  : [ "http://localhost:8043/";, "alice", "alicePassword" ]
    // "peer2" : [ "http://localhost:8044/"; ]
  },
  // Parameters of the HTTP proxy to be used by Orthanc. If set to the
  // empty string, no HTTP proxy is used. For instance:
  //   "HttpProxy" : "192.168.0.1:3128"
  //   "HttpProxy" : "proxyUser:[email protected]:3128"
  "HttpProxy" : "",
  /**
   * Advanced options
   **/
  // Dictionary of symbolic names for the user-defined metadata. Each
  // entry must map a number between 1024 and 65535 to an unique
  // string.
  "UserMetadata" : {
    // "Sample" : 1024
  },
  // Dictionary of symbolic names for the user-defined types of
  // attached files. Each entry must map a number between 1024 and
  // 65535 to an unique string.
  "UserContentType" : {
    // "sample" : 1024
  },
  // Number of seconds without receiving any instance before a
  // patient, a study or a series is considered as stable.
  "StableAge" : 60,
  // Enable the HTTP server. If this parameter is set to "false",
  // Orthanc acts as a pure DICOM server. The REST API and Orthanc
  // Explorer will not be available.
  "HttpServerEnabled" : true,
  // Enable the DICOM server. If this parameter is set to "false",
  // Orthanc acts as a pure REST server. It will not be possible to
  // receive files or to do query/retrieve through the DICOM protocol.
  "DicomServerEnabled" : true,
  // By default, Orthanc compares AET (Application Entity Titles) in a
  // case-insensitive way. Setting this option to "true" will enable
  // case-sensitive matching.
  "StrictAetComparison" : false,
  // When the following option is "true", the MD5 of the DICOM files
  // will be computed and stored in the Orthanc database. This
  // information can be used to detect disk corruption, at the price
  // of a small performance overhead.
  "StoreMD5ForAttachments" : true,
  // The maximum number of results for a single C-FIND request at the
  // Patient, Study or Series level. Setting this option to "0" means
  // no limit.
  "LimitFindResults" : 0,
  // The maximum number of results for a single C-FIND request at the
  // Instance level. Setting this option to "0" means no limit.
  "LimitFindInstances" : 0,
  // The maximum number of active jobs in the Orthanc scheduler. When
  // this limit is reached, the addition of new jobs is blocked until
  // some job finishes.
  "LimitJobs" : 10,
  // If this option is set to "false", Orthanc will not log the
  // resources that are exported to other DICOM modalities of Orthanc
  // peers in the URI "/exports". This is useful to prevent the index
  // to grow indefinitely in auto-routing tasks.
  "LogExportedResources" : true,
  // Enable or disable HTTP Keep-Alive (deprecated). Set this option
  // to "true" only in the case of high HTTP loads.
  "KeepAlive" : false,
  // If this option is set to "false", Orthanc will run in index-only
  // mode. The DICOM files will not be stored on the drive.
  "StoreDicom" : true,
  // DICOM associations are kept open as long as new DICOM commands
  // are issued. This option sets the number of seconds of inactivity
  // to wait before automatically closing a DICOM association. If set
  // to 0, the connection is closed immediately.
  "DicomAssociationCloseDelay" : 5,
  // Maximum number of query/retrieve DICOM requests that are
  // maintained by Orthanc. The least recently used requests get
  // deleted as new requests are issued.
  "QueryRetrieveSize" : 10,
  // When handling a C-Find SCP request, setting this flag to "false"
  // will enable case-insensitive match for PN value representation
  // (such as PatientName). By default, the search is case-insensitive.
  "CaseSensitivePN" : false
}


-- no debconf information

--- End Message ---
--- Begin Message ---
Source: orthanc
Source-Version: 0.9.4+dfsg-1

We believe that the bug you reported is fixed in the latest version of
orthanc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Jodogne <[email protected]> (supplier of updated orthanc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 17 Sep 2015 09:11:38 +0200
Source: orthanc
Binary: orthanc orthanc-doc orthanc-dev
Architecture: source amd64 all
Version: 0.9.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Sebastien Jodogne <[email protected]>
Description:
 orthanc    - Lightweight, RESTful DICOM server for medical imaging
 orthanc-dev - Orthanc development files
 orthanc-doc - Documentation of Orthanc
Closes: 798514
Changes:
 orthanc (0.9.4+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Force jQuery version to 1.7.2, as in upstream. Closes: #798514
Checksums-Sha1:
 70e4f2461faf3a897fe4ff0ea3b4b19d6d134bb0 2488 orthanc_0.9.4+dfsg-1.dsc
 2e59cd8d45aa152cd28313c21fc02dc878c28af5 785696 orthanc_0.9.4+dfsg.orig.tar.xz
 9f8b22bd3707b2c718cb435b2ce904355b866c56 1792976 
orthanc_0.9.4+dfsg-1.debian.tar.xz
 342eb775ea8eb7d4b15d3fb05b641d539edb72ad 39370 
orthanc-dev_0.9.4+dfsg-1_amd64.deb
 03b7dc01916dc8b571a06ea2bfc94fd225fc279d 144980 
orthanc-doc_0.9.4+dfsg-1_all.deb
 085bc7a9c4d58667c3541b5259bbe15242c1d1e7 739632 orthanc_0.9.4+dfsg-1_amd64.deb
Checksums-Sha256:
 42b111260f75f7042452173523eaff85213313fb51f840bed2524e827a9475c7 2488 
orthanc_0.9.4+dfsg-1.dsc
 16c2f482fae0bf2970357243244e949e3d390a917addf0260c9bf02c18061fb9 785696 
orthanc_0.9.4+dfsg.orig.tar.xz
 4fe91b79c11d8fc58f359ff649bf679c43ffd57eae3121b8124e188668cf3f92 1792976 
orthanc_0.9.4+dfsg-1.debian.tar.xz
 98b8a99b234412449785be365e10870d2b459545fa7c3fe2ef809779e3bc54f9 39370 
orthanc-dev_0.9.4+dfsg-1_amd64.deb
 d45dc7c233bc7f9b7071ffecd0c37b9266510626d8aab6549facf80f6a48f022 144980 
orthanc-doc_0.9.4+dfsg-1_all.deb
 1b264b17b7ad4c36dcbb348b1d82f2f298a46707c600ce6de2128708f7dda5b9 739632 
orthanc_0.9.4+dfsg-1_amd64.deb
Files:
 3e2a1c85bad95fcccfb6a3fb6506b889 2488 science optional orthanc_0.9.4+dfsg-1.dsc
 b2dcd5fd29e0dbb37abba6786c1ab2b9 785696 science optional 
orthanc_0.9.4+dfsg.orig.tar.xz
 b71e8a880c93f277c44518676348428a 1792976 science optional 
orthanc_0.9.4+dfsg-1.debian.tar.xz
 3e8a9345d9317eed0ed095a6583beddf 39370 libdevel optional 
orthanc-dev_0.9.4+dfsg-1_amd64.deb
 e93588ea365f11663a8e44400008a12a 144980 doc optional 
orthanc-doc_0.9.4+dfsg-1_all.deb
 8536d4b4f6e4e1ff212a2c435c61ca55 739632 science optional 
orthanc_0.9.4+dfsg-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWC8udAAoJEFeKBJTRxkbR2poQAJmr5JQT1KkTJ1E13Dvd/yeP
xxdVwf//oSX7gt4nU6n08Bc0RYT/QfYq+aGQaqPs/KcAggFIzoQmGJFwkscER98M
7nBRsN4WNwadt/154Tb9lnOLGR3xVeBUkkq0y1+8BEjVQvDc3DjGCzgWgQLG3nfT
7iGc6T7bNBwtEBzz0eZldZNZOEFBiSmZfdTZUTy6lBFl3/4HcA5VzmVgrosR0A0f
AEetYn5GObZB8jzgShbVgBwnrIkpLHszl3Mxce5ARAJl/yTWlTJlYBDMNkqY08Kx
PnLv/oQXipHo8RqXN1W73ADUeA07caLDEKbBenC59D/nJPDmvADDsJzuRRYTNLmU
OdczzD2NDRFz3LzF1PakVWYJ3yjoA6GkNEcbu+rVuM3Cki2C1vqaabByf4bWTCLj
ZkWP2rQSvGAsCOsLLmxnaTptvS6DZ8mcrZlraAAX+D4MEVRLDYT8692mDpdAFqip
+0y3CodSHx5+VTsRoXiaktHs03iYlO0HnSFw9/3thGmMnaVFpndBC4OhWfhKmGDs
HFlRnNEaFxTOkI1j9FeU0kSvU133DvxKb3ajNLOMtE1koT0RSBcE9i67Z+XHIkfm
jT0l8Vl/6ymN51Z1OH6VeNIQbN3u8fpW8F+HyUGlVuD9qITW70s0gP87YxWRGxU2
TfLUE76L3VZPKctB3c/N
=ivxx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to