diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-24 15:14:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-24 16:45:57 +0100 |
commit | 498194f6fc39ce96f17f5002aab7b0aa0a5e6f67 (patch) | |
tree | 80b2d9c1ec6b43fe86aacdf8e0e93c07232966a0 /tools/debian/patches/weechat_ubuntu_bionic.patch | |
parent | d5c391b1ee57730ed6f94c3d7ee5661ceaff35f5 (diff) | |
download | weechat-498194f6fc39ce96f17f5002aab7b0aa0a5e6f67.zip |
relay: add zstd compression in weechat protocol
Option relay.network.compression_level is renamed to relay.network.compression
and is now a percentage between 0 (no compression) to 100 (best compression,
slowest).
Compression is now disabled by default in weechat protocol and must be enabled
via the `handshake` command (option `compression` has been removed from `init`
command).
Diffstat (limited to 'tools/debian/patches/weechat_ubuntu_bionic.patch')
-rw-r--r--[l---------] | tools/debian/patches/weechat_ubuntu_bionic.patch | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/tools/debian/patches/weechat_ubuntu_bionic.patch b/tools/debian/patches/weechat_ubuntu_bionic.patch index 6e83bab00..c1a9f6d57 120000..100644 --- a/tools/debian/patches/weechat_ubuntu_bionic.patch +++ b/tools/debian/patches/weechat_ubuntu_bionic.patch @@ -1 +1,40 @@ -weechat_ubuntu_disco.patch
\ No newline at end of file +diff --git a/debian-devel/compat b/debian-devel/compat +index 48082f72f..b4de39476 100644 +--- a/debian-devel/compat ++++ b/debian-devel/compat +@@ -1 +1 @@ +-12 ++11 +diff --git a/debian-devel/control b/debian-devel/control +index a6cc3c91c..d078d35b7 100644 +--- a/debian-devel/control ++++ b/debian-devel/control +@@ -4,7 +4,7 @@ Priority: optional + Maintainer: Sébastien Helleu <flashcode@flashtux.org> + Build-Depends: + asciidoctor (>= 1.5.4), +- debhelper (>= 12), ++ debhelper (>= 11), + cmake, pkg-config, + libncursesw5-dev, + gem2deb, +diff --git a/debian-stable/compat b/debian-stable/compat +index 48082f72f..b4de39476 100644 +--- a/debian-stable/compat ++++ b/debian-stable/compat +@@ -1 +1 @@ +-12 ++11 +diff --git a/debian-stable/control b/debian-stable/control +index 1b0a27009..7880ce7bd 100644 +--- a/debian-stable/control ++++ b/debian-stable/control +@@ -4,7 +4,7 @@ Priority: optional + Maintainer: Emmanuel Bouthenot <kolter@debian.org> + Build-Depends: + asciidoctor (>= 1.5.4), +- debhelper (>= 12), ++ debhelper (>= 11), + cmake, pkg-config, + libncursesw5-dev, + gem2deb, |