diff --git a/proxmox-async/debian/control b/proxmox-async/debian/control index cdfd3716..0ed83858 100644 --- a/proxmox-async/debian/control +++ b/proxmox-async/debian/control @@ -13,11 +13,11 @@ Build-Depends: debhelper (>= 12), librust-proxmox-io-1+default-dev , librust-proxmox-io-1+tokio-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , - librust-tokio-1+default-dev , - librust-tokio-1+net-dev , - librust-tokio-1+rt-dev , - librust-tokio-1+rt-multi-thread-dev , - librust-tokio-1+sync-dev , + librust-tokio-1+default-dev (>= 1.6-~~) , + librust-tokio-1+net-dev (>= 1.6-~~) , + librust-tokio-1+rt-dev (>= 1.6-~~) , + librust-tokio-1+rt-multi-thread-dev (>= 1.6-~~) , + librust-tokio-1+sync-dev (>= 1.6-~~) , libssl-dev , uuid-dev Maintainer: Proxmox Support Team @@ -39,11 +39,11 @@ Depends: librust-proxmox-io-1+default-dev, librust-proxmox-io-1+tokio-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), - librust-tokio-1+default-dev, - librust-tokio-1+net-dev, - librust-tokio-1+rt-dev, - librust-tokio-1+rt-multi-thread-dev, - librust-tokio-1+sync-dev, + librust-tokio-1+default-dev (>= 1.6-~~), + librust-tokio-1+net-dev (>= 1.6-~~), + librust-tokio-1+rt-dev (>= 1.6-~~), + librust-tokio-1+rt-multi-thread-dev (>= 1.6-~~), + librust-tokio-1+sync-dev (>= 1.6-~~), libssl-dev, uuid-dev Provides: diff --git a/proxmox-compression/debian/control b/proxmox-compression/debian/control index 0f78337d..c42f5bd1 100644 --- a/proxmox-compression/debian/control +++ b/proxmox-compression/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12), librust-endian-trait-0.6+default-dev , librust-flate2-1+default-dev , librust-futures-0.3+default-dev , - librust-libc-0.2+default-dev , + librust-libc-0.2+default-dev (>= 0.2.107-~~) , librust-proxmox-io-1+default-dev , librust-proxmox-io-1+tokio-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , @@ -22,6 +22,7 @@ Build-Depends: debhelper (>= 12), librust-tokio-1+fs-dev (>= 1.6-~~) , librust-tokio-1+io-util-dev (>= 1.6-~~) , librust-walkdir-2+default-dev , + librust-zstd-0.6+bindgen-dev , librust-zstd-0.6+default-dev Maintainer: Proxmox Support Team Standards-Version: 4.6.1 @@ -41,7 +42,7 @@ Depends: librust-endian-trait-0.6+default-dev, librust-flate2-1+default-dev, librust-futures-0.3+default-dev, - librust-libc-0.2+default-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-proxmox-io-1+default-dev, librust-proxmox-io-1+tokio-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), @@ -51,6 +52,7 @@ Depends: librust-tokio-1+fs-dev (>= 1.6-~~), librust-tokio-1+io-util-dev (>= 1.6-~~), librust-walkdir-2+default-dev, + librust-zstd-0.6+bindgen-dev, librust-zstd-0.6+default-dev Provides: librust-proxmox-compression+default-dev (= ${binary:Version}), diff --git a/proxmox-http/debian/control b/proxmox-http/debian/control index ad406122..2e88ce53 100644 --- a/proxmox-http/debian/control +++ b/proxmox-http/debian/control @@ -47,11 +47,11 @@ Depends: librust-proxmox-http-dev (= ${binary:Version}), librust-proxmox-http+http-helpers-dev (= ${binary:Version}), librust-futures-0.3+default-dev, - librust-hyper-0.14+full-dev, - librust-hyper-0.14-dev, + librust-hyper-0.14+default-dev (>= 0.14.5-~~), + librust-hyper-0.14+full-dev (>= 0.14.5-~~), librust-openssl-0.10+default-dev, - librust-tokio-1+default-dev, - librust-tokio-1+io-util-dev, + librust-tokio-1+default-dev (>= 1.6-~~), + librust-tokio-1+io-util-dev (>= 1.6-~~), librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~) Provides: librust-proxmox-http-0+client-dev (= ${binary:Version}), @@ -104,7 +104,7 @@ Depends: librust-http-0.2+default-dev, librust-proxmox-sys-0.4+default-dev, librust-serde-json-1+default-dev, - librust-url-2+default-dev + librust-url-2+default-dev (>= 2.2-~~) Provides: librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}), librust-proxmox-http-0.7+http-helpers-dev (= ${binary:Version}), @@ -136,15 +136,15 @@ Depends: librust-proxmox-http-dev (= ${binary:Version}), librust-base64-0.13+default-dev, librust-futures-0.3+default-dev, - librust-hyper-0.14-dev, + librust-hyper-0.14+default-dev (>= 0.14.5-~~), librust-openssl-0.10+default-dev, librust-proxmox-io-1+default-dev, librust-proxmox-io-1+tokio-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-sys-0.4+default-dev, - librust-tokio-1+default-dev, - librust-tokio-1+io-util-dev, - librust-tokio-1+sync-dev + librust-tokio-1+default-dev (>= 1.6-~~), + librust-tokio-1+io-util-dev (>= 1.6-~~), + librust-tokio-1+sync-dev (>= 1.6-~~) Provides: librust-proxmox-http-0+websocket-dev (= ${binary:Version}), librust-proxmox-http-0.7+websocket-dev (= ${binary:Version}), diff --git a/proxmox-io/debian/control b/proxmox-io/debian/control index b6bc6d16..f8fcbb9d 100644 --- a/proxmox-io/debian/control +++ b/proxmox-io/debian/control @@ -42,8 +42,8 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-io-dev (= ${binary:Version}), - librust-tokio-1+default-dev, - librust-tokio-1+io-util-dev + librust-tokio-1+default-dev (>= 1.6-~~), + librust-tokio-1+io-util-dev (>= 1.6-~~) Provides: librust-proxmox-io-1+tokio-dev (= ${binary:Version}), librust-proxmox-io-1.0+tokio-dev (= ${binary:Version}), diff --git a/proxmox-metrics/debian/control b/proxmox-metrics/debian/control index eb89039f..b4d29f02 100644 --- a/proxmox-metrics/debian/control +++ b/proxmox-metrics/debian/control @@ -9,16 +9,16 @@ Build-Depends: debhelper (>= 12), librust-anyhow-1+default-dev , librust-futures-0.3+default-dev , librust-http-0.2+default-dev , - librust-hyper-0.14+default-dev , + librust-hyper-0.14+default-dev (>= 0.14.5-~~) , librust-openssl-0.10+default-dev , librust-proxmox-async-0.4+default-dev , librust-proxmox-http-0.7+client-dev , librust-proxmox-http-0.7+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev , - librust-tokio-1+default-dev , - librust-tokio-1+net-dev , - librust-tokio-1+sync-dev + librust-tokio-1+default-dev (>= 1.6-~~) , + librust-tokio-1+net-dev (>= 1.6-~~) , + librust-tokio-1+sync-dev (>= 1.6-~~) Maintainer: Proxmox Support Team Standards-Version: 4.6.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git @@ -34,16 +34,16 @@ Depends: librust-anyhow-1+default-dev, librust-futures-0.3+default-dev, librust-http-0.2+default-dev, - librust-hyper-0.14+default-dev, + librust-hyper-0.14+default-dev (>= 0.14.5-~~), librust-openssl-0.10+default-dev, librust-proxmox-async-0.4+default-dev, librust-proxmox-http-0.7+client-dev, librust-proxmox-http-0.7+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev, - librust-tokio-1+default-dev, - librust-tokio-1+net-dev, - librust-tokio-1+sync-dev + librust-tokio-1+default-dev (>= 1.6-~~), + librust-tokio-1+net-dev (>= 1.6-~~), + librust-tokio-1+sync-dev (>= 1.6-~~) Provides: librust-proxmox-metrics+default-dev (= ${binary:Version}), librust-proxmox-metrics-0-dev (= ${binary:Version}), diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index 91676586..6dec7381 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 12), librust-hyper-0.14+default-dev (>= 0.14.5-~~) , librust-hyper-0.14+full-dev (>= 0.14.5-~~) , librust-lazy-static-1+default-dev (>= 1.4-~~) , - librust-libc-0.2+default-dev , + librust-libc-0.2+default-dev (>= 0.2.107-~~) , librust-log-0.4+default-dev (>= 0.4.17-~~) , - librust-nix-0.24+default-dev , + librust-nix-0.24+default-dev (>= 0.24.1-~~) , librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-percent-encoding-2+default-dev (>= 2.1-~~) , librust-proxmox-async-0.4+default-dev , @@ -42,7 +42,7 @@ Build-Depends: debhelper (>= 12), librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~) , librust-tokio-stream-0.1+default-dev , librust-tower-service-0.3+default-dev , - librust-url-2+default-dev (>= 2.1-~~) + librust-url-2+default-dev (>= 2.2-~~) Maintainer: Proxmox Support Team Standards-Version: 4.6.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git @@ -62,9 +62,9 @@ Depends: librust-hyper-0.14+default-dev (>= 0.14.5-~~), librust-hyper-0.14+full-dev (>= 0.14.5-~~), librust-lazy-static-1+default-dev (>= 1.4-~~), - librust-libc-0.2+default-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-log-0.4+default-dev (>= 0.4.17-~~), - librust-nix-0.24+default-dev, + librust-nix-0.24+default-dev (>= 0.24.1-~~), librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-proxmox-async-0.4+default-dev, @@ -91,7 +91,7 @@ Depends: librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~), librust-tokio-stream-0.1+default-dev, librust-tower-service-0.3+default-dev, - librust-url-2+default-dev (>= 2.1-~~) + librust-url-2+default-dev (>= 2.2-~~) Provides: librust-proxmox-rest-server+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0-dev (= ${binary:Version}), diff --git a/proxmox-router/debian/control b/proxmox-router/debian/control index a67d75ff..4caa0a92 100644 --- a/proxmox-router/debian/control +++ b/proxmox-router/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 12), librust-anyhow-1+default-dev , librust-env-logger-0.9+default-dev , librust-http-0.2+default-dev , - librust-hyper-0.14+default-dev , - librust-hyper-0.14+full-dev , - librust-libc-0.2+default-dev , + librust-hyper-0.14+default-dev (>= 0.14.5-~~) , + librust-hyper-0.14+full-dev (>= 0.14.5-~~) , + librust-libc-0.2+default-dev (>= 0.2.107-~~) , librust-nix-0.24+default-dev (>= 0.24.1-~~) , librust-percent-encoding-2+default-dev (>= 2.1-~~) , librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) , @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 12), librust-rustyline-9+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev , - librust-tokio-1+default-dev , + librust-tokio-1+default-dev (>= 1.6-~~) , librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) Maintainer: Proxmox Support Team Standards-Version: 4.6.1 @@ -64,9 +64,9 @@ Depends: ${misc:Depends}, librust-proxmox-router-dev (= ${binary:Version}), librust-env-logger-0.9+default-dev, - librust-libc-0.2+default-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-rustyline-9+default-dev, - librust-tokio-1+default-dev + librust-tokio-1+default-dev (>= 1.6-~~) Provides: librust-proxmox-router-1+cli-dev (= ${binary:Version}), librust-proxmox-router-1.3+cli-dev (= ${binary:Version}), @@ -98,8 +98,8 @@ Depends: ${misc:Depends}, librust-proxmox-router-dev (= ${binary:Version}), librust-http-0.2+default-dev, - librust-hyper-0.14+default-dev, - librust-hyper-0.14+full-dev + librust-hyper-0.14+default-dev (>= 0.14.5-~~), + librust-hyper-0.14+full-dev (>= 0.14.5-~~) Provides: librust-proxmox-router-1+server-dev (= ${binary:Version}), librust-proxmox-router-1.3+server-dev (= ${binary:Version}), diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index 04939367..4a20193c 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -70,7 +70,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-schema-dev (= ${binary:Version}), - librust-libc-0.2+default-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-nix-0.24+default-dev (>= 0.24.1-~~) Provides: librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}), diff --git a/proxmox-tfa/debian/control b/proxmox-tfa/debian/control index 4fcc4d96..24ebf5a6 100644 --- a/proxmox-tfa/debian/control +++ b/proxmox-tfa/debian/control @@ -92,7 +92,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-tfa-dev (= ${binary:Version}), - librust-libc-0.2+default-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-serde-1+derive-dev, librust-serde-json-1+default-dev Provides: diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index c3fe7dd2..d73e2719 100644 --- a/proxmox-time/debian/control +++ b/proxmox-time/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 12), librust-bitflags-1+default-dev (>= 1.2.1-~~) , librust-js-sys-0.3+default-dev (>= 0.3.55-~~) , librust-lazy-static-1+default-dev (>= 1.4-~~) , - librust-libc-0.2+default-dev , - librust-libc-0.2+extra-traits-dev , + librust-libc-0.2+default-dev (>= 0.2.107-~~) , + librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) , librust-nom-7+default-dev Maintainer: Proxmox Support Team Standards-Version: 4.6.1 @@ -29,8 +29,8 @@ Depends: librust-bitflags-1+default-dev (>= 1.2.1-~~), librust-js-sys-0.3+default-dev (>= 0.3.55-~~), librust-lazy-static-1+default-dev (>= 1.4-~~), - librust-libc-0.2+default-dev, - librust-libc-0.2+extra-traits-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), + librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~), librust-nom-7+default-dev Provides: librust-proxmox-time+default-dev (= ${binary:Version}), diff --git a/proxmox-uuid/debian/control b/proxmox-uuid/debian/control index d132c4fa..1e5d7d24 100644 --- a/proxmox-uuid/debian/control +++ b/proxmox-uuid/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12), rustc:native , libstd-rust-dev , librust-js-sys-0.3+default-dev (>= 0.3.55-~~) , - librust-libc-0.2+default-dev , + librust-libc-0.2+default-dev (>= 0.2.107-~~) , uuid-dev Maintainer: Proxmox Support Team Standards-Version: 4.6.1 @@ -22,7 +22,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-js-sys-0.3+default-dev (>= 0.3.55-~~), - librust-libc-0.2+default-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), uuid-dev Suggests: librust-proxmox-uuid+serde-dev (= ${binary:Version})