diff options
author | adam <adam@pkgsrc.org> | 2019-03-18 09:02:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-18 09:02:58 +0000 |
commit | 7539e3dc3342c6e1518a1b61a51f4a059a654e7e (patch) | |
tree | ffd105d05975a74ea56a3ae9272630516b43665b /devel/libuv | |
parent | b41efb2907ae24a2b7e4e27279fcfc8964929677 (diff) | |
download | pkgsrc-7539e3dc3342c6e1518a1b61a51f4a059a654e7e.tar.gz |
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 (limited to 'devel/libuv')
-rw-r--r-- | devel/libuv/Makefile | 4 | ||||
-rw-r--r-- | devel/libuv/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index e37a05579d4..c082616d9ba 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -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 --git a/devel/libuv/distinfo b/devel/libuv/distinfo index d8c7fe056f0..d795bfe4fe3 100644 --- a/devel/libuv/distinfo +++ b/devel/libuv/distinfo @@ -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 |