summarylogtreecommitdiffstats
path: root/0001-adapt-cargo-toml-and-remove-systemd-linking.patch
AgeCommit message (Collapse)Author
2021-09-22update to 2.0.10Thomas Lamprecht
we need to rework the "re-route dependencies to git" approach a bit as PBS reorganized the source code drastically into workspaces, and cargo build/fetch always wants to download every dependency of all workspace-crates, so we need to remove some of the top-level workspace. But, the reorg makes also quite some things better, less linkage cruft, no need to patch the api anymore and faster build time Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2021-06-16cargo.toml: patch new proxmox-acme-rs crate dep to be pulled from gitThomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2021-06-16cargo.toml: adapt dependency patch to 1.1.10 changesThomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2021-04-23update to 1.1.3Thomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2021-04-04update to 1.0.13Thomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2021-03-18update to v1.0.11Thomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
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>