--- /srv/reproducible-results/rbuild-debian/r-b-build.rHz6Zs41/b1/barbican_19.0.0-4_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.rHz6Zs41/b2/barbican_19.0.0-4_amd64.changes ├── Files │ @@ -1,7 +1,7 @@ │ │ f1201a6f92b01f6ca2a5eb2e70eafcad 25428 python optional barbican-api_19.0.0-4_all.deb │ 1d9e3c083d64cd55e2f374fb7ee245e7 45840 net optional barbican-common_19.0.0-4_all.deb │ - d63a946d15ac6188b5cf048480147ad1 1214620 doc optional barbican-doc_19.0.0-4_all.deb │ + 9ffd76f881b53fd358f05ceedf68f2e2 1214644 doc optional barbican-doc_19.0.0-4_all.deb │ 6f5c17b7e9e827aa81a4b1458f6e781f 8020 net optional barbican-keystone-listener_19.0.0-4_all.deb │ 877a8f679e45eca910c85b1b9a4ce181 8012 net optional barbican-worker_19.0.0-4_all.deb │ bc7f6e47b3bd4feb763cef303f13fe16 241376 python optional python3-barbican_19.0.0-4_all.deb ├── barbican-doc_19.0.0-4_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-01-14 07:34:33.000000 debian-binary │ │ --rw-r--r-- 0 0 0 5300 2025-01-14 07:34:33.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1209128 2025-01-14 07:34:33.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5296 2025-01-14 07:34:33.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 1209156 2025-01-14 07:34:33.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/barbican-doc/html/configuration/config.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -237,14 +237,70 @@ │ │ │ │ <dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre">False</span></code></p> │ │ │ │ </dd> │ │ │ │ </dl> │ │ │ │ <p>Show SQLAlchemy pool-related debugging output in logs (sets DEBUG log level output) if specified.</p> │ │ │ │ </dd></dl> │ │ │ │ │ │ │ │ <dl class="oslo.config option"> │ │ │ │ +<dt class="sig sig-object oslo.config" id="DEFAULT.backdoor_port"> │ │ │ │ +<span class="sig-name descname"><span class="pre">backdoor_port</span></span><a class="headerlink" href="#DEFAULT.backdoor_port" title="Link to this definition">¶</a></dt> │ │ │ │ +<dd><dl class="field-list simple"> │ │ │ │ +<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-odd"><p>string</p> │ │ │ │ +</dd> │ │ │ │ +<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre"><None></span></code></p> │ │ │ │ +</dd> │ │ │ │ +</dl> │ │ │ │ +<p>Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service’s log file.</p> │ │ │ │ +</dd></dl> │ │ │ │ + │ │ │ │ +<dl class="oslo.config option"> │ │ │ │ +<dt class="sig sig-object oslo.config" id="DEFAULT.backdoor_socket"> │ │ │ │ +<span class="sig-name descname"><span class="pre">backdoor_socket</span></span><a class="headerlink" href="#DEFAULT.backdoor_socket" title="Link to this definition">¶</a></dt> │ │ │ │ +<dd><dl class="field-list simple"> │ │ │ │ +<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-odd"><p>string</p> │ │ │ │ +</dd> │ │ │ │ +<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre"><None></span></code></p> │ │ │ │ +</dd> │ │ │ │ +</dl> │ │ │ │ +<p>Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with ‘backdoor_port’ in that only one should be provided. If both are provided then the existence of this option overrides the usage of that option. Inside the path {pid} will be replaced with the PID of the current process.</p> │ │ │ │ +</dd></dl> │ │ │ │ + │ │ │ │ +<dl class="oslo.config option"> │ │ │ │ +<dt class="sig sig-object oslo.config" id="DEFAULT.log_options"> │ │ │ │ +<span class="sig-name descname"><span class="pre">log_options</span></span><a class="headerlink" href="#DEFAULT.log_options" title="Link to this definition">¶</a></dt> │ │ │ │ +<dd><dl class="field-list simple"> │ │ │ │ +<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-odd"><p>boolean</p> │ │ │ │ +</dd> │ │ │ │ +<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre">True</span></code></p> │ │ │ │ +</dd> │ │ │ │ +</dl> │ │ │ │ +<p>Enables or disables logging values of all registered options when starting a service (at DEBUG level).</p> │ │ │ │ +</dd></dl> │ │ │ │ + │ │ │ │ +<dl class="oslo.config option"> │ │ │ │ +<dt class="sig sig-object oslo.config" id="DEFAULT.graceful_shutdown_timeout"> │ │ │ │ +<span class="sig-name descname"><span class="pre">graceful_shutdown_timeout</span></span><a class="headerlink" href="#DEFAULT.graceful_shutdown_timeout" title="Link to this definition">¶</a></dt> │ │ │ │ +<dd><dl class="field-list simple"> │ │ │ │ +<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-odd"><p>integer</p> │ │ │ │ +</dd> │ │ │ │ +<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ +<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre">60</span></code></p> │ │ │ │ +</dd> │ │ │ │ +</dl> │ │ │ │ +<p>Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.</p> │ │ │ │ +</dd></dl> │ │ │ │ + │ │ │ │ +<dl class="oslo.config option"> │ │ │ │ <dt class="sig sig-object oslo.config" id="DEFAULT.debug"> │ │ │ │ <span class="sig-name descname"><span class="pre">debug</span></span><a class="headerlink" href="#DEFAULT.debug" title="Link to this definition">¶</a></dt> │ │ │ │ <dd><dl class="field-list simple"> │ │ │ │ <dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ <dd class="field-odd"><p>boolean</p> │ │ │ │ </dd> │ │ │ │ <dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ @@ -759,70 +815,14 @@ │ │ │ │ <dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre">False</span></code></p> │ │ │ │ </dd> │ │ │ │ </dl> │ │ │ │ <p>Enables or disables fatal status of deprecations.</p> │ │ │ │ </dd></dl> │ │ │ │ │ │ │ │ <dl class="oslo.config option"> │ │ │ │ -<dt class="sig sig-object oslo.config" id="DEFAULT.backdoor_port"> │ │ │ │ -<span class="sig-name descname"><span class="pre">backdoor_port</span></span><a class="headerlink" href="#DEFAULT.backdoor_port" title="Link to this definition">¶</a></dt> │ │ │ │ -<dd><dl class="field-list simple"> │ │ │ │ -<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-odd"><p>string</p> │ │ │ │ -</dd> │ │ │ │ -<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre"><None></span></code></p> │ │ │ │ -</dd> │ │ │ │ -</dl> │ │ │ │ -<p>Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service’s log file.</p> │ │ │ │ -</dd></dl> │ │ │ │ - │ │ │ │ -<dl class="oslo.config option"> │ │ │ │ -<dt class="sig sig-object oslo.config" id="DEFAULT.backdoor_socket"> │ │ │ │ -<span class="sig-name descname"><span class="pre">backdoor_socket</span></span><a class="headerlink" href="#DEFAULT.backdoor_socket" title="Link to this definition">¶</a></dt> │ │ │ │ -<dd><dl class="field-list simple"> │ │ │ │ -<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-odd"><p>string</p> │ │ │ │ -</dd> │ │ │ │ -<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre"><None></span></code></p> │ │ │ │ -</dd> │ │ │ │ -</dl> │ │ │ │ -<p>Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with ‘backdoor_port’ in that only one should be provided. If both are provided then the existence of this option overrides the usage of that option. Inside the path {pid} will be replaced with the PID of the current process.</p> │ │ │ │ -</dd></dl> │ │ │ │ - │ │ │ │ -<dl class="oslo.config option"> │ │ │ │ -<dt class="sig sig-object oslo.config" id="DEFAULT.log_options"> │ │ │ │ -<span class="sig-name descname"><span class="pre">log_options</span></span><a class="headerlink" href="#DEFAULT.log_options" title="Link to this definition">¶</a></dt> │ │ │ │ -<dd><dl class="field-list simple"> │ │ │ │ -<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-odd"><p>boolean</p> │ │ │ │ -</dd> │ │ │ │ -<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre">True</span></code></p> │ │ │ │ -</dd> │ │ │ │ -</dl> │ │ │ │ -<p>Enables or disables logging values of all registered options when starting a service (at DEBUG level).</p> │ │ │ │ -</dd></dl> │ │ │ │ - │ │ │ │ -<dl class="oslo.config option"> │ │ │ │ -<dt class="sig sig-object oslo.config" id="DEFAULT.graceful_shutdown_timeout"> │ │ │ │ -<span class="sig-name descname"><span class="pre">graceful_shutdown_timeout</span></span><a class="headerlink" href="#DEFAULT.graceful_shutdown_timeout" title="Link to this definition">¶</a></dt> │ │ │ │ -<dd><dl class="field-list simple"> │ │ │ │ -<dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-odd"><p>integer</p> │ │ │ │ -</dd> │ │ │ │ -<dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ -<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre">60</span></code></p> │ │ │ │ -</dd> │ │ │ │ -</dl> │ │ │ │ -<p>Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.</p> │ │ │ │ -</dd></dl> │ │ │ │ - │ │ │ │ -<dl class="oslo.config option"> │ │ │ │ <dt class="sig sig-object oslo.config" id="DEFAULT.rpc_conn_pool_size"> │ │ │ │ <span class="sig-name descname"><span class="pre">rpc_conn_pool_size</span></span><a class="headerlink" href="#DEFAULT.rpc_conn_pool_size" title="Link to this definition">¶</a></dt> │ │ │ │ <dd><dl class="field-list simple"> │ │ │ │ <dt class="field-odd">Type<span class="colon">:</span></dt> │ │ │ │ <dd class="field-odd"><p>integer</p> │ │ │ │ </dd> │ │ │ │ <dt class="field-even">Default<span class="colon">:</span></dt> │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -70,14 +70,50 @@ │ │ │ │ │ sql_pool_logging_¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Show SQLAlchemy pool-related debugging output in logs (sets DEBUG log │ │ │ │ │ level output) if specified. │ │ │ │ │ + backdoor_port_¶ │ │ │ │ │ + Type: │ │ │ │ │ + string │ │ │ │ │ + Default: │ │ │ │ │ + <None> │ │ │ │ │ + Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>: │ │ │ │ │ + <end>, where 0 results in listening on a random tcp port number; <port> │ │ │ │ │ + results in listening on the specified port number (and not enabling │ │ │ │ │ + backdoor if that port is in use); and <start>:<end> results in listening │ │ │ │ │ + on the smallest unused port number within the specified range of port │ │ │ │ │ + numbers. The chosen port is displayed in the service’s log file. │ │ │ │ │ + backdoor_socket_¶ │ │ │ │ │ + Type: │ │ │ │ │ + string │ │ │ │ │ + Default: │ │ │ │ │ + <None> │ │ │ │ │ + Enable eventlet backdoor, using the provided path as a unix socket that │ │ │ │ │ + can receive connections. This option is mutually exclusive with │ │ │ │ │ + ‘backdoor_port’ in that only one should be provided. If both are provided │ │ │ │ │ + then the existence of this option overrides the usage of that option. │ │ │ │ │ + Inside the path {pid} will be replaced with the PID of the current │ │ │ │ │ + process. │ │ │ │ │ + log_options_¶ │ │ │ │ │ + Type: │ │ │ │ │ + boolean │ │ │ │ │ + Default: │ │ │ │ │ + True │ │ │ │ │ + Enables or disables logging values of all registered options when │ │ │ │ │ + starting a service (at DEBUG level). │ │ │ │ │ + graceful_shutdown_timeout_¶ │ │ │ │ │ + Type: │ │ │ │ │ + integer │ │ │ │ │ + Default: │ │ │ │ │ + 60 │ │ │ │ │ + Specify a timeout after which a gracefully shutdown server will exit. │ │ │ │ │ + Zero value means endless wait. │ │ │ │ │ debug_¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Mutable: │ │ │ │ │ This option can be changed without restarting. │ │ │ │ │ @@ -346,50 +382,14 @@ │ │ │ │ │ levels are filtered. │ │ │ │ │ fatal_deprecations_¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Enables or disables fatal status of deprecations. │ │ │ │ │ - backdoor_port_¶ │ │ │ │ │ - Type: │ │ │ │ │ - string │ │ │ │ │ - Default: │ │ │ │ │ - <None> │ │ │ │ │ - Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>: │ │ │ │ │ - <end>, where 0 results in listening on a random tcp port number; <port> │ │ │ │ │ - results in listening on the specified port number (and not enabling │ │ │ │ │ - backdoor if that port is in use); and <start>:<end> results in listening │ │ │ │ │ - on the smallest unused port number within the specified range of port │ │ │ │ │ - numbers. The chosen port is displayed in the service’s log file. │ │ │ │ │ - backdoor_socket_¶ │ │ │ │ │ - Type: │ │ │ │ │ - string │ │ │ │ │ - Default: │ │ │ │ │ - <None> │ │ │ │ │ - Enable eventlet backdoor, using the provided path as a unix socket that │ │ │ │ │ - can receive connections. This option is mutually exclusive with │ │ │ │ │ - ‘backdoor_port’ in that only one should be provided. If both are provided │ │ │ │ │ - then the existence of this option overrides the usage of that option. │ │ │ │ │ - Inside the path {pid} will be replaced with the PID of the current │ │ │ │ │ - process. │ │ │ │ │ - log_options_¶ │ │ │ │ │ - Type: │ │ │ │ │ - boolean │ │ │ │ │ - Default: │ │ │ │ │ - True │ │ │ │ │ - Enables or disables logging values of all registered options when │ │ │ │ │ - starting a service (at DEBUG level). │ │ │ │ │ - graceful_shutdown_timeout_¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 60 │ │ │ │ │ - Specify a timeout after which a gracefully shutdown server will exit. │ │ │ │ │ - Zero value means endless wait. │ │ │ │ │ rpc_conn_pool_size_¶ │ │ │ │ │ Type: │ │ │ │ │ integer │ │ │ │ │ Default: │ │ │ │ │ 30 │ │ │ │ │ Minimum Value: │ │ │ │ │ 1