From c486815fab47e45d93af0e738fa7602db1f61c8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 23 Aug 2024 09:53:32 -0400 Subject: [PATCH] libuv: update to 1.48.0. --- srcpkgs/libuv/patches/disable-fs-chown.patch | 6 +++--- srcpkgs/libuv/patches/disable-setuid-test.patch | 12 ++++++------ srcpkgs/libuv/template | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/libuv/patches/disable-fs-chown.patch b/srcpkgs/libuv/patches/disable-fs-chown.patch index c77326e2d60..d47febd622f 100644 --- a/srcpkgs/libuv/patches/disable-fs-chown.patch +++ b/srcpkgs/libuv/patches/disable-fs-chown.patch @@ -1,6 +1,6 @@ --- a/test/test-list.h 2021-03-02 21:59:17.718832425 +1100 +++ b/test/test-list.h 2021-03-02 21:59:41.809157112 +1100 -@@ -344,7 +344,7 @@ +@@ -367,7 +367,7 @@ #ifdef _WIN32 TEST_DECLARE (fs_unlink_archive_readonly) #endif @@ -9,12 +9,12 @@ TEST_DECLARE (fs_link) TEST_DECLARE (fs_readlink) TEST_DECLARE (fs_realpath) -@@ -997,7 +997,7 @@ +@@ -1070,7 +1070,7 @@ #ifdef _WIN32 TEST_ENTRY (fs_unlink_archive_readonly) #endif - TEST_ENTRY (fs_chown) + /* TEST_ENTRY (fs_chown) */ + TEST_ENTRY (fs_link) TEST_ENTRY (fs_utime) TEST_ENTRY (fs_utime_round) - TEST_ENTRY (fs_futime) diff --git a/srcpkgs/libuv/patches/disable-setuid-test.patch b/srcpkgs/libuv/patches/disable-setuid-test.patch index 4d9fd034b63..79935761df9 100644 --- a/srcpkgs/libuv/patches/disable-setuid-test.patch +++ b/srcpkgs/libuv/patches/disable-setuid-test.patch @@ -1,9 +1,9 @@ --- a/test/test-list.h 2021-03-02 21:59:17.718832425 +1100 +++ b/test/test-list.h 2021-03-02 22:05:18.359833402 +1100 -@@ -305,8 +305,8 @@ - TEST_DECLARE (spawn_and_kill_with_std) +@@ -325,8 +325,8 @@ TEST_DECLARE (spawn_and_ping) TEST_DECLARE (spawn_preserve_env) + TEST_DECLARE (spawn_same_stdout_stderr) -TEST_DECLARE (spawn_setuid_fails) -TEST_DECLARE (spawn_setgid_fails) +/* TEST_DECLARE (spawn_setuid_fails) @@ -11,7 +11,7 @@ TEST_DECLARE (spawn_stdout_to_file) TEST_DECLARE (spawn_stdout_and_stderr_to_file) TEST_DECLARE (spawn_stdout_and_stderr_to_file2) -@@ -477,7 +477,7 @@ +@@ -513,7 +513,7 @@ TEST_DECLARE (win32_signum_number) #else TEST_DECLARE (emfile) @@ -20,10 +20,10 @@ TEST_DECLARE (we_get_signal) TEST_DECLARE (we_get_signals) TEST_DECLARE (we_get_signal_one_shot) -@@ -923,8 +923,8 @@ - TEST_ENTRY (spawn_and_kill_with_std) +@@ -990,8 +990,8 @@ TEST_ENTRY (spawn_and_ping) TEST_ENTRY (spawn_preserve_env) + TEST_ENTRY (spawn_same_stdout_stderr) - TEST_ENTRY (spawn_setuid_fails) - TEST_ENTRY (spawn_setgid_fails) + /* TEST_ENTRY (spawn_setuid_fails) @@ -31,7 +31,7 @@ TEST_ENTRY (spawn_stdout_to_file) TEST_ENTRY (spawn_stdout_and_stderr_to_file) TEST_ENTRY (spawn_stdout_and_stderr_to_file2) -@@ -963,7 +963,7 @@ +@@ -1035,7 +1035,7 @@ TEST_ENTRY (win32_signum_number) #else TEST_ENTRY (emfile) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 2857168dc74..efb857d4b54 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.46.0 +version=1.48.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ license="MIT, BSD-2-Clause, ISC" homepage="https://libuv.org/" changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog" distfiles="https://dist.libuv.org/dist/v${version}/libuv-v${version}-dist.tar.gz" -checksum=94f101111ef3209340d7f09c2aa150ddb4feabd2f9d87d47d9f5bded835b8094 +checksum=c593139feb9061699fdd2f7fde47bb6c1ca77761ae9ec04f052083f1ef46c13b # the tests fail when run as root and as such break in the CI containers make_check=ci-skip