pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libuv
Module Name: pkgsrc
Committed By: adam
Date: Wed Dec 4 12:56:37 UTC 2019
Modified Files:
pkgsrc/devel/libuv: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/libuv/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libuv/Makefile
diff -u pkgsrc/devel/libuv/Makefile:1.56 pkgsrc/devel/libuv/Makefile:1.57
--- pkgsrc/devel/libuv/Makefile:1.56 Mon Oct 21 09:42:06 2019
+++ pkgsrc/devel/libuv/Makefile Wed Dec 4 12:56:37 2019
@@ -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}
Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.51 pkgsrc/devel/libuv/distinfo:1.52
--- pkgsrc/devel/libuv/distinfo:1.51 Mon Oct 21 09:42:06 2019
+++ pkgsrc/devel/libuv/distinfo Wed Dec 4 12:56:37 2019
@@ -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