--- /srv/reproducible-results/rbuild-debian/r-b-build.BjyypNXQ/b1/barbican_18.0.0-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.BjyypNXQ/b2/barbican_18.0.0-1_armhf.changes ├── Files │ @@ -1,7 +1,7 @@ │ │ 3a17b8d885fb427e70a7b51564dbbaf3 25016 python optional barbican-api_18.0.0-1_all.deb │ 90e8d057b9c6be51d793c3ccc4d4f260 45856 net optional barbican-common_18.0.0-1_all.deb │ - b57998c907315bcae70309b316249438 1193860 doc optional barbican-doc_18.0.0-1_all.deb │ + e200221415b0143259d4f8204f4d85cd 1193848 doc optional barbican-doc_18.0.0-1_all.deb │ 3632f714de2b6683a3f461b6f4a7288b 7600 net optional barbican-keystone-listener_18.0.0-1_all.deb │ 9394cee2064f9ddae7d275ef0babdf89 7592 net optional barbican-worker_18.0.0-1_all.deb │ 2ba71b5d83074352fec62d2f3cdae80d 244572 python optional python3-barbican_18.0.0-1_all.deb ├── barbican-doc_18.0.0-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-04-04 07:01:02.000000 debian-binary │ │ -rw-r--r-- 0 0 0 5300 2024-04-04 07:01:02.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1188368 2024-04-04 07:01:02.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 1188356 2024-04-04 07:01:02.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 │ │ │ │ @@ -731,70 +731,14 @@ │ │ │ │

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:
│ │ │ │ @@ -930,14 +874,70 @@ │ │ │ │
Default:
│ │ │ │

False

│ │ │ │
│ │ │ │
│ │ │ │

Add an endpoint to answer to ping calls. Endpoint is named oslo_rpc_server_ping

│ │ │ │
│ │ │ │ │ │ │ │ +
│ │ │ │ +
│ │ │ │ +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.

│ │ │ │ +
│ │ │ │ + │ │ │ │
│ │ │ │

audit_middleware_notifications

│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ use_oslo_messaging
│ │ │ │
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -331,50 +331,14 @@ │ │ │ │ │ levels are filtered. │ │ │ │ │ fatal_deprecations_¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Enables or disables fatal status of deprecations. │ │ │ │ │ - backdoor_port_¶ │ │ │ │ │ - Type: │ │ │ │ │ - string │ │ │ │ │ - Default: │ │ │ │ │ - │ │ │ │ │ - Enable eventlet backdoor. Acceptable values are 0, , and : │ │ │ │ │ - , where 0 results in listening on a random tcp port number; │ │ │ │ │ - results in listening on the specified port number (and not enabling │ │ │ │ │ - backdoor if that port is in use); and : 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: │ │ │ │ │ - │ │ │ │ │ - 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 │ │ │ │ │ @@ -432,14 +396,50 @@ │ │ │ │ │ rpc_ping_enabled_¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Add an endpoint to answer to ping calls. Endpoint is named │ │ │ │ │ oslo_rpc_server_ping │ │ │ │ │ + backdoor_port_¶ │ │ │ │ │ + Type: │ │ │ │ │ + string │ │ │ │ │ + Default: │ │ │ │ │ + │ │ │ │ │ + Enable eventlet backdoor. Acceptable values are 0, , and : │ │ │ │ │ + , where 0 results in listening on a random tcp port number; │ │ │ │ │ + results in listening on the specified port number (and not enabling │ │ │ │ │ + backdoor if that port is in use); and : 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: │ │ │ │ │ + │ │ │ │ │ + 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. │ │ │ │ │ ********** aauuddiitt__mmiiddddlleewwaarree__nnoottiiffiiccaattiioonnss_?¶ ********** │ │ │ │ │ use_oslo_messaging_¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ True │ │ │ │ │ Indicate whether to use oslo_messaging as the notifier. If set to False,