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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1816a090d12a
branches:  trunk
changeset: 314972:1816a090d12a
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 13 08:58:14 2018 +0000

description:
libuv: updated to 1.24.0

Version 1.24.0
* unix: do not require PATH_MAX to be defined
* win,doc: path encoding in uv_fs_XX is UTF-8
* unix: add missing link dependency on kFreeBSD
* unix: add support for GNU/Hurd
* test: avoid memory leak for test_output
* zos: avoid UB with NULL pointer arithmetic
* doc: add vtjnash to maintainers
* unix: restore skipping of phys_addr copy
* unix,win: make uv_interface_addresses() consistent
* unix: remove unnecessary linebreaks
* unix,win: handle zero-sized allocations uniformly
* unix: remove unused uv__dup() function
* core,bsd: refactor process_title functions
* win: Redefine NSIG to consider SIGWINCH
* test: make sure that reading a directory fails
* win, tty: remove zero-size read callbacks
* test: fix test runner getenv async-signal-safety
* test: fix test runner execvp async-signal-safety
* test,unix: fix race in test runner
* unix,win: support IDNA 2008 in uv_getaddrinfo()
* win, tcp: avoid starving the loop
* win, dl: proper error messages on some systems
* win,fs: retry if uv_fs_rename fails
* darwin: speed up uv_set_process_title()
* aix: fix race in uv_get_process_title()
* win: support more fine-grained windows hiding

diffstat:

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

diffs (30 lines):

diff -r e61def2e935c -r 1816a090d12a devel/libuv/Makefile
--- a/devel/libuv/Makefile      Tue Nov 13 04:11:55 2018 +0000
+++ b/devel/libuv/Makefile      Tue Nov 13 08:58:14 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2018/10/11 09:46:31 adam Exp $
+# $NetBSD: Makefile,v 1.41 2018/11/13 08:58:14 adam Exp $
 
-DISTNAME=      libuv-1.23.2
+DISTNAME=      libuv-1.24.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r e61def2e935c -r 1816a090d12a devel/libuv/distinfo
--- a/devel/libuv/distinfo      Tue Nov 13 04:11:55 2018 +0000
+++ b/devel/libuv/distinfo      Tue Nov 13 08:58:14 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.37 2018/10/11 09:46:31 adam Exp $
+$NetBSD: distinfo,v 1.38 2018/11/13 08:58:14 adam Exp $
 
-SHA1 (libuv-1.23.2.tar.gz) = a0a7d57320e8d834ecd9461c38b90e111726ddfe
-RMD160 (libuv-1.23.2.tar.gz) = 768f45032ebee913bae197617ceaef2266f543d4
-SHA512 (libuv-1.23.2.tar.gz) = f91accf4ba9987fad23cc546a9821c3d643f8505cae22e0cbe28c4d5d5cb6b370b3483c6d95195cff3bcddd1e94f1bdab740075c3eaf22f8f673f7a57c1fdfc5
-Size (libuv-1.23.2.tar.gz) = 1192529 bytes
+SHA1 (libuv-1.24.0.tar.gz) = 6b284a1ed2976463bcdc6e780b9e8f9dc90ac4d7
+RMD160 (libuv-1.24.0.tar.gz) = 05440cee9522f6a2a83a14dfaa7b3a1514fad017
+SHA512 (libuv-1.24.0.tar.gz) = b75dac19e99497b059b9b8ce646266c4fa10f1259f5fd74554f7f614f7b70f4b62b9c756316d9a3eed6cf6b9d61f5acde9f6eedb88d30431f6a5c87169487ec6
+Size (libuv-1.24.0.tar.gz) = 1201665 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