Skip to content
Snippets Groups Projects
Commit bd0fc3d8 authored by Duncan Bellamy's avatar Duncan Bellamy :speech_balloon: Committed by omni
Browse files

community/asuran-cli: update libc crate dep for lfs64 fix

parent d4f68715
No related branches found
No related tags found
1 merge request!55044move some aports from testing
Pipeline #194441 skipped
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com> # Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=asuran-cli pkgname=asuran-cli
pkgver=0.1.6 pkgver=0.1.6
pkgrel=5 pkgrel=6
pkgdesc="Asuran is a new archive format and rust implementation" pkgdesc="Asuran is a new archive format and rust implementation"
url="https://gitlab.com/asuran-rs/asuran" url="https://gitlab.com/asuran-rs/asuran"
arch="all !s390x !riscv64" arch="all !s390x !riscv64"
license="BSD-2-Clause-Patent" license="BSD-2-Clause-Patent"
options="net"
makedepends=" makedepends="
cargo cargo
cargo-auditable cargo-auditable
...@@ -19,6 +20,7 @@ source="https://gitlab.com/asuran-rs/asuran/-/archive/v$pkgver/asuran-v$pkgver.t ...@@ -19,6 +20,7 @@ source="https://gitlab.com/asuran-rs/asuran/-/archive/v$pkgver/asuran-v$pkgver.t
openssl3.patch openssl3.patch
new-rust.patch new-rust.patch
system-zstd.patch system-zstd.patch
libc.patch
" "
builddir="$srcdir/asuran-v$pkgver" builddir="$srcdir/asuran-v$pkgver"
...@@ -53,4 +55,5 @@ sha512sums=" ...@@ -53,4 +55,5 @@ sha512sums="
d2a9d1415bf7caf95448d3068298d162359c76b27faf5ea2c62c7da9854f536bdcc7f0a3eabe95474a5f11926109978ba47a2b1aaf2dfa5d8d529c8e535457e0 openssl3.patch d2a9d1415bf7caf95448d3068298d162359c76b27faf5ea2c62c7da9854f536bdcc7f0a3eabe95474a5f11926109978ba47a2b1aaf2dfa5d8d529c8e535457e0 openssl3.patch
4b60c0928c7485436031cf933888cf2dfc9ce7c7f13b93b0845d2b6867a5be49a3ae18892c89c2e84a346c6c351e659c678dfda6683ea4547c738d30da669e3d new-rust.patch 4b60c0928c7485436031cf933888cf2dfc9ce7c7f13b93b0845d2b6867a5be49a3ae18892c89c2e84a346c6c351e659c678dfda6683ea4547c738d30da669e3d new-rust.patch
7eef6f1a720c86705ee2fc0606ead13a1b7619ac0550a2783d1a480ab3c84c6d194ba9b51907f3ab203f43f34c2a8382d2d5067ec0da8ee7671ac75aac34cab1 system-zstd.patch 7eef6f1a720c86705ee2fc0606ead13a1b7619ac0550a2783d1a480ab3c84c6d194ba9b51907f3ab203f43f34c2a8382d2d5067ec0da8ee7671ac75aac34cab1 system-zstd.patch
c512916af415c89f9fa7f1d971eee199679e2258af630e75398575c4a2e23002a7c3b3867f1f15470c36453396fdc3952adfcae0ce3f6c1de99586be0354eb4e libc.patch
" "
diff -Nurp a/Cargo.lock b/Cargo.lock
--- a/Cargo.lock 2023-11-14 16:34:23.800972275 +0000
+++ b/Cargo.lock 2023-11-14 16:34:41.085194033 +0000
@@ -909,9 +909,9 @@ checksum = "e2abad23fbc42b3700f2f279844d
[[package]]
name = "libc"
-version = "0.2.71"
+version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
+checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "libssh2-sys"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment