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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c817e6fe0ea
branches:  trunk
changeset: 321186:0c817e6fe0ea
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 18 09:02:58 2019 +0000

description:
libuv: updated to 1.27.0

v1.27.0:
* doc: describe unix signal handling better
* linux: use statx() to obtain file birth time
* src: fill sockaddr_in6.sin6_len when it's defined
* test: relax uv_hrtime() test assumptions
* build: make cmake install LICENSE only once
* bsd: plug uv_fs_event_start() error path fd leak
* unix: fix __FreeBSD_kernel__ typo
* doc: add note about uv_run() not being reentrant
* unix, win: make fs-poll close wait for resource cleanup
* doc: fix typo in uv_thread_options_t definition
* win: skip winsock initialization in safe mode
* unix: refactor getsockname/getpeername methods
* win,udp: allow to use uv_udp_open on bound sockets
* udp: add support for UDP connected sockets
* build: fix uv_test shared uv Windows cmake build
* build: add android-configure scripts to EXTRA_DIST
* build: add missing header
* sunos: add perror() output prior to abort()
* test,sunos: disable UV_DISCONNECT handling
* sunos: disable __attribute__((unused))
* test,sunos: use unistd.h code branch
* build,sunos: better handling of non-GCC compiler
* test,sunos: fix statement not reached warnings
* sunos: fix argument/prototype mismatch in atomics
* test,sunos: test-ipc.c lacks newline at EOF
* test: change spawn_stdin_stdout return to void
* test: remove call to floor() in test driver

diffstat:

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

diffs (30 lines):

diff -r ac62439ced1a -r 0c817e6fe0ea devel/libuv/Makefile
--- a/devel/libuv/Makefile      Sun Mar 17 23:17:32 2019 +0000
+++ b/devel/libuv/Makefile      Mon Mar 18 09:02:58 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/02/11 10:46:56 adam Exp $
+# $NetBSD: Makefile,v 1.46 2019/03/18 09:02:58 adam Exp $
 
-DISTNAME=      libuv-1.26.0
+DISTNAME=      libuv-1.27.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r ac62439ced1a -r 0c817e6fe0ea devel/libuv/distinfo
--- a/devel/libuv/distinfo      Sun Mar 17 23:17:32 2019 +0000
+++ b/devel/libuv/distinfo      Mon Mar 18 09:02:58 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.41 2019/02/11 10:46:56 adam Exp $
+$NetBSD: distinfo,v 1.42 2019/03/18 09:02:58 adam Exp $
 
-SHA1 (libuv-1.26.0.tar.gz) = f66a92493e0e22d6e41b2fef7eb4e45b8f754d77
-RMD160 (libuv-1.26.0.tar.gz) = db4d6065f78d98cc43ea0082d425d81a0c4cdbd2
-SHA512 (libuv-1.26.0.tar.gz) = c38e36d4d700090f48f9d997302968d9fe2382d21695b2d5b30776149f1739f66cd03458937a11309efe326bdad8c12abe8bf0f0e210d30cc2de4d9ab651d1e3
-Size (libuv-1.26.0.tar.gz) = 1209551 bytes
+SHA1 (libuv-1.27.0.tar.gz) = c8a37474ddff8f06fc6eb22a889a11d09f20356b
+RMD160 (libuv-1.27.0.tar.gz) = 9b08de146cec0df016a5303996998bc149dd96a7
+SHA512 (libuv-1.27.0.tar.gz) = 42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0
+Size (libuv-1.27.0.tar.gz) = 1214154 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