Package: libuv1 / 1.51.0-2

Metadata

Package Version Patches format
libuv1 1.51.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add support for loong64.patch | (download)

.github/workflows/CI-unix.yml | 1 1 + 0 - 0 !
src/unix/linux.c | 6 6 + 0 - 0 !
2 files changed, 7 insertions(+)

 add support for loong64
Bug-Debian: https://bugs.debian.org/1062694
sparc skip tcp_oob.diff | (download)

test/test-tcp-oob.c | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 workaround for test failure on old sparc kernels
disable_ipv6_test.patch | (download)

test/test-getnameinfo.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 export res_options = attempts:0 makes this test fail

skip multicast test | (download)

test/test-udp-multicast-join.c | 2 2 + 0 - 0 !
test/test-udp-multicast-join6.c | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 skip multicast test
 Skip muliticast test to avoid this error on all build daemons:
 .
 ok 346 - udp_multicast_interface6
 not ok 347 - udp_multicast_join
 # timeout
 # Output from process `udp_multicast_join`: (no output)
 not ok 348 - udp_multicast_join6
 # timeout
 # Output from process `udp_multicast_join6`: (no output)
 ok 349 - udp_multicast_ttl
privacy breach generic.patch | (download)

docs/src/guide/basics.rst | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 remove iframe from html doc - avoid privacy breach
fix thread priority test | (download)

test/test-thread-priority.c | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 fix thread priority test
 Test should not assume to be run at priority 0.
 .
 See upstream bug for more details.
Bug: https://github.com/libuv/libuv/issues/4382
Bug-Debian: https://bugs.debian.org/1071194
sh4 disable io_uring.patch | (download)

src/unix/linux.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 build on sh4 fails with io_uring