pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libuv Version 1.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d52f5d180a2
branches:  trunk
changeset: 364856:9d52f5d180a2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 06 07:17:56 2017 +0000

description:
Version 1.13.0
* Now working on version 1.12.1
* unix: avoid segfault in uv_get_process_title
* build: add a comma to uv.gyp
* win: restore file pos after positional read/write
* unix,stream: return error on closed handle passing
* unix,benchmark: use fd instead of FILE* after fork
* zos: avoid compiler warnings
* win,pipe: race condition canceling readfile thread
* sunos: filter out non-IPv4/IPv6 interfaces
* sunos: fix cmpxchgi and cmpxchgl type error
* unix: reset signal disposition before execve()
* unix: reset signal mask before execve()
* unix: fix POLLIN assertion on server read
* zos: use stckf builtin for high-res timer
* win,udp: implements uv_udp_try_send
* win,udp: return UV_EINVAL instead of aborting
* freebsd: replace kvm with sysctl
* aix: fix un-initialized pointer field in fs handle
* win,build: support building with VS2017
* doc: add instructions for building on Windows
* doc: format README

diffstat:

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

diffs (30 lines):

diff -r 4e68158d5f38 -r 9d52f5d180a2 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Thu Jul 06 06:27:42 2017 +0000
+++ b/devel/libuv/Makefile      Thu Jul 06 07:17:56 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/06/24 06:07:44 adam Exp $
+# $NetBSD: Makefile,v 1.17 2017/07/06 07:17:56 adam Exp $
 
-DISTNAME=      libuv-1.12.0
+DISTNAME=      libuv-1.13.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 
diff -r 4e68158d5f38 -r 9d52f5d180a2 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Thu Jul 06 06:27:42 2017 +0000
+++ b/devel/libuv/distinfo      Thu Jul 06 07:17:56 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2017/06/24 06:07:44 adam Exp $
+$NetBSD: distinfo,v 1.16 2017/07/06 07:17:56 adam Exp $
 
-SHA1 (libuv-1.12.0.tar.gz) = 38a468c7e5114efe65aff354621023c79b0d45e4
-RMD160 (libuv-1.12.0.tar.gz) = 4f8fdef62c3df30cce9132f0f7317d46616081c5
-SHA512 (libuv-1.12.0.tar.gz) = 879359747e8319b6e951157f9406176c53ee24833ab9ea3e6ad2b9cf25368fd8f166fa2074b89bdb75e2a6a77757d91a079c4ef86b92330a8ea11519cd1e3018
-Size (libuv-1.12.0.tar.gz) = 1146259 bytes
+SHA1 (libuv-1.13.0.tar.gz) = 3fb4e4677f1d4bc035dcbc0ae96dccb8f41a5aa0
+RMD160 (libuv-1.13.0.tar.gz) = dbd504d570406ba173d5c500665ee76a6b7a0048
+SHA512 (libuv-1.13.0.tar.gz) = 34d697d2719030377d83f8c9e8da411a4bd91bb6fe94c2718686bd4404d5f578854698febd6a2ba24fc2d32c24956ca4892b52fc6b0124eb6ab2edf61813c6bc
+Size (libuv-1.13.0.tar.gz) = 1149326 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba



Home | Main Index | Thread Index | Old Index