Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
bd0fc3d8
Commit
bd0fc3d8
authored
1 year ago
by
Duncan Bellamy
Committed by
omni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/asuran-cli: update libc crate dep for lfs64 fix
parent
d4f68715
No related branches found
No related tags found
1 merge request
!55044
move some aports from testing
Pipeline
#194441
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/asuran-cli/APKBUILD
+4
-1
4 additions, 1 deletion
community/asuran-cli/APKBUILD
community/asuran-cli/libc.patch
+15
-0
15 additions, 0 deletions
community/asuran-cli/libc.patch
with
19 additions
and
1 deletion
community/asuran-cli/APKBUILD
+
4
−
1
View file @
bd0fc3d8
...
@@ -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
"
"
This diff is collapsed.
Click to expand it.
community/asuran-cli/libc.patch
0 → 100644
+
15
−
0
View file @
bd0fc3d8
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment