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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec4010f45d7a
branches:  trunk
changeset: 386197:ec4010f45d7a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 11 09:46:31 2018 +0000

description:
libuv: updated to 1.23.2

Version 1.23.2
* unix: return 0 retrieving rss on cygwin
* unix: initialize uv_interface_address_t.phys_addr
* test: handle uv_os_setpriority() windows edge case
* tty, win: fix read stop for raw mode
* Revert "Revert "unix,fs: fix for potential partial reads/writes"" (Jameson
* unix,readv: always permit partial reads to return
* win,tty: fix uv_tty_close()
* doc: remove extraneous "on"
* unix,win: fix threadpool race condition
* unix: rework thread barrier implementation
* aix: switch to libuv's own thread barrier impl
* unix: signal done to last thread barrier waiter
* test: add uv_barrier_wait serial thread test
* unix: optimize uv_fs_readlink() memory allocation
* win: remove req.c and other cleanup
* aix: don't EISDIR on read from directory fd

diffstat:

 devel/libuv/Makefile |   4 ++--
 devel/libuv/PLIST    |   3 +--
 devel/libuv/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 1c3902f3bd5c -r ec4010f45d7a devel/libuv/Makefile
--- a/devel/libuv/Makefile      Thu Oct 11 09:13:30 2018 +0000
+++ b/devel/libuv/Makefile      Thu Oct 11 09:46:31 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2018/10/01 17:43:48 adam Exp $
+# $NetBSD: Makefile,v 1.40 2018/10/11 09:46:31 adam Exp $
 
-DISTNAME=      libuv-1.23.1
+DISTNAME=      libuv-1.23.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 1c3902f3bd5c -r ec4010f45d7a devel/libuv/PLIST
--- a/devel/libuv/PLIST Thu Oct 11 09:13:30 2018 +0000
+++ b/devel/libuv/PLIST Thu Oct 11 09:46:31 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/06/24 09:09:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/10/11 09:46:31 adam Exp $
 include/uv.h
 include/uv/aix.h
 include/uv/android-ifaddrs.h
@@ -8,7 +8,6 @@
 include/uv/linux.h
 include/uv/os390.h
 include/uv/posix.h
-include/uv/pthread-barrier.h
 include/uv/stdint-msvc2008.h
 include/uv/sunos.h
 include/uv/threadpool.h
diff -r 1c3902f3bd5c -r ec4010f45d7a devel/libuv/distinfo
--- a/devel/libuv/distinfo      Thu Oct 11 09:13:30 2018 +0000
+++ b/devel/libuv/distinfo      Thu Oct 11 09:46:31 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.36 2018/10/01 17:43:48 adam Exp $
+$NetBSD: distinfo,v 1.37 2018/10/11 09:46:31 adam Exp $
 
-SHA1 (libuv-1.23.1.tar.gz) = 89185ed6e22f027af4cc918d0fb02f90113085ca
-RMD160 (libuv-1.23.1.tar.gz) = 715a2cf77be7910460715be9de990b3cf9e51995
-SHA512 (libuv-1.23.1.tar.gz) = 5c3170dea49d7954f5780bc94d5c021a8e1bf91e2d17188335825f1dc1098a8826d5eb9dac4be318ec68275888d0dfa9579a841d43de0c3520c89ab0dc70e5ab
-Size (libuv-1.23.1.tar.gz) = 1190885 bytes
+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 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_darwin.c) = 489f73fe81b9dea2acc72a669bf667c560c1deea



Home | Main Index | Thread Index | Old Index