pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libuv Changes 1.10.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/050f6d29c590
branches:  trunk
changeset: 354834:050f6d29c590
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 12 07:47:34 2016 +0000

description:
Changes 1.10.0:
* Now working on version 1.9.2 (Sa?l Ibarra Corretg?)
* doc: add cjihrig GPG ID (cjihrig)
* win,build: fix compilation on old Windows / MSVC (Sa?l Ibarra Corretg?)
* darwin: fix setting fd to non-blocking in select(() trick (Sa?l Ibarra
  Corretg?)
* unix: allow nesting of kqueue fds in uv_poll_start (Ben Noordhuis)
* doc: fix generation the first time livehtml runs (Sa?l Ibarra Corretg?)
* test: fix test_close_accept flakiness on Centos5 (Santiago Gimeno)
* license: libuv is no longer a Node project (Sa?l Ibarra Corretg?)
* license: add license text we've been using for a while (Sa?l Ibarra Corretg?)
* doc: add licensing information to README (Sa?l Ibarra Corretg?)
* win,pipe: fixed formatting, DWORD is long unsigned (Miodrag Milanovic)
* win: support sub-second precision in uv_fs_futimes() (Jason Ginchereau)
* unix: ignore EINPROGRESS in uv__close (Sa?l Ibarra Corretg?)
* doc: add Imran Iqbal (iWuzHere) to maintainers (Imran Iqbal)
* doc: update docs with AIX related information (Imran Iqbal)
* test: silence build warnings (K?ri Tristan Helgason)
* doc: add iWuzHere GPG ID (Imran Iqbal)
* linux-core: fix uv_get_total/free_memory on uclibc (Nicolas Cavallari)
* build: fix build on DragonFly (Michael Neumann)
* unix: correctly detect named pipes on DragonFly (Michael Neumann)
* test: make tap output the default (Ben Noordhuis)
* test: don't dump output for skipped tests (Ben Noordhuis)
* test: improve formatting of diagnostic messages (Ben Noordhuis)
* test: remove unused RETURN_TODO macro (Ben Noordhuis)
* doc: fix stream typos (Pierre-Marie de Rodat)
* doc: update coding style link (Imran Iqbal)
* unix,fs: use uint64_t instead of unsigned long (Imran Iqbal)
* build: check for warnings for -fvisibility=hidden (Imran Iqbal)
* unix: remove unneeded TODO note (Sa?l Ibarra Corretg?)
* test: skip tty_pty test if pty is not available (Luca Bruno)
* sunos: set phys_addr of interface_address using ARP (Brian Maher)
* doc: clarify callbacks won't be called in error case (Sa?l Ibarra Corretg?)
* unix: don't convert stat buffer when syscall fails (Ben Noordhuis)
* win: compare entire filename in watch events (cjihrig)
* doc: add a note on safe reuse of uv_write_t (neevek)
* linux: fix potential event loop stall (Ben Noordhuis)
* unix,win: make uv_get_process_title() stricter (cjihrig)
* test: close server before initiating new connection (John Barboza)
* test: account for multiple handles in one ipc read (John Barboza)
* unix: fix errno and retval conflict (liuxiaobo)
* doc: add missing entry in uv_fs_type enum (Michele Caini)
* unix: preserve loop->data across loop init/done (Ben Noordhuis)
* win: return UV_EINVAL on bad uv_tty_mode mode arg (Ben Noordhuis)
* win: simplify memory copy logic in fs.c (Ben Noordhuis)
* win: fix compilation on mingw (Bartosz Sosnowski)
* win: ensure 32-bit printf precision (Matej Knopp)
* darwin: handle EINTR in /dev/tty workaround (Ben Noordhuis)
* test: fix OOB buffer access (Sa?l Ibarra Corretg?)
* test: don't close CRT fd handed off to uv_pipe_t (Sa?l Ibarra Corretg?)
* test: fix android build error. (sunjin.lee)
* win: evaluate timers when system wakes up (Bartosz Sosnowski)
* doc: add supported platforms description (Sa?l Ibarra Corretg?)
* win: fix lstat reparse point without link data (Jason Ginchereau)
* unix,win: make on_alloc_cb failures more resilient (Sa?l Ibarra Corretg?)
* zos: add support for new platform (John Barboza)
* test: make tcp_close_while_connecting more resilient (Sa?l Ibarra Corretg?)
* build: use '${prefix}' for pkg-config 'exec_prefix' (Matt Clarkson)
* build: GNU/kFreeBSD support (Jeffrey Clark)
* zos: use PLO instruction for atomic operations (John Barboza)
* zos: use pthread helper functions (John Barboza)
* zos: implement uv__fs_futime (John Barboza)
* unix: expand range of values for usleep (John Barboza)
* zos: track unbound handles and bind before listen (John Barboza)
* test: improve tap output on test failures (Santiago Gimeno)
* test: refactor fs_event_close_in_callback (Julien Gilli)
* zos: implement uv__io_check_fd (John Barboza)
* unix: unneccessary use const qualifier in container_of (John Barboza)
* win,tty: add support for ANSI codes in win10 v1511 (Imran Iqbal)
* doc: add santigimeno to maintainers (Santiago Gimeno)
* win: fix typo in type name (Sa?l Ibarra Corretg?)
* unix: always define pthread barrier fallback pad (Sa?l Ibarra Corretg?)
* test: use RETURN_SKIP in spawn_setuid_setgid test (Santiago Gimeno)
* win: add disk read/write count to uv_getrusage (Imran Iqbal)
* doc: document uv_fs_realpath caveats (Sa?l Ibarra Corretg?)
* test: improve spawn_setuid_setgid test (Santiago Gimeno)
* test: fix building pty test on Android (Sa?l Ibarra Corretg?)
* doc: uv_buf_t members are not readonly (Sa?l Ibarra Corretg?)
* doc: improve documentation on uv_alloc_cb (Sa?l Ibarra Corretg?)
* fs: fix uv_fs_fstat on platforms using musl libc (Santiago Gimeno)
* doc: update supported fields for uv_rusage_t (Imran Iqbal)
* test: fix test-tcp-writealot flakiness on arm (Santiago Gimeno)
* test: fix fs_event_watch_dir flakiness on arm (Santiago Gimeno)
* unix: don't use alphasort in uv_fs_scandir() (Ben Noordhuis)
* doc: fix confusing doc of uv_tcp_nodelay (Bart Robinson)
* build,osx: fix warnings on tests compilation with gyp (Santiago Gimeno)
* doc: add ABI tracker link to README (Sa?l Ibarra Corretg?)
* win,tty: fix uv_tty_set_mode race conditions (Bartosz Sosnowski)
* test: fix fs_fstat on Android (Vit Gottwald)
* win, test: fix fs_event_watch_dir_recursive (Bartosz Sosnowski)
* doc: add description of uv_handle_type (Vit Gottwald)
* build: use -pthreads for tests with autotools (Julien Gilli)
* win: fix leaky fs request buffer (Jason Ginchereau)
* doc: note buffer lifetime requirements in uv_write (Vladim?r ?un?t)
* doc: add reference to uv_update_time on uv_timer_start (Alex Hultman)
* win: fix winapi function pointer typedef syntax (Brad King)
* test: fix tcp_close_while_connecting CI failures (Ben Noordhuis)
* test: make threadpool_cancel_single deterministic (Ben Noordhuis)
* test: make threadpool saturation reliable (Ben Noordhuis)
* unix: don't malloc in uv_thread_create() (Ben Noordhuis)
* unix: don't include CoreServices globally on macOS (Brad King)
* unix,win: add uv_translate_sys_error() public API (Philippe Laferriere)
* win: remove unused static variables (Ben Noordhuis)
* win: silence -Wmaybe-uninitialized warning (Ben Noordhuis)
* signal: replace pthread_once with uv_once (Santiago Gimeno)
* test: fix sign-compare warning (Will Speak)
* common: fix unused variable warning (Brad King)

diffstat:

 devel/libuv/Makefile |   4 ++--
 devel/libuv/PLIST    |   3 ++-
 devel/libuv/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 256b904b4d9f -r 050f6d29c590 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Sat Nov 12 07:34:34 2016 +0000
+++ b/devel/libuv/Makefile      Sat Nov 12 07:47:34 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2016/08/07 13:36:09 mef Exp $
+# $NetBSD: Makefile,v 1.9 2016/11/12 07:47:34 adam Exp $
 
-DISTNAME=      libuv-1.9.1
+DISTNAME=      libuv-1.10.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 
diff -r 256b904b4d9f -r 050f6d29c590 devel/libuv/PLIST
--- a/devel/libuv/PLIST Sat Nov 12 07:34:34 2016 +0000
+++ b/devel/libuv/PLIST Sat Nov 12 07:47:34 2016 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2015/06/11 13:32:35 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/11/12 07:47:34 adam Exp $
+include/pthread-barrier.h
 include/uv-aix.h
 include/uv-bsd.h
 include/uv-darwin.h
diff -r 256b904b4d9f -r 050f6d29c590 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Sat Nov 12 07:34:34 2016 +0000
+++ b/devel/libuv/distinfo      Sat Nov 12 07:47:34 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2016/08/07 13:36:09 mef Exp $
+$NetBSD: distinfo,v 1.8 2016/11/12 07:47:34 adam Exp $
 
-SHA1 (libuv-1.9.1.tar.gz) = fa1da5385706a477fd660aa6ee36a63b71f185ab
-RMD160 (libuv-1.9.1.tar.gz) = 7bb68e5e105ecb2ed7a4af85f76a3772349e0e36
-SHA512 (libuv-1.9.1.tar.gz) = ad5f274f75c4c19bedbdeed8204ef8561b8c6a2697650402bf21cbf40ace35c104e089b42adc737d27b4a105283d9463ac02b6dadaec29aa6469f10b69ab3d0a
-Size (libuv-1.9.1.tar.gz) = 1060134 bytes
+SHA1 (libuv-1.10.0.tar.gz) = 60dfb408805576d5212204a481013d5203b58d85
+RMD160 (libuv-1.10.0.tar.gz) = ffbb05efcb7d54cc594d55d88aada96bfa62385e
+SHA512 (libuv-1.10.0.tar.gz) = bbe661911ffbb9d3b9ff2e1475812c03f620859f6e794717968f4817e427c38f42a92579ff6450cf6641da60e5156bcd189b3f184cc204a39527b1700327c747
+Size (libuv-1.10.0.tar.gz) = 1072589 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232



Home | Main Index | Thread Index | Old Index