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 Jan 19 07:42:25 UTC 2018

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.26 -r1.27 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.28 pkgsrc/devel/libuv/Makefile:1.29
--- pkgsrc/devel/libuv/Makefile:1.28    Fri Dec  1 09:13:45 2017
+++ pkgsrc/devel/libuv/Makefile Fri Jan 19 07:42:25 2018
@@ -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 @@ USE_TOOLS+=   autoconf automake pkg-config
 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"

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.26 pkgsrc/devel/libuv/distinfo:1.27
--- pkgsrc/devel/libuv/distinfo:1.26    Mon Dec 11 13:32:12 2017
+++ pkgsrc/devel/libuv/distinfo Fri Jan 19 07:42:25 2018
@@ -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