Skip to content

Commit

Permalink
update proxmox-backup 3.1.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wofferl committed Jan 22, 2024
1 parent 99f7efc commit ff08172
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,18 +285,18 @@ EOF
cd "${SOURCES}"

if [ "${PBSVERSION}" = "pbs3" ]; then
PROXMOX_BACKUP_VER="3.1.2-2"
PROXMOX_BACKUP_GIT="d7e95d62e4a0bd07c1c78dd90097ffa7973179c3"
PROXMOX_GIT="50b79198f83659e77b810fe0eedaa79b140744db"
PROXMOX_BACKUP_VER="3.1.3-1"
PROXMOX_BACKUP_GIT="6ab13287b643a0ec64ee0230db101825d5077e8f"
PROXMOX_GIT="fe8b11eeec277c8442fdb5b14cdc4ee6ac44d2bc"
PATHPATTERNS_GIT="281894a5b66099e919d167cd5f0644fff6aca234" # 0.3.0-1
else
PROXMOX_BACKUP_VER="2.4.4-1"
PROXMOX_BACKUP_GIT="892d781dbcf31b7b1e0b9b83fc5fa0a737b5246b"
PROXMOX_GIT="286c55d5b493a1e76fa3e70ae1c874cf82ca39aa"
PROXMOX_OPENID_GIT="ecf59cbb74278ea0e9710466508158ed6a6828c4" # 0.9.9-1
PROXMOX_ACME_RS_GIT="abc0bdd09d5c3501534510d49da0ae8fa5c05c05" # 0.4.0
PATHPATTERNS_GIT="13145f729d0a703c33d560367843f555cc799272" # 0.2.0-1
fi
PROXMOX_ACME_RS_GIT="abc0bdd09d5c3501534510d49da0ae8fa5c05c05" # 0.4.0
PROMXOX_FUSE_GIT="8d57fb64f044ea3dcfdef77ed5f1888efdab0708" # 0.1.4
PXAR_GIT="29cbeed3e1b52f5eef455cdfa8b5e93f4e3e88f5" # 0.10.2-1
if [ ! -e "${PACKAGES}/proxmox-backup-${BUILD_PACKAGE}_${PROXMOX_BACKUP_VER}_${PACKAGE_ARCH}.deb" ]; then
Expand All @@ -308,9 +308,9 @@ if [ ! -e "${PACKAGES}/proxmox-backup-${BUILD_PACKAGE}_${PROXMOX_BACKUP_VER}_${P
git_clean_and_checkout ${PXAR_GIT} pxar
git_clone_or_fetch https://git.proxmox.com/git/pathpatterns.git
git_clean_and_checkout ${PATHPATTERNS_GIT} pathpatterns
git_clone_or_fetch https://git.proxmox.com/git/proxmox-acme-rs.git
git_clean_and_checkout ${PROXMOX_ACME_RS_GIT} proxmox-acme-rs
if [ "${PBSVERSION}" = "pbs2" ]; then
git_clone_or_fetch https://git.proxmox.com/git/proxmox-acme-rs.git
git_clean_and_checkout ${PROXMOX_ACME_RS_GIT} proxmox-acme-rs
git_clone_or_fetch https://git.proxmox.com/git/proxmox-openid-rs.git
git_clean_and_checkout ${PROXMOX_OPENID_GIT} proxmox-openid-rs
fi
Expand Down
8 changes: 4 additions & 4 deletions patches/pbs3/proxmox-backup-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ index 3b5b6e48..50908c05 100644
+[source.vendored-sources]
+directory = "vendor"
diff --git a/Cargo.toml b/Cargo.toml
index 6e848843..6f1434b5 100644
index ecf7f4ce..fa51fc8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -243,35 +243,35 @@ proxmox-rrd.workspace = true
@@ -245,35 +245,35 @@ proxmox-rrd.workspace = true
# NOTE: You must run `cargo update` after changing this for it to take effect!
[patch.crates-io]

Expand Down Expand Up @@ -83,10 +83,10 @@ index 6e848843..6f1434b5 100644
+proxmox-time = { path = "../proxmox/proxmox-time" }
+proxmox-uuid = { path = "../proxmox/proxmox-uuid" }

-#proxmox-acme-rs = { path = "../proxmox-acme-rs" }
-#proxmox-acme = { path = "../proxmox-acme" }
-#pathpatterns = {path = "../pathpatterns" }
-#pxar = { path = "../pxar" }
+proxmox-acme-rs = { path = "../proxmox-acme-rs" }
+proxmox-acme = { path = "../proxmox/proxmox-acme" }
+pathpatterns = {path = "../pathpatterns" }
+pxar = { path = "../pxar" }

Expand Down
5 changes: 3 additions & 2 deletions patches/pbs3/proxmox-backup-client.patch
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ index 0317dd5e..ad2d1dfd 100644

.PHONY: upload
diff --git a/debian/control b/debian/control
index 0b51f697..5b41f130 100644
index 30d11db0..57cf3c25 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: bash-completion,
Expand All @@ -126,13 +126,14 @@ index 0b51f697..5b41f130 100644
rsync,
texlive-fonts-extra <!nodoc>,
texlive-fonts-recommended <!nodoc>,
@@ -34,55 +34,9 @@ Vcs-Browser: https://git.proxmox.com/?p=proxmox-backup.git;a=summary
@@ -160,56 +34,9 @@ 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,
- gdisk,
- libjs-extjs (>= 7~),
- libjs-qrcodejs (>= 1.20201119),
- libproxmox-acme-plugins,
Expand Down

0 comments on commit ff08172

Please sign in to comment.