pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libuv libuv: updated to 1.35.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ab7fc1b4efd
branches:  trunk
changeset: 412821:9ab7fc1b4efd
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 12 16:12:47 2020 +0000

description:
libuv: updated to 1.35.0

v1.35.0
* src: android build fix
* build: make code compilable for iOS on Xcode
* ibmi: skip unsupported fs test cases
* ibmi: ensure that pipe backlog is not zero
* test,udp6: fix udp_ipv6 test flakiness
* test: fix fs_event_watch_dir_recursive flakiness
* pipe: disallow listening on an IPC pipe
* build,cmake: improve buil experience
* unix: remove support for FreeBSD < 10
* linux: simplify uv__accept()
* linux: assume presence of SOCK_CLOEXEC flag
* linux: simplify uv__dup2_cloexec()
* freebsd,linux: simplify uv__make_socketpair()
* unix: fix error handling in uv__make_socketpair()
* freebsd,linux: simplify uv__make_pipe()
* unix: fix error handling in uv__make_pipe()
* linux: simplify uv__async_eventfd()
* linux: assume the presence of inotify system calls
* doc: strip ICC profile from 2 jpg files
* unix: make uv_tcp_keepalive predictable
* docs: uv_setup_args() may take ownership of argv
* unix: fix error path in uv_setup_args()
* unix: fix size check in uv_get_process_title()
* doc: add erw7 to maintainers
* test: fixed udp4_echo_server implementation
* test: added udp ping benchmark
* freebsd,linux: add recvmmsg() + sendmmsg() udp implementation
* win,pipe: DRY/simplify some code paths
* win: address some style nits
* win,pipe: ensure `req->event_handle` is defined
* win,pipe: consolidate overlapped initialization
* win,pipe: erase event_handle after deleting pointer
* build: fix android cmake build, build missing file
* test: skip some UDP tests on IBMi
* test: skip some spawn test cases on IBMi
* src: fix wrong method name in comment
* test: add UV_TIMEOUT_MULTIPLIER environment var
* unix: fix uv_cpu_info always returning UV_ENOTDIR on OpenBSD
* test: skip the pwd_shell test on IBMi
* win,tty: Change to restore cursor shape with uv_tty_reset()
* win,tty: Added set cursor style to CSI sequences
* test: handle EINTR, fix EOF check in poll test
* unix: use socklen_t instead of size_t
* doc: fix header file location
* unix: fix signal handle closing deferral
* ibmi: set the amount of memory in use to zero
* zos: return on realloc failure in scandir()
* zos: fix scandir() error path NULL pointer deref

diffstat:

 devel/libuv/Makefile |   4 ++--
 devel/libuv/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 5a55bb33ad71 -r 9ab7fc1b4efd devel/libuv/Makefile
--- a/devel/libuv/Makefile      Thu Mar 12 16:12:28 2020 +0000
+++ b/devel/libuv/Makefile      Thu Mar 12 16:12:47 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/01/24 18:49:38 adam Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/12 16:12:47 adam Exp $
 
-DISTNAME=      libuv-1.34.2
+DISTNAME=      libuv-1.35.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 5a55bb33ad71 -r 9ab7fc1b4efd devel/libuv/distinfo
--- a/devel/libuv/distinfo      Thu Mar 12 16:12:28 2020 +0000
+++ b/devel/libuv/distinfo      Thu Mar 12 16:12:47 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53 2020/01/24 18:49:38 adam Exp $
+$NetBSD: distinfo,v 1.54 2020/03/12 16:12:47 adam Exp $
 
-SHA1 (libuv-1.34.2.tar.gz) = f59b25c0f1a855eef66298d65bd4fb288e0132b9
-RMD160 (libuv-1.34.2.tar.gz) = af4cc012ffa9c8b16583e58e4946265ecb27eb65
-SHA512 (libuv-1.34.2.tar.gz) = 7e7a54d2d1e0ed76654ece9481f02177d201a4590c5d9b5c8b4edf6f795a0d7c30970b907481847930a524a0f06c15c6c73b3ce73a8afa2f836e33dbd54a7249
-Size (libuv-1.34.2.tar.gz) = 1245374 bytes
+SHA1 (libuv-1.35.0.tar.gz) = 9dabf6f90bbd328cf4e8f832f92943b1d99dfda5
+RMD160 (libuv-1.35.0.tar.gz) = 26e14319991a4e9c84be63305fa4c55d0921956e
+SHA512 (libuv-1.35.0.tar.gz) = a05bfd7cab6ae74022e7120a48772a6594522fb5bc467c8c05eb4809d7c78b68fa4843d86e2e34a68d439767a27dbc49f3b1dcbc8df85bec64471c1b459989c3
+Size (libuv-1.35.0.tar.gz) = 1253950 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = 06500ab342d1af50f03bc92f2cb4a2ec28db84cc
 SHA1 (patch-src_unix_fs.c) = 15b464be3e31c0934732c537c4163b5b96665f63



Home | Main Index | Thread Index | Old Index