Skip to content

Commit

Permalink
update proxmox-backup to 3.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wofferl committed Jun 29, 2023
1 parent 34ee13c commit d14d508
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TESTING proxmox-backup-arm64
<b>This is the experimental branch for Proxmox Backup 3.0.0 based on Debian/Bookworm<br />
it also compiles 3.0.0 on Debian/Bullseye.
<b>This is the experimental branch for Proxmox Backup 3.x based on Debian/Bookworm<br />
it also compiles 3.x on Debian/Bullseye.
Both Versions are not used in production yet, so not really tested.</b>

Script for building Proxmox Backup Server 3.x for Armbian64 based on Bullseye<br />
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ ${SUDO} apt install -y "${packages_install[@]}"

cd "${SOURCES}"

PROXMOX_BACKUP_VER="3.0.0-1"
PROXMOX_BACKUP_GIT="44f9f8dec664864c9eea6d591eb790775dc2469c"
PROXMOX_BACKUP_VER="3.0.1-1"
PROXMOX_BACKUP_GIT="f3c47efb3976ab928e575961f7a8b0f7ca6027d6"
PATHPATTERNS_GIT="8a0dce93d535ef04bfa9c8317edc0ef0216e9042" # 0.1.3-1
PROXMOX_ACME_RS_GIT="abc0bdd09d5c3501534510d49da0ae8fa5c05c05" # 0.4.0
PROMXOX_FUSE_GIT="8d57fb64f044ea3dcfdef77ed5f1888efdab0708" # 0.1.4
PROXMOX_GIT="54cb9be8edba5e78071275df892516742fa26a75"
PROXMOX_GIT="2a070da0651677411a245f1714895235b1caf584"
PXAR_GIT="29cbeed3e1b52f5eef455cdfa8b5e93f4e3e88f5" # 0.10.2-1
if [ ! -e "${PACKAGES}/proxmox-backup-${BUILD_PACKAGE}_${PROXMOX_BACKUP_VER}_${PACKAGE_ARCH}.deb" ]; then
git_clone_or_fetch https://git.proxmox.com/git/proxmox.git
Expand Down
8 changes: 4 additions & 4 deletions patches/proxmox-backup-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index 3b5b6e48..50908c05 100644
+[source.vendored-sources]
+directory = "vendor"
diff --git a/Cargo.toml b/Cargo.toml
index ea2d0cef..3e97f410 100644
index 3662cf84..9e2a4a3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -239,31 +239,35 @@ proxmox-rrd.workspace = true
Expand Down Expand Up @@ -88,7 +88,7 @@ index ea2d0cef..3e97f410 100644
[features]
default = []
diff --git a/debian/control b/debian/control
index bf49f1e3..208cc769 100644
index 402c52ae..208cc769 100644
--- a/debian/control
+++ b/debian/control
@@ -2,156 +2,31 @@ Source: rust-proxmox-backup
Expand Down Expand Up @@ -142,7 +142,7 @@ index bf49f1e3..208cc769 100644
- librust-percent-encoding-2+default-dev (>= 2.1-~~),
- librust-pin-project-lite-0.2+default-dev,
- librust-proxmox-acme-rs-0.4+default-dev,
- librust-proxmox-apt-0.10+default-dev,
- librust-proxmox-apt-0.10+default-dev (>= 0.10.2~~),
- librust-proxmox-async-0.4+default-dev,
- librust-proxmox-auth-api-0.3+api-dev,
- librust-proxmox-auth-api-0.3+api-types-dev,
Expand All @@ -166,7 +166,7 @@ index bf49f1e3..208cc769 100644
- librust-proxmox-ldap-0.2+default-dev,
- librust-proxmox-metrics-0.3+default-dev,
- librust-proxmox-openid-0.10+default-dev (>= 0.10.0-~~),
- librust-proxmox-rest-server-0.4+default-dev,
- librust-proxmox-rest-server-0.4+default-dev (>= 0.4.1~~),
- librust-proxmox-rest-server-0.4+rate-limited-stream-dev,
- librust-proxmox-rest-server-0.4+templates-dev,
- librust-proxmox-router-1+cli-dev (>= 1.3.1-~~),
Expand Down

0 comments on commit d14d508

Please sign in to comment.