From 159de2810688c1e478a3e42c4e97e6e9fef63001 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 25 May 2025 20:57:02 -0400 Subject: [PATCH] musl1.1: bump to a revision that will provide high enough things that shlib-require musl want >=1.1.24_7. 2 < 7. --- common/shlibs | 4 ++-- srcpkgs/musl1.1/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index c2008ed0c7d..fe12b5485bf 100644 --- a/common/shlibs +++ b/common/shlibs @@ -16,8 +16,8 @@ # PLEASE NOTE: when multiple packages provide the same SONAME, the first # one (order top->bottom) is preferred over the next ones. # -libc.so musl1.1-1.1.24_1 armv6l-musl -libc.so musl1.1-1.1.24_1 armv7l-musl +libc.so musl1.1-1.1.24_8 armv6l-musl +libc.so musl1.1-1.1.24_8 armv7l-musl libc.so musl-1.2.5_1 libc.so.6 glibc-2.41_1 libm.so.6 glibc-2.41_1 diff --git a/srcpkgs/musl1.1/template b/srcpkgs/musl1.1/template index ab9e7337e5b..7d669524e68 100644 --- a/srcpkgs/musl1.1/template +++ b/srcpkgs/musl1.1/template @@ -1,7 +1,7 @@ # Template file for 'musl1.1' pkgname=musl1.1 version=1.1.24 -revision=2 +revision=8 archs="*-musl" bootstrap=yes build_style=gnu-configure