Sat Nov 12 07:47:34 2016 UTC ()
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)


(adam)
diff -r1.8 -r1.9 pkgsrc/devel/libuv/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/libuv/PLIST
diff -r1.7 -r1.8 pkgsrc/devel/libuv/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/libuv/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libuv/Makefile 2016/08/07 13:36:09 1.8
+++ pkgsrc/devel/libuv/Makefile 2016/11/12 07:47:34 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2016/08/07 13:36:09 mef Exp $ 1# $NetBSD: Makefile,v 1.9 2016/11/12 07:47:34 adam Exp $
2 2
3DISTNAME= libuv-1.9.1 3DISTNAME= libuv-1.10.0
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/}
6 6
7MAINTAINER= agc@pkgsrc.org 7MAINTAINER= agc@pkgsrc.org
8HOMEPAGE= http://github.com/libuv/libuv/ 8HOMEPAGE= http://github.com/libuv/libuv/
9COMMENT= Cross-platform asychronous I/O 9COMMENT= Cross-platform asychronous I/O
10LICENSE= mit AND 2-clause-bsd AND isc AND modified-bsd 10LICENSE= mit AND 2-clause-bsd AND isc AND modified-bsd
11 11
12GITHUB_TAG= v${PKGVERSION_NOREV} 12GITHUB_TAG= v${PKGVERSION_NOREV}
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= autoconf automake pkg-config 15USE_TOOLS+= autoconf automake pkg-config
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.3 -r1.4 pkgsrc/devel/libuv/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libuv/PLIST 2015/06/11 13:32:35 1.3
+++ pkgsrc/devel/libuv/PLIST 2016/11/12 07:47:34 1.4
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1@comment $NetBSD: PLIST,v 1.3 2015/06/11 13:32:35 fhajny Exp $ 1@comment $NetBSD: PLIST,v 1.4 2016/11/12 07:47:34 adam Exp $
 2include/pthread-barrier.h
2include/uv-aix.h 3include/uv-aix.h
3include/uv-bsd.h 4include/uv-bsd.h
4include/uv-darwin.h 5include/uv-darwin.h
5include/uv-errno.h 6include/uv-errno.h
6include/uv-linux.h 7include/uv-linux.h
7include/uv-sunos.h 8include/uv-sunos.h
8include/uv-threadpool.h 9include/uv-threadpool.h
9include/uv-unix.h 10include/uv-unix.h
10include/uv-version.h 11include/uv-version.h
11include/uv-win.h 12include/uv-win.h
12include/uv.h 13include/uv.h
13lib/libuv.la 14lib/libuv.la
14lib/pkgconfig/libuv.pc 15lib/pkgconfig/libuv.pc

cvs diff -r1.7 -r1.8 pkgsrc/devel/libuv/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libuv/distinfo 2016/08/07 13:36:09 1.7
+++ pkgsrc/devel/libuv/distinfo 2016/11/12 07:47:34 1.8
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.7 2016/08/07 13:36:09 mef Exp $ 1$NetBSD: distinfo,v 1.8 2016/11/12 07:47:34 adam Exp $
2 2
3SHA1 (libuv-1.9.1.tar.gz) = fa1da5385706a477fd660aa6ee36a63b71f185ab 3SHA1 (libuv-1.10.0.tar.gz) = 60dfb408805576d5212204a481013d5203b58d85
4RMD160 (libuv-1.9.1.tar.gz) = 7bb68e5e105ecb2ed7a4af85f76a3772349e0e36 4RMD160 (libuv-1.10.0.tar.gz) = ffbb05efcb7d54cc594d55d88aada96bfa62385e
5SHA512 (libuv-1.9.1.tar.gz) = ad5f274f75c4c19bedbdeed8204ef8561b8c6a2697650402bf21cbf40ace35c104e089b42adc737d27b4a105283d9463ac02b6dadaec29aa6469f10b69ab3d0a 5SHA512 (libuv-1.10.0.tar.gz) = bbe661911ffbb9d3b9ff2e1475812c03f620859f6e794717968f4817e427c38f42a92579ff6450cf6641da60e5156bcd189b3f184cc204a39527b1700327c747
6Size (libuv-1.9.1.tar.gz) = 1060134 bytes 6Size (libuv-1.10.0.tar.gz) = 1072589 bytes
7SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 7SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232