--- /tmp/liquidsoap-1.4.3-3x2rdan3t/debian/liquidsoap_1.4.3-3_amd64.deb +++ liquidsoap_1.4.3-3_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-07-21 14:18:07.000000 debian-binary │ -rw-r--r-- 0 0 0 4968 2021-07-21 14:18:07.000000 control.tar.xz │ --rw-r--r-- 0 0 0 3425372 2021-07-21 14:18:07.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 3425360 2021-07-21 14:18:07.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -97,15 +97,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 414246 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/reference.html │ │ │ -rw-r--r-- 0 root (0) root (0) 13116 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/replay_gain.html │ │ │ -rw-r--r-- 0 root (0) root (0) 9671 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/request_sources.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4827 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/requests.html │ │ │ -rw-r--r-- 0 root (0) root (0) 2561 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/script_loading.html │ │ │ -rw-r--r-- 0 root (0) root (0) 9826 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/seek.html │ │ │ -rw-r--r-- 0 root (0) root (0) 29050 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/server.html │ │ │ --rw-r--r-- 0 root (0) root (0) 79505 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/settings.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 79500 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/settings.html │ │ │ -rw-r--r-- 0 root (0) root (0) 6570 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/shoutcast.html │ │ │ -rw-r--r-- 0 root (0) root (0) 11879 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/sources.html │ │ │ -rw-r--r-- 0 root (0) root (0) 7885 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/split-cue.html │ │ │ -rw-r--r-- 0 root (0) root (0) 13318 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/stream_content.html │ │ │ -rw-r--r-- 0 root (0) root (0) 11073 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/video-static.html │ │ │ -rw-r--r-- 0 root (0) root (0) 32444 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/video.html │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-07-21 14:18:07.000000 ./usr/share/doc-base/ │ │ ├── ./usr/share/doc/liquidsoap/html/settings.html │ │ │ @@ -428,21 +428,21 @@ │ │ │

Sandbox binary to use.

│ │ │
set("sandbox.binary","bwrap")
│ │ │

Enable network

│ │ │
set("sandbox.network",true)
│ │ │

Read-only directories

│ │ │
set("sandbox.ro",["/"])
│ │ │

Read/write directories. Default: [$HOME;$TMPDIR].

│ │ │ -
set("sandbox.rw",["/sbuild-nonexistent","/tmp"])
│ │ │ +
set("sandbox.rw",["/nonexistent","/tmp"])
│ │ │

Additional default environment variables.

│ │ │
set("sandbox.setenv",["TEMPDIR=/tmp","TEMP=/tmp","TMPDIR=/tmp","TMP=/tmp"])
│ │ │

Run command inside shell.

│ │ │
set("sandbox.shell",true)
│ │ │

Patch to shell binary. Defaults to $SHELL if set and “/bin/sh” otherwise.

│ │ │ -
set("sandbox.shell.path","/bin/sh")
│ │ │ +
set("sandbox.shell.path","/bin/bash")
│ │ │

Environment varialbes to unset.

│ │ │
set("sandbox.unsetenv",[])
│ │ │

Internal scheduler

│ │ │

Fast queues

│ │ │

Number of queues that are dedicated to fast tasks. It might be useful to create some if your request resolutions, or some user defined tasks (cf. add_timeout()), are delayed too much because of slow tasks blocking the generic queues, such as last.fm submissions or slow add_timeout handlers.

│ │ │
set("scheduler.fast_queues",0)
│ │ │

Generic queues