summarylogtreecommitdiffstats
path: root/0002-remove-apt-dependency.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-16patch out apt module use from new call sitesThomas Lamprecht
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
2021-06-16adapt apt-dep-removal patch and drop upstreamed type-ambiguity oneThomas 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-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>