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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b1ebc2d52fa
branches:  trunk
changeset: 345164:3b1ebc2d52fa
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 04 12:56:37 2019 +0000

description:
libuv: updated to 1.34.0

v1.34.0
* unix: move random-sysctl to random-sysctl-linux
* netbsd: use KERN_ARND sysctl to get entropy
* unix: refactor uv__fs_copyfile() logic
* build: fix android build, add missing sources
* build: fix android build, fix symbol redefinition
* build: fix android autotools build
* fs: handle non-functional statx system call
* unix,win: add uv_sleep()
* doc: add richardlau to maintainers
* aix: fix netmask for IPv6
* aix: clean up after errors in uv_interface_addresses()
* aix: fix setting of physical addresses
* fs: add uv_fs_mkstemp
* unix: switch uv_sleep() to nanosleep()
* unix: retry on EINTR in uv_sleep()
* zos: fix nanosleep() emulation

diffstat:

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

diffs (30 lines):

diff -r 57e92d3b7780 -r 3b1ebc2d52fa devel/libuv/Makefile
--- a/devel/libuv/Makefile      Wed Dec 04 12:53:51 2019 +0000
+++ b/devel/libuv/Makefile      Wed Dec 04 12:56:37 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2019/10/21 09:42:06 adam Exp $
+# $NetBSD: Makefile,v 1.57 2019/12/04 12:56:37 adam Exp $
 
-DISTNAME=      libuv-1.33.1
+DISTNAME=      libuv-1.34.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 57e92d3b7780 -r 3b1ebc2d52fa devel/libuv/distinfo
--- a/devel/libuv/distinfo      Wed Dec 04 12:53:51 2019 +0000
+++ b/devel/libuv/distinfo      Wed Dec 04 12:56:37 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.51 2019/10/21 09:42:06 adam Exp $
+$NetBSD: distinfo,v 1.52 2019/12/04 12:56:37 adam Exp $
 
-SHA1 (libuv-1.33.1.tar.gz) = 1855cc5f323902939d2c4aa066199c8df9b69992
-RMD160 (libuv-1.33.1.tar.gz) = 78295a082df4cab98e06e9a6d17f2e43bd7f9f85
-SHA512 (libuv-1.33.1.tar.gz) = 0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5
-Size (libuv-1.33.1.tar.gz) = 1251944 bytes
+SHA1 (libuv-1.34.0.tar.gz) = 900a086dc3bcbe3409d51975c9e07cb70418cde0
+RMD160 (libuv-1.34.0.tar.gz) = 93cbadafe67ef7afccfa92748ef5839e00a1dc38
+SHA512 (libuv-1.34.0.tar.gz) = 30811311268179984fdc44209eb0e9ac4c6df08fa30790b75916ae838b23c2578a8a043340fbde86bcd5a373dcc335dec5fe88209560613876ca3272fd99c9e8
+Size (libuv-1.34.0.tar.gz) = 1253950 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = 06500ab342d1af50f03bc92f2cb4a2ec28db84cc
 SHA1 (patch-src_unix_fs.c) = 15b464be3e31c0934732c537c4163b5b96665f63



Home | Main Index | Thread Index | Old Index