summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-02fixup source pkgver in SRCINFOThomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-09-02fixup pkgver in SRCINFOThomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-09-02update for 0.8.14 tagThomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-08-02update SRCINFO and PKGBUILD to 0.8.9Dominik Csapak
* update to v0.8.9 * update cargo.toml patch to include the exact git revisions (since the proxmox/pxar crates do not have tags) * drop the patch for arm * add a patch to remove the apt dependency Signed-off-by: Dominik Csapak <dominik.csapak@gmail.com>
2020-07-19cherry-pick compat patch for other architecturesThomas Lamprecht
cherry-pick commit 449e4a66fe53221c459ef9471b5d1a8ec4b82808 Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-07-19update .SRCINFOThomas Lamprecht
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-19add clang and llvm to makedependsThomas Lamprecht
not in base-devel and tripped a build on aarch64 here as llvm-config and libclang.so is required Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-07-19ground work for aarch64 (arm64) buildsThomas Lamprecht
Not much to change, only a newer version of the udev binding crate is required, as else we get a build error due to a type error (char == u8 on one and char == i8 on the other platform). A successful build is still blocked by a similar issue in our own proxmox-backup crate, but that should be easy to address. Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-07-19set version tag in clone URI dynamically, add v prefixThomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-07-15initial commitDominik Csapak
Signed-off-by: Dominik Csapak <dominik.csapak@gmail.com>