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.29.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00972ffa8eaf
branches:  trunk
changeset: 323735:00972ffa8eaf
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 16 06:56:55 2019 +0000

description:
libuv: updated to 1.29.0

v1.29.0:
Changes since version 1.28.0:
* ibmi: read memory and CPU usage info
* doc: update the cmake testing instruction
* unix: fix race condition in uv_async_send()
* linux: use O_CLOEXEC instead of EPOLL_CLOEXEC
* doc: mark uv_async_send() as async-signal-safe
* linux: init st_flags and st_gen when using statx
* linux: read free/total memory from /proc/meminfo
* test: test zero-sized uv_fs_sendfile() writes
* unix: don't assert on UV_PROCESS_WINDOWS_* flags
* linux: set correct mac address for IP-aliases
* win,util: fix null pointer dereferencing
* unix,win: fix `uv_fs_poll_stop()` when active
* doc: add missing uv_fs_type entries
* doc: fix build with sphinx 2.x
* unix: don't make statx system call on Android
* unix: fix clang scan-build warning
* unix: fall back to kqueue on older macOS systems
* unix,win: add uv_get_constrained_memory()
* darwin: fix thread cancellation fd leak
* linux: fix thread cancellation fd leak

diffstat:

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

diffs (30 lines):

diff -r 1a02faf588e0 -r 00972ffa8eaf devel/libuv/Makefile
--- a/devel/libuv/Makefile      Thu May 16 04:04:30 2019 +0000
+++ b/devel/libuv/Makefile      Thu May 16 06:56:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2019/04/18 07:47:33 adam Exp $
+# $NetBSD: Makefile,v 1.48 2019/05/16 06:56:55 adam Exp $
 
-DISTNAME=      libuv-1.28.0
+DISTNAME=      libuv-1.29.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 1a02faf588e0 -r 00972ffa8eaf devel/libuv/distinfo
--- a/devel/libuv/distinfo      Thu May 16 04:04:30 2019 +0000
+++ b/devel/libuv/distinfo      Thu May 16 06:56:55 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2019/04/18 07:47:33 adam Exp $
+$NetBSD: distinfo,v 1.44 2019/05/16 06:56:55 adam Exp $
 
-SHA1 (libuv-1.28.0.tar.gz) = 081f505d4b9827a60c973420b5b631cefd2990de
-RMD160 (libuv-1.28.0.tar.gz) = 3adc4c1f41e69524495d98ba4c0d7d301883bec3
-SHA512 (libuv-1.28.0.tar.gz) = 5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53
-Size (libuv-1.28.0.tar.gz) = 1218769 bytes
+SHA1 (libuv-1.29.0.tar.gz) = b077a9eab23bc4b61e9d7cf43c0ee1a21b2e744c
+RMD160 (libuv-1.29.0.tar.gz) = 42f570d510d4c2fbc8dba9d6f4b58122fbddb21b
+SHA512 (libuv-1.29.0.tar.gz) = 19f1f25ffdb287a755f773488e3da5fd5b5b43c333e3dfb019bbac430ccd77456da96dbf60c38b97c87880f90f08438366e29bbcc8d81a28f777f39fca8af529
+Size (libuv-1.29.0.tar.gz) = 1223722 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_darwin.c) = 489f73fe81b9dea2acc72a669bf667c560c1deea



Home | Main Index | Thread Index | Old Index