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:           Fri Aug 28 11:25:55 UTC 2020

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.39.0

Changes since version 1.38.1:
* unix: use relaxed loads/stores for clock id
* build,win: link to user32.lib and advapi32.lib
* unix: squelch harmless valgrind warning
* include: fx c++ style comments warnings
* build,cmake: Change installation location on MinGW
* linux: use copy_file_range for uv_fs_copyfile when possible
* win,tcp: avoid reinserting a pending request
* docs: improve the descriptions for get memory info
* test: add udp-mmsg test
* udp: add uv_udp_using_recvmmsg query
* doc: add more error constants
* zos: fix potential event loop stall
* include: add internal fields struct to uv_loop_t
* core: add API to measure event loop idle time
* win,fs: use CreateDirectoryW instead of _wmkdir
* win,nfc: fix integer comparison signedness
* win,nfc: use
* win,nfc: removed some unused variables
* win,nfc: add missing return statement
* win,nfc: disable clang-format for
* darwin: use IOKit for uv_cpu_info
* test: fix thread race in process_title_threadsafe
* win,fs: avoid implicit access to _doserrno
* test: give hrtime test a custom 20s timeout
* build: add more failed test, for qemu version bump
* unix: handle src, dest same in uv_fs_copyfile()
* unix: error when uv_setup_args() is not called
* aix: protect uv_exepath() from uv_set_process_title()
* fs: clobber req->path on uv_fs_mkstemp() error
* cmake: fix compile error C2001 on Chinese Windows
* test: avoid double evaluation in ASSERT_BASE macro
* tcp: fail instantly if local port is unbound
* doc: fix most sphinx warnings
* nfci: address some style nits
* unix: don't use _POSIX_PATH_MAX


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.60 -r1.61 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.63 pkgsrc/devel/libuv/Makefile:1.64
--- pkgsrc/devel/libuv/Makefile:1.63    Mon Jul  6 10:07:17 2020
+++ pkgsrc/devel/libuv/Makefile Fri Aug 28 11:25:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2020/07/06 10:07:17 adam Exp $
+# $NetBSD: Makefile,v 1.64 2020/08/28 11:25:55 adam Exp $
 
-DISTNAME=      libuv-1.38.1
+DISTNAME=      libuv-1.39.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.60 pkgsrc/devel/libuv/distinfo:1.61
--- pkgsrc/devel/libuv/distinfo:1.60    Fri Aug  7 11:30:53 2020
+++ pkgsrc/devel/libuv/distinfo Fri Aug 28 11:25:55 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2020/08/07 11:30:53 adam Exp $
+$NetBSD: distinfo,v 1.61 2020/08/28 11:25:55 adam Exp $
 
-SHA1 (libuv-1.38.1.tar.gz) = 08761f4b2a37f56b8ad1449b9d9a6d40bb1a883d
-RMD160 (libuv-1.38.1.tar.gz) = 886be7b4280c358038ed953683cd77c9057f4ef7
-SHA512 (libuv-1.38.1.tar.gz) = 96a52399828b13623bebaa017f401322a5552f596443301d1159ec310112132abe47da0cd39ad3eeae3e8b14d575f2b6bf3d900c2032aac49c0b0260b30f3952
-Size (libuv-1.38.1.tar.gz) = 1262516 bytes
+SHA1 (libuv-1.39.0.tar.gz) = 370608eae0c0ed5c2713a81749622dfcd848967e
+RMD160 (libuv-1.39.0.tar.gz) = e994daea982f5db57c6a76f02a1fd93695b496d4
+SHA512 (libuv-1.39.0.tar.gz) = b6aca197cbfc96125321ff071f6b2f3e56e99f85db8db6e20601019eae08056b42330ea7a73aa8c9960d142a1c8209910bc33050527f6fe0afaa8f7ed9f54066
+Size (libuv-1.39.0.tar.gz) = 1272565 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-src_unix_freebsd.c) = 3bf721ff4efa3388a6862e47501427bb051cc67a
 SHA1 (patch-src_unix_fs.c) = d5afe699254210d9724bf2d02ea4563a92666d4f



Home | Main Index | Thread Index | Old Index