diff options
author | adam <adam@pkgsrc.org> | 2019-12-04 12:56:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-12-04 12:56:37 +0000 |
commit | c00df0a09d44dd795bac79165a19d306ce66a263 (patch) | |
tree | 57ba9e35329a995058f29718d8baa66a4f5d34cc /devel | |
parent | f115c1f493c1c9ac4fc4b3e36ef7bc1e52a9539c (diff) | |
download | pkgsrc-c00df0a09d44dd795bac79165a19d306ce66a263.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/libuv/Makefile | 4 | ||||
-rw-r--r-- | devel/libuv/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index 6b4280ac372..a5f6309320b 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -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 --git a/devel/libuv/distinfo b/devel/libuv/distinfo index f66dd4d1613..671bb084498 100644 --- a/devel/libuv/distinfo +++ b/devel/libuv/distinfo @@ -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 |