logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: c1628f7b962d273dc74bed7a24b9c67e02a2df2c
parent 0f3b0395f23e1578a37efb914b3a353222c0360e
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  1 Mar 2024 20:28:25 -0800

musl: Update to 1.2.5

Diffstat:

Mpkg/e2fsprogs/config.h2+-
Mpkg/musl/base.lua6+++++-
Mpkg/musl/ver2+-
Mpkg/transmission/config.h2+-
4 files changed, 8 insertions(+), 4 deletions(-)

diff --git 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 @@ -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/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 @@ -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 */