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:           Mon Jul  1 10:48:53 UTC 2019

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.30.0

Version 1.30.0
* darwin: fall back to F_BARRIERFSYNC
* darwin: add 32 bit close$NOCANCEL implementation
* build, core, unix: add support for Haiku
* darwin,linux: more conservative minimum stack size
* threadpool: increase UV_THREADPOOL_SIZE limit
* unix: return actual error from `uv_try_write()`
* darwin: fix build error with macos 10.10
* unix: make uv_cwd() report UV_ENOBUFS
* unix: make uv_fs_read() fill all buffers
* test: give hrtime test a custom 10s timeout
* fs: fix uv_fs_copyfile if same src and dst
* build: add cmake option to skip building tests
* doc: add link to nodejs.org
* unix: fix a comment typo in signal.c
* unix: remove redundant cast in process.c
* doc: fix wrong mutex function prototypes


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.45 -r1.46 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.49 pkgsrc/devel/libuv/Makefile:1.50
--- pkgsrc/devel/libuv/Makefile:1.49    Wed May 22 09:14:38 2019
+++ pkgsrc/devel/libuv/Makefile Mon Jul  1 10:48:53 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2019/05/22 09:14:38 adam Exp $
+# $NetBSD: Makefile,v 1.50 2019/07/01 10:48:53 adam Exp $
 
-DISTNAME=      libuv-1.29.1
+DISTNAME=      libuv-1.30.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.45 pkgsrc/devel/libuv/distinfo:1.46
--- pkgsrc/devel/libuv/distinfo:1.45    Wed May 22 09:14:38 2019
+++ pkgsrc/devel/libuv/distinfo Mon Jul  1 10:48:53 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2019/05/22 09:14:38 adam Exp $
+$NetBSD: distinfo,v 1.46 2019/07/01 10:48:53 adam Exp $
 
-SHA1 (libuv-1.29.1.tar.gz) = 40b21933825c5340f75ba8bd38aeaf838e99e098
-RMD160 (libuv-1.29.1.tar.gz) = 9003f05bfbab7d8e4e21b9ad84d6f2c8a72674c2
-SHA512 (libuv-1.29.1.tar.gz) = 7e1ed1bc500bfaab44858b3ff4685ec3d2abce412718ad144d642f7526f6dbcba643ea9a623bb129d545599570be64ed9a498d85485c1716c4c365bb7ab61898
-Size (libuv-1.29.1.tar.gz) = 1224127 bytes
+SHA1 (libuv-1.30.0.tar.gz) = ea0130e22d9ebdd6cff835210fdf27f6329a11a9
+RMD160 (libuv-1.30.0.tar.gz) = cf5c71ae84fa9530a3a82b8974c8dcd989937ed2
+SHA512 (libuv-1.30.0.tar.gz) = 3ba158cea5027fe7c30314da08a620a718cb30ca38997e46ad00912eefac9d2d94f9dd256c204771686a546d7445da2db1be2a0abed7ba14f122332767ee5ee8
+Size (libuv-1.30.0.tar.gz) = 1228356 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