From c1628f7b962d273dc74bed7a24b9c67e02a2df2c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 1 Mar 2024 20:28:25 -0800 Subject: musl: Update to 1.2.5 --- pkg/e2fsprogs/config.h | 2 +- pkg/musl/base.lua | 6 +++++- pkg/musl/src | 2 +- pkg/musl/ver | 2 +- pkg/transmission/config.h | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) (limited to 'pkg') diff --git a/pkg/e2fsprogs/config.h b/pkg/e2fsprogs/config.h index 385f7e63..b0b1e08e 100644 --- a/pkg/e2fsprogs/config.h +++ b/pkg/e2fsprogs/config.h @@ -28,7 +28,7 @@ #define HAVE_EXT2_IOCTLS 1 /* #undef HAVE_FADVISE64 */ #define HAVE_FALLOCATE 1 -#define HAVE_FALLOCATE64 1 +/* #undef HAVE_FALLOCATE64 */ #define HAVE_FCHOWN 1 #define HAVE_FCNTL 1 #define HAVE_FDATASYNC 1 diff --git a/pkg/musl/base.lua b/pkg/musl/base.lua index 5179c062..f5d8ae0d 100644 --- a/pkg/musl/base.lua +++ b/pkg/musl/base.lua @@ -169,6 +169,7 @@ return { 'src/fenv/fesetround.c', 'src/fenv/feupdateenv.c', 'src/internal/defsysinfo.c', + 'src/internal/emulate_wait4.c', 'src/internal/floatscan.c', 'src/internal/intscan.c', 'src/internal/libc.c', @@ -246,11 +247,12 @@ return { 'src/linux/open_by_handle_at.c', 'src/linux/personality.c', 'src/linux/pivot_root.c', - 'src/linux/ppoll.c', 'src/linux/prctl.c', + 'src/linux/preadv2.c', 'src/linux/prlimit.c', 'src/linux/process_vm.c', 'src/linux/ptrace.c', + 'src/linux/pwritev2.c', 'src/linux/quotactl.c', 'src/linux/readahead.c', 'src/linux/reboot.c', @@ -265,6 +267,7 @@ return { 'src/linux/settimeofday.c', 'src/linux/signalfd.c', 'src/linux/splice.c', + 'src/linux/statx.c', 'src/linux/stime.c', 'src/linux/swap.c', 'src/linux/sync_file_range.c', @@ -800,6 +803,7 @@ return { 'src/search/tsearch.c', 'src/search/twalk.c', 'src/select/poll.c', + 'src/select/ppoll.c', 'src/select/pselect.c', 'src/select/select.c', 'src/setjmp/longjmp.c', diff --git a/pkg/musl/src b/pkg/musl/src index f5f55d65..0784374d 160000 --- a/pkg/musl/src +++ b/pkg/musl/src @@ -1 +1 @@ -Subproject commit f5f55d6589940fd2c2188d76686efe3a530e64e0 +Subproject commit 0784374d561435f7c787a555aeab8ede699ed298 diff --git a/pkg/musl/ver b/pkg/musl/ver index 258c2c41..ae842222 100644 --- a/pkg/musl/ver +++ b/pkg/musl/ver @@ -1 +1 @@ -1.2.4 r0 +1.2.5 r0 diff --git a/pkg/transmission/config.h b/pkg/transmission/config.h index d2c6e995..d6581f18 100644 --- a/pkg/transmission/config.h +++ b/pkg/transmission/config.h @@ -12,7 +12,7 @@ #define HAVE_DECL_POSIX_FADVISE 1 #define HAVE_DIRNAME 1 #define HAVE_DLFCN_H 1 -#define HAVE_FALLOCATE64 1 +/* #undef HAVE_FALLOCATE64 */ #define HAVE_GETMNTENT 1 #define HAVE_GETPAGESIZE 1 /* #undef HAVE_GETTEXT */ -- cgit v1.2.3