pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuv



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 24 11:04:25 UTC 2017

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libuv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libuv/Makefile
diff -u pkgsrc/devel/libuv/Makefile:1.26 pkgsrc/devel/libuv/Makefile:1.27
--- pkgsrc/devel/libuv/Makefile:1.26    Mon Nov 13 13:28:58 2017
+++ pkgsrc/devel/libuv/Makefile Fri Nov 24 11:04:25 2017
@@ -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/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.23 pkgsrc/devel/libuv/distinfo:1.24
--- pkgsrc/devel/libuv/distinfo:1.23    Mon Nov 13 13:28:58 2017
+++ pkgsrc/devel/libuv/distinfo Fri Nov 24 11:04:25 2017
@@ -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