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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0131a870a6a0
branches:  trunk
changeset: 371887:0131a870a6a0
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 24 11:04:25 2017 +0000

description:
libuv: updated to 1.17.0

v1.17.0:
* unix: avoid malloc() call in uv_spawn()
* doc: clarify the description of uv_loop_alive()
* win: map UV_FS_O_EXLOCK to a share mode of 0
* win: fix build on case-sensitive file systems
* win: fix test runner build with mingw64
* win: remove unused variable in test/test-fs.c
* zos: add strnlen() implementation
* unix: keep track of bound sockets sent via spawn
* unix,win: wait for threads to start
* test: add threadpool init/teardown test
* test: avoid malloc() in threadpool test
* test: lower number of tasks in threadpool test
* win: issue memory barrier in uv_thread_join()
* ibmi: add support for new platform
* test: fix test-spawn compilation

diffstat:

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

diffs (30 lines):

diff -r 2baa0b226082 -r 0131a870a6a0 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Fri Nov 24 06:48:18 2017 +0000
+++ b/devel/libuv/Makefile      Fri Nov 24 11:04:25 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/11/13 13:28:58 adam Exp $
+# $NetBSD: Makefile,v 1.27 2017/11/24 11:04:25 adam Exp $
 
-DISTNAME=      libuv-1.16.1
+DISTNAME=      libuv-1.17.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 
diff -r 2baa0b226082 -r 0131a870a6a0 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Fri Nov 24 06:48:18 2017 +0000
+++ b/devel/libuv/distinfo      Fri Nov 24 11:04:25 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2017/11/13 13:28:58 adam Exp $
+$NetBSD: distinfo,v 1.24 2017/11/24 11:04:25 adam Exp $
 
-SHA1 (libuv-1.16.1.tar.gz) = 11163634401194f58c1de34de194f0d7f09508f0
-RMD160 (libuv-1.16.1.tar.gz) = 5d945a48087d1133b2408bc86fab73f4fefe0da0
-SHA512 (libuv-1.16.1.tar.gz) = e75c735467c5fc1681bee2b4f4ffae63116644309016d0f507b37643697ae8c85b3be7309288b1aca8fa11c6cb1dc1873962d1dc18fa3ed8cb66c8d2514c95e6
-Size (libuv-1.16.1.tar.gz) = 1165502 bytes
+SHA1 (libuv-1.17.0.tar.gz) = 2c4caf30bfa238758dd36dea42a8e0ea4c4b4f68
+RMD160 (libuv-1.17.0.tar.gz) = ed898e27e5891557b65cbffe3e3e754891f87e4e
+SHA512 (libuv-1.17.0.tar.gz) = 274615dd67808a7b7481184aa9c1650f7646ffe714c5304ea123e287eb09cad2a4c677ac06ae68b7d0e70071545954aa6a80414cd7e37c242a2533563094870c
+Size (libuv-1.17.0.tar.gz) = 1167930 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba



Home | Main Index | Thread Index | Old Index