From 5858e10e41fed33d2673a1a3724f96a7b18bc3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Fri, 3 Feb 2023 01:23:26 +0100 Subject: [PATCH] community/netavark: upgrade to 1.5.0 this version is broken on 32-bit arches due to libc crate incompatibility with musl's new ABI for time_t, see: https://github.com/rust-lang/libc/issues/1848 --- community/netavark/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/community/netavark/APKBUILD b/community/netavark/APKBUILD index d0c461f68f3b..d8db361abff3 100644 --- a/community/netavark/APKBUILD +++ b/community/netavark/APKBUILD @@ -1,14 +1,16 @@ # Contributor: Michał Polański # Maintainer: Michał Polański pkgname=netavark -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=0 pkgdesc="Container network stack" url="https://github.com/containers/netavark" license="Apache-2.0" # riscv64, s390x: fails to build due to nix crate -arch="all !s390x !riscv64" -makedepends="cargo mandown" +# armv7, armhf, x86: FTBFS on 32-bit arches due to libc crate incompatibility +# with musl's new ABI for time_t, see: https://github.com/rust-lang/libc/issues/1848 +arch="all !s390x !riscv64 !armv7 !armhf !x86" +makedepends="cargo mandown protoc" subpackages="$pkgname-doc" source="https://github.com/containers/netavark/archive/v$pkgver/netavark-$pkgver.tar.gz" options="net" @@ -28,5 +30,5 @@ package() { } sha512sums=" -85be9b6c1ef7261fcb98c78267cd91e0d07527387f3c72389fcb4e70e55037b23ed954cfc08e9f7fdea4b1eb0f17b00fbefcc8e9eeddd3a4a4dd10321dcbe803 netavark-1.4.0.tar.gz +32ce316af1558cef9a49aedddc0db5dd058f1f5d2a145ef8299a156f51743ffc86a1f299ffadf2955742965f5f0d11070b6363dad42cbeb3f5e7a3363f00d5f3 netavark-1.5.0.tar.gz "