pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libuv libuv: update to 1.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b868dfe8794a
branches:  trunk
changeset: 369820:b868dfe8794a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 06 04:22:47 2017 +0000

description:
libuv: update to 1.15.0

Version 1.15.0 (Stable)

* unix: limit uv__has_forked_with_cfrunloop to macOS
* win: fix buffer size in uv__getpwuid_r()
* win,tty: improve SIGWINCH support
* unix: use fchmod() in uv_fs_copyfile()
* unix: support copying empty files
* unix: truncate destination in uv_fs_copyfile()
* win,build: keep cwd when setting build environment
* test: add NetBSD support to test-udp-ipv6.c
* unix: add NetBSD support in core.c
* linux: increase thread stack size with musl libc
* netbsd: correct uv_exepath() on NetBSD
* test: clean up semaphore after use
* win,build: bump vswhere_usability_wrapper to 2.0.0
* win: let UV_PROCESS_WINDOWS_HIDE hide consoles
* zos: lock protect global epoll list in epoll_ctl
* zos: change platform name to match python
* android: fix getifaddrs()
* netbsd: implement uv__tty_is_slave()
* zos: fix readlink for mounts with system variables
* test: sort the tests alphabetically
* windows: fix compilation warnings
* build: avoid -fstrict-aliasing compile option
* win: remove unused variables
* unix: remove unused variables
* netbsd: disable poll_bad_fdtype on NetBSD
* netbsd: use uv__cloexec and uv__nonblock
* test: fix udp_multicast_join6 on NetBSD
* unix,win: add uv_mutex_init_recursive()
* netbsd: do not exclude IPv6 functionality
* fsevents: watch files with fsevents on macos 10.7+
* unix: retry on ENOBUFS in sendmsg(2)

diffstat:

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

diffs (30 lines):

diff -r d06b582db8a7 -r b868dfe8794a devel/libuv/Makefile
--- a/devel/libuv/Makefile      Fri Oct 06 02:39:38 2017 +0000
+++ b/devel/libuv/Makefile      Fri Oct 06 04:22:47 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2017/09/08 07:21:44 adam Exp $
+# $NetBSD: Makefile,v 1.24 2017/10/06 04:22:47 adam Exp $
 
-DISTNAME=      libuv-1.14.1
+DISTNAME=      libuv-1.15.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 
diff -r d06b582db8a7 -r b868dfe8794a devel/libuv/distinfo
--- a/devel/libuv/distinfo      Fri Oct 06 02:39:38 2017 +0000
+++ b/devel/libuv/distinfo      Fri Oct 06 04:22:47 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2017/09/08 07:21:44 adam Exp $
+$NetBSD: distinfo,v 1.20 2017/10/06 04:22:47 adam Exp $
 
-SHA1 (libuv-1.14.1.tar.gz) = 4e6b927fdf01de025bcbf41adf64a3589eca3ef1
-RMD160 (libuv-1.14.1.tar.gz) = e80e8c78a98681eaedfdf43164ba8f5ebd7a3999
-SHA512 (libuv-1.14.1.tar.gz) = de78909e92757ce024a48d5a12a1aedd8015d7135cee374965dc38c07c29352ea411a31921910653728b3f73aca0275382cbf2130144da65e50a472b17849ade
-Size (libuv-1.14.1.tar.gz) = 1157777 bytes
+SHA1 (libuv-1.15.0.tar.gz) = 13a67a735516b2ec638af1d28b0aee07cb73b724
+RMD160 (libuv-1.15.0.tar.gz) = 4ec99f081b755c7670ff86f8f9ede55f9077a112
+SHA512 (libuv-1.15.0.tar.gz) = 46b9feb3959e73521f9e499881799c961db3ff1dcdd780537e774dfaf6145430cb98e9558cf3110624fa35a7117350868afdcccb30abf275f7648f11b3de4afa
+Size (libuv-1.15.0.tar.gz) = 1158746 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