Update to libuv 1.44.2
See #3586 for details. Important bugs fixed loop: better align order-of-events behavior between platforms #3598 zos: fix fs event not fired if the watched file is moved/removed/recreated #3540 win: Fix pipe resource leak if closed during connect (and other bugs) #3611 zos: don't error when killing a zombie process #3625 Regressions fixed macos: avoid posix_spawnp() cwd bug #3597 kqueue: skip EVFILT_PROC events when invalidating events for an fd. #3629 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
c73bc783e7
commit
c085eb9989
1
.gitignore
vendored
1
.gitignore
vendored
@ -80,3 +80,4 @@ libuv-v*/
|
||||
/libuv-v1.43.0.tar.gz
|
||||
/libuv-v1.44.0.tar.gz
|
||||
/libuv-v1.44.1.tar.gz
|
||||
/libuv-v1.44.2.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libuv
|
||||
Epoch: 1
|
||||
Version: 1.44.1
|
||||
Version: 1.44.2
|
||||
Release: %autorelease
|
||||
Summary: Platform layer for node.js
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libuv-v1.44.1.tar.gz) = b4f8944e2c79e3a6a31ded6cccbe4c0eeada50db6bc8a448d7015642795012a4b80ffeef7ca455bb093c59a8950d0e1430566c3c2fa87b73f82699098162d834
|
||||
SHA512 (libuv-v1.44.2.tar.gz) = 91197ff9303112567bbb915bbb88058050e2ad1c048815a3b57c054635d5dc7df458b956089d785475290132236cb0edcfae830f5d749de29a9a3213eeaf0b20
|
||||
|
Loading…
Reference in New Issue
Block a user