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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40dbeb7575c2
branches:  trunk
changeset: 397610:40dbeb7575c2
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 01 10:48:53 2019 +0000

description:
libuv: updated to 1.30.0

Version 1.30.0
* darwin: fall back to F_BARRIERFSYNC
* darwin: add 32 bit close$NOCANCEL implementation
* build, core, unix: add support for Haiku
* darwin,linux: more conservative minimum stack size
* threadpool: increase UV_THREADPOOL_SIZE limit
* unix: return actual error from `uv_try_write()`
* darwin: fix build error with macos 10.10
* unix: make uv_cwd() report UV_ENOBUFS
* unix: make uv_fs_read() fill all buffers
* test: give hrtime test a custom 10s timeout
* fs: fix uv_fs_copyfile if same src and dst
* build: add cmake option to skip building tests
* doc: add link to nodejs.org
* unix: fix a comment typo in signal.c
* unix: remove redundant cast in process.c
* doc: fix wrong mutex function prototypes

diffstat:

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

diffs (30 lines):

diff -r d2d73c315053 -r 40dbeb7575c2 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Mon Jul 01 10:29:40 2019 +0000
+++ b/devel/libuv/Makefile      Mon Jul 01 10:48:53 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2019/05/22 09:14:38 adam Exp $
+# $NetBSD: Makefile,v 1.50 2019/07/01 10:48:53 adam Exp $
 
-DISTNAME=      libuv-1.29.1
+DISTNAME=      libuv-1.30.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r d2d73c315053 -r 40dbeb7575c2 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Mon Jul 01 10:29:40 2019 +0000
+++ b/devel/libuv/distinfo      Mon Jul 01 10:48:53 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2019/05/22 09:14:38 adam Exp $
+$NetBSD: distinfo,v 1.46 2019/07/01 10:48:53 adam Exp $
 
-SHA1 (libuv-1.29.1.tar.gz) = 40b21933825c5340f75ba8bd38aeaf838e99e098
-RMD160 (libuv-1.29.1.tar.gz) = 9003f05bfbab7d8e4e21b9ad84d6f2c8a72674c2
-SHA512 (libuv-1.29.1.tar.gz) = 7e1ed1bc500bfaab44858b3ff4685ec3d2abce412718ad144d642f7526f6dbcba643ea9a623bb129d545599570be64ed9a498d85485c1716c4c365bb7ab61898
-Size (libuv-1.29.1.tar.gz) = 1224127 bytes
+SHA1 (libuv-1.30.0.tar.gz) = ea0130e22d9ebdd6cff835210fdf27f6329a11a9
+RMD160 (libuv-1.30.0.tar.gz) = cf5c71ae84fa9530a3a82b8974c8dcd989937ed2
+SHA512 (libuv-1.30.0.tar.gz) = 3ba158cea5027fe7c30314da08a620a718cb30ca38997e46ad00912eefac9d2d94f9dd256c204771686a546d7445da2db1be2a0abed7ba14f122332767ee5ee8
+Size (libuv-1.30.0.tar.gz) = 1228356 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