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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e69a1d449b2
branches:  trunk
changeset: 374267:4e69a1d449b2
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 19 07:42:25 2018 +0000

description:
libuv: updated to 1.19.0

Version 1.19.0 (Stable):
* core: add getter/setter functions for easier ABI compat
* unix: make get(set)_process_title MT-safe
* unix,win: wait for threads to start
* test: add threadpool init/teardown test
* win, process: uv_kill improvements
* win: set _WIN32_WINNT to 0x0600
* zos: implement uv_fs_event* functions
* unix,tcp: avoid marking server sockets connected
* doc: mark Windows 7 as Tier 1 support
* win: map 0.0.0.0 and :: addresses to localhost
* build: install libuv.pc unconditionally
* test: remove custom timeout for thread test on ppc
* test: allow multicast not permitted status
* test: allow net unreachable status in udp test
* unix: use SA_RESTART when setting our sighandler
* unix,fs: fix for potential partial reads/writes
* win,build: do not build executable installer for dll
* win: allow directory symlinks to be created in a non-elevated context
* zos,test: accept SIGKILL for flaky test
* win: use RemoveDirectoryW() instead of _wmrmdir()
* unix: fix uv_cpu_info() error on FreeBSD
* zos,test: decrease pings to avoid timeout

diffstat:

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

diffs (39 lines):

diff -r 697a071bffcb -r 4e69a1d449b2 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Fri Jan 19 07:28:04 2018 +0000
+++ b/devel/libuv/Makefile      Fri Jan 19 07:42:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/12/01 09:13:45 adam Exp $
+# $NetBSD: Makefile,v 1.29 2018/01/19 07:42:25 adam Exp $
 
-DISTNAME=      libuv-1.18.0
+DISTNAME=      libuv-1.19.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 
@@ -16,7 +16,7 @@
 GNU_CONFIGURE= yes
 TEST_TARGET=   check
 
-HEADERS=       uv-aix.h uv-bsd.h uv-darwin.h uv-linux.h uv-sunos.h     \
+HEADERS=       uv-aix.h uv-bsd.h uv-darwin.h uv-linux.h uv-sunos.h \
                uv-unix.h uv-win.h pthread-barrier.h
 
 .include "../../mk/bsd.prefs.mk"
diff -r 697a071bffcb -r 4e69a1d449b2 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Fri Jan 19 07:28:04 2018 +0000
+++ b/devel/libuv/distinfo      Fri Jan 19 07:42:25 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2017/12/11 13:32:12 jperkin Exp $
+$NetBSD: distinfo,v 1.27 2018/01/19 07:42:25 adam Exp $
 
-SHA1 (libuv-1.18.0.tar.gz) = 212fae1ecf12b273d44ce59e1a7c99d88f47da53
-RMD160 (libuv-1.18.0.tar.gz) = cae0b72ebc5919d0bdbfc0007f58d6538e40baca
-SHA512 (libuv-1.18.0.tar.gz) = d1ef70b0f060f40cf57b282279d1d63d6dd019b4b811211b2252db32633a80af46290d201b4a4338f84b3efdfe9754a11b29bfa4a7636b06540b1a65e1fd4fbc
-Size (libuv-1.18.0.tar.gz) = 1167950 bytes
+SHA1 (libuv-1.19.0.tar.gz) = f951bfdeccef8be5df74582bafeaffa623c45e94
+RMD160 (libuv-1.19.0.tar.gz) = 3591d1190a738b2453abaee5e3a095befa60b937
+SHA512 (libuv-1.19.0.tar.gz) = b9dfe1df09b67dae27a9aa3a3eb8f3ef31aedf9c95c1361034defab21a017e3978a2e2db502847a0c372a34bffe176acd96616096aa692ef2f35cc854ac8e211
+Size (libuv-1.19.0.tar.gz) = 1174555 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