summarylogtreecommitdiffstats
path: root/0001-adapt-cargo-toml-and-remove-systemd-linking.patch
AgeCommit message (Collapse)Author
2021-02-03update to 1.0.7Thomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-11-26update to v1.0.5 tagDominik Csapak
and rebase patches Signed-off-by: Dominik Csapak <dominik.csapak@gmail.com>
2020-11-10update to 0.9.7Thomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-09-24update to 0.8.19Thomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2020-09-10update to 0.8.15Thomas 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-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-15initial commitDominik Csapak
Signed-off-by: Dominik Csapak <dominik.csapak@gmail.com>