From 20be5e0317fabc20c9c72c664ac97090b6ca4550 Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Sun, 23 Nov 2025 21:41:22 +0000 Subject: [PATCH] update proxmox-backup-server-4.0.21-1 Signed-off-by: Wolfgang --- README.md | 4 ++-- build.sh | 6 +++--- patches/proxmox-backup-client.patch | 11 +++++++---- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 16e6607..7b7e3d7 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ With the script you can also download all files of the latest **Debian/Trixie** **Download and install** - ```./build.sh install``` or a specific version ```./build.sh install=4.0.20-1``` + ```./build.sh install``` or a specific version ```./build.sh install=4.0.21-1``` **Download only** -```./build.sh download``` or a specific verision ```./build.sh download=4.0.20-1``` +```./build.sh download``` or a specific verision ```./build.sh download=4.0.21-1``` ## Build manually ### Install build essentials and dependencies diff --git a/build.sh b/build.sh index 62d67f8..d81fce8 100755 --- a/build.sh +++ b/build.sh @@ -326,9 +326,9 @@ if [ "${BUILD_PACKAGE}" != "client" ]; then fi fi -PROXMOX_BACKUP_VER="4.0.20-1" -PROXMOX_BACKUP_GIT="a17276fea051861dcbefd64cb149a067788f4774" -PROXMOX_GIT="1ca670858e0494f932c38e34caaca9acfdff4e31" +PROXMOX_BACKUP_VER="4.0.21-1" +PROXMOX_BACKUP_GIT="e57c33389bef9103a9d83d4fe4fe925fb4783cdf" +PROXMOX_GIT="3153d7f40540c1734ffe3ba7c836bad218979ccf" PATHPATTERNS_GIT="42e5e96e30297da878a4d4b3a7fa52b65c1be0ab" # 1.0.0-1 PXAR_GIT="993c66fcb8819770f279cb9fb4d13f58f367606c" # 1.0.0-1 PROXMOX_FUSE_GIT="87dbf9bfef9169286263bccffaae3206635ca108" # 1.0.0-1 diff --git a/patches/proxmox-backup-client.patch b/patches/proxmox-backup-client.patch index 969f462..5bf244c 100644 --- a/patches/proxmox-backup-client.patch +++ b/patches/proxmox-backup-client.patch @@ -105,7 +105,7 @@ index 51fbd408..d1546dd4 100644 .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) diff --git a/debian/control b/debian/control -index e9c6cbd7..f57ac84c 100644 +index e9017665..f57ac84c 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 12~), @@ -117,14 +117,16 @@ index e9c6cbd7..f57ac84c 100644 rsync, texlive-fonts-extra , texlive-fonts-recommended , -@@ -33,37 +33,6 @@ Vcs-Browser: https://git.proxmox.com/?p=proxmox-backup.git;a=summary +@@ -33,40 +33,6 @@ Vcs-Browser: https://git.proxmox.com/?p=proxmox-backup.git;a=summary Homepage: https://www.proxmox.com Rules-Requires-Root: binary-targets -Package: proxmox-backup-server -Architecture: any --Depends: fonts-font-awesome, +-Depends: dmidecode, +- fonts-font-awesome, - gdisk, +- iproute2, - libjs-extjs (>= 7~), - libjs-qrcodejs (>= 1.20201119), - libproxmox-acme-plugins, @@ -133,6 +135,7 @@ index e9c6cbd7..f57ac84c 100644 - lvm2, - openssh-server, - pbs-i18n, +- pciutils, - postfix | mail-transport-agent, - proxmox-backup-docs, - proxmox-mini-journalreader, @@ -155,7 +158,7 @@ index e9c6cbd7..f57ac84c 100644 Package: proxmox-backup-client Architecture: any Depends: qrencode, ${misc:Depends}, ${shlibs:Depends}, -@@ -78,21 +47,3 @@ Conflicts: proxmox-backup-client, +@@ -81,21 +47,3 @@ Conflicts: proxmox-backup-client, Description: Proxmox Backup Client tools (statically linked) This package contains the Proxmox Backup client, which provides a simple command line tool to create and restore backups.