update proxmox-backup-server-4.0.21-1

Signed-off-by: Wolfgang <github@linux-dude.de>
This commit is contained in:
Wolfgang
2025-11-23 21:41:22 +00:00
parent f372cf0d76
commit 20be5e0317
3 changed files with 12 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 <!nodoc>,
texlive-fonts-recommended <!nodoc>,
@@ -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.