Skip to content
Snippets Groups Projects
Commit 2c14e75f authored by znley's avatar znley Committed by Patrycja Rosa
Browse files

community/connman-resolvconf: update rust libc to support loongarch64

parent 24a8f98a
No related branches found
No related tags found
1 merge request!66879community/connman-resolvconf: update rust libc to support loongarch64
Pipeline #244987 canceled
...@@ -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
" "
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"
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