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
2c14e75f
Commit
2c14e75f
authored
9 months ago
by
znley
Committed by
Patrycja Rosa
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/connman-resolvconf: update rust libc to support loongarch64
parent
24a8f98a
No related branches found
No related tags found
1 merge request
!66879
community/connman-resolvconf: update rust libc to support loongarch64
Pipeline
#244987
canceled
8 months ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/connman-resolvconf/APKBUILD
+5
-2
5 additions, 2 deletions
community/connman-resolvconf/APKBUILD
community/connman-resolvconf/update-rust-libc.patch
+16
-0
16 additions, 0 deletions
community/connman-resolvconf/update-rust-libc.patch
with
21 additions
and
2 deletions
community/connman-resolvconf/APKBUILD
+
5
−
2
View file @
2c14e75f
...
@@ -5,7 +5,7 @@ pkgver=0.2.0
...
@@ -5,7 +5,7 @@ pkgver=0.2.0
pkgrel
=
2
pkgrel
=
2
pkgdesc
=
"ConnMan integration with resolvconf(8)"
pkgdesc
=
"ConnMan integration with resolvconf(8)"
url
=
"https://github.com/jirutka/connman-resolvconf"
url
=
"https://github.com/jirutka/connman-resolvconf"
arch
=
"aarch64 armhf armv7 ppc64le x86 x86_64"
# blocked by rust/cargo
arch
=
"aarch64 armhf armv7 ppc64le x86 x86_64
loongarch64
"
# blocked by rust/cargo
license
=
"MIT"
license
=
"MIT"
depends
=
"
depends
=
"
cmd:resolvconf
cmd:resolvconf
...
@@ -14,7 +14,9 @@ depends="
...
@@ -14,7 +14,9 @@ depends="
"
"
makedepends
=
"cargo dbus-dev cargo-auditable"
makedepends
=
"cargo dbus-dev cargo-auditable"
subpackages
=
"
$pkgname
-openrc"
subpackages
=
"
$pkgname
-openrc"
source
=
"https://github.com/jirutka/connman-resolvconf/archive/v
$pkgver
/connman-resolvconf-
$pkgver
.tar.gz"
source
=
"https://github.com/jirutka/connman-resolvconf/archive/v
$pkgver
/connman-resolvconf-
$pkgver
.tar.gz
update-rust-libc.patch
"
options
=
"!check"
# no tests provided
options
=
"!check"
# no tests provided
...
@@ -36,4 +38,5 @@ package() {
...
@@ -36,4 +38,5 @@ package() {
sha512sums
=
"
sha512sums
=
"
66addbf52084ca2c46a13e57d10d9acd2a10e39e166bc910d8910cc44ddaf734aff2f8cbf393eb7e4e26c9733364ced1199384b69a69b79e3491e72f4f327ccc connman-resolvconf-0.2.0.tar.gz
66addbf52084ca2c46a13e57d10d9acd2a10e39e166bc910d8910cc44ddaf734aff2f8cbf393eb7e4e26c9733364ced1199384b69a69b79e3491e72f4f327ccc connman-resolvconf-0.2.0.tar.gz
20e316bce67c77b3f064a8d3f6a8494fa868902ae0fdbc7e2daafdc76aa088aba756ebd26ba124722f920188c2fcbfde7f14dc4eb5dc6d96d86ac303384ed432 update-rust-libc.patch
"
"
This diff is collapsed.
Click to expand it.
community/connman-resolvconf/update-rust-libc.patch
0 → 100644
+
16
−
0
View file @
2c14e75f
diff --git a/Cargo.lock b/Cargo.lock
index 4e0dad4..df16e98 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -88,9 +88,9 @@
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]]
name = "libc"
-version = "0.2.126"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libdbus-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