diff --git a/README.md b/README.md index ffa6fd5..9456193 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TESTING proxmox-backup-arm64 -This is the experimental branch for Proxmox Backup 3.0.0 based on Debian/Bookworm
-it also compiles 3.0.0 on Debian/Bullseye. +This is the experimental branch for Proxmox Backup 3.x based on Debian/Bookworm
+it also compiles 3.x on Debian/Bullseye. Both Versions are not used in production yet, so not really tested.
Script for building Proxmox Backup Server 3.x for Armbian64 based on Bullseye
diff --git a/build.sh b/build.sh index 1bd98ea..2e33fb7 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/patches/proxmox-backup-build.patch b/patches/proxmox-backup-build.patch index 273b86e..751e7b2 100644 --- a/patches/proxmox-backup-build.patch +++ b/patches/proxmox-backup-build.patch @@ -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 @@ -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 @@ -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, @@ -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-~~),