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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59e43f54a429
branches:  trunk
changeset: 306660:59e43f54a429
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 23 07:03:12 2018 +0000
description:
libuv: updated to 1.20.2

v1.20.2:
* zos: use custom semaphore
* win: fix registry API error handling
* build: add support for 64-bit AIX
* aix: guard STATIC_ASSERT for glibc work around

v1.20.1:
* doc,fs: improve documentation
* win: return a floored double from uv_uptime()
* doc: clarify platform specific pipe naming
* unix: fix uv_pipe_chmod() on macOS
* unix: work around glibc semaphore race condition
* tcp,openbsd: disable Unix TCP check for IPV6_ONLY
* test,openbsd: use RETURN_SKIP in UDP IPv6 tests
* test,openbsd: fix multicast test
* Revert "win, fs: use FILE_WRITE_ATTRIBUTES when opening files"

diffstat:

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

diffs (30 lines):

diff -r 55011a788211 -r 59e43f54a429 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Mon Apr 23 07:02:42 2018 +0000
+++ b/devel/libuv/Makefile      Mon Apr 23 07:03:12 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2018/04/03 14:21:21 adam Exp $
+# $NetBSD: Makefile,v 1.33 2018/04/23 07:03:12 adam Exp $
 
-DISTNAME=      libuv-1.20.0
+DISTNAME=      libuv-1.20.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 55011a788211 -r 59e43f54a429 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Mon Apr 23 07:02:42 2018 +0000
+++ b/devel/libuv/distinfo      Mon Apr 23 07:03:12 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2018/04/03 14:21:21 adam Exp $
+$NetBSD: distinfo,v 1.31 2018/04/23 07:03:12 adam Exp $
 
-SHA1 (libuv-1.20.0.tar.gz) = 0439aa9e497d2f07e6378bbe29c728c09bb40c87
-RMD160 (libuv-1.20.0.tar.gz) = 45e533e507bd6eabcda485c51e58b2d34cfeedbe
-SHA512 (libuv-1.20.0.tar.gz) = 382309cb6e54765b956b03357cb754f49d93505ba0e0122a77f33efca07d7b87966c993a5fd9f9503edd1bcd0f49ca42bd9cd9264cce94c847aebca77d237ba0
-Size (libuv-1.20.0.tar.gz) = 1180231 bytes
+SHA1 (libuv-1.20.2.tar.gz) = ce4dde763d6158075ea55faf687212d61d4f97c4
+RMD160 (libuv-1.20.2.tar.gz) = 6a85ed309b29a10404b3591d305e0b417882b1f6
+SHA512 (libuv-1.20.2.tar.gz) = 449dfd15e2953d2a8b9c6160ab39728a87799b3e8595f9e3013467daf69d3561e2c5602172a0596e7c884237cf0d52d3b0f00edde03a7b037dc90b61bce2057c
+Size (libuv-1.20.2.tar.gz) = 1180957 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