From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id B1F16B7D0 for ; Tue, 12 Sep 2023 11:26:35 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8D4B811226 for ; Tue, 12 Sep 2023 11:26:05 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 12 Sep 2023 11:26:04 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 6937E45DF4 for ; Tue, 12 Sep 2023 11:26:04 +0200 (CEST) From: Filip Schauer To: pve-devel@lists.proxmox.com Date: Tue, 12 Sep 2023 11:25:58 +0200 Message-Id: <20230912092558.48805-1-f.schauer@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.007 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH backup-qemu] Bump build dependencies to bookworm updates X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2023 09:26:35 -0000 This fixes dependency installation errors when running `mk-build-deps --install` against the proxmox devel bookworm repository. Signed-off-by: Filip Schauer --- Cargo.toml | 2 +- debian/control | 23 ++++++++++++----------- submodules/proxmox-backup | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f357f49..2d19add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ openssl = "0.10" proxmox-async = "0.4" proxmox-lang = "1" -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "2", features = [ "api-macro" ] } proxmox-sortable-macro = "0.1.2" proxmox-sys = "0.5" diff --git a/debian/control b/debian/control index bfe6a02..39a2a11 100644 --- a/debian/control +++ b/debian/control @@ -32,30 +32,31 @@ Build-Depends: cargo:native, librust-nom-7+default-dev, librust-once-cell-1+default-dev (>= 1.5-~~), librust-openssl-0.10+default-dev (>= 0.10.40-~~), - librust-pathpatterns-0.1+default-dev (>= 0.1.2-~~), + librust-pathpatterns-0.2+default-dev, librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-pin-project-lite-0.2+default-dev, librust-proxmox-async-0.4+default-dev, - librust-proxmox-auth-api-0.2+api-dev, - librust-proxmox-auth-api-0.2+api-types-dev, - librust-proxmox-auth-api-0.2+default-dev, - librust-proxmox-auth-api-0.2+pam-authenticator-dev, + librust-proxmox-auth-api-0.3+api-dev, + librust-proxmox-auth-api-0.3+api-types-dev, + librust-proxmox-auth-api-0.3+default-dev, + librust-proxmox-auth-api-0.3+pam-authenticator-dev, librust-proxmox-borrow-1+default-dev, librust-proxmox-compression-0.2+default-dev (>= 0.2~), librust-proxmox-http-0.9+client-dev, librust-proxmox-http-0.9+default-dev, librust-proxmox-http-0.9+http-helpers-dev, librust-proxmox-http-0.9+websocket-dev, + librust-proxmox-human-byte-0.1+default-dev, librust-proxmox-io-1+default-dev (>= 1.0.1-~~), librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~), librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-metrics-0.3+default-dev, - librust-proxmox-router-1+cli-dev (>= 1.3-~~), - librust-proxmox-router-1+default-dev (>= 1.3-~~), - librust-proxmox-router-1+server-dev (>= 1.3-~~), - librust-proxmox-schema-1+api-macro-dev (>= 1.3.1-~~), - librust-proxmox-schema-1+default-dev (>= 1.3.1-~~), - librust-proxmox-section-config-1+default-dev, + librust-proxmox-router-2+cli-dev, + librust-proxmox-router-2+default-dev, + librust-proxmox-router-2+server-dev, + librust-proxmox-schema-2+api-macro-dev, + librust-proxmox-schema-2+default-dev, + librust-proxmox-section-config-2+default-dev, librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~), librust-proxmox-shared-memory-0.3+default-dev (>= 0.2.3-~~), diff --git a/submodules/proxmox-backup b/submodules/proxmox-backup index 5e2664f..a8f60bd 160000 --- a/submodules/proxmox-backup +++ b/submodules/proxmox-backup @@ -1 +1 @@ -Subproject commit 5e2664f18e1aecd066ffd22d343e0c705bd46571 +Subproject commit a8f60bd1287b7b2c7e50d3f7e1def79a01a1babc -- 2.39.2