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 Apr 17 07:50:27 UTC 2020

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.36.0

Version 1.36.0
* build: add aix-common.c for AIX cmake build
* zos: explicitly mark message queue events
* zos: move mq check out of loop to save cpu cycles
* zos: add checks to ensure behavior of epoll_wait
* src: add uv__reallocf()
* build: ibmi support for cmake
* build: fix gyp build for Android API >= 28
* udp: return recvmmsg-ed datagrams in order
* zos,test: fix spawn_empty_env for shared library build
* zos: fix non-Release builds
* zos: fix return value on expired nanosleep() call
* build: fix z/OS cmake build
* test: add a bunch of ASSERT macros
* test: remove unused extern declaration
* test: canonicalize argv[0] in exepath test
* test: simplify platform_init()
* ibmi: Fix isatty EBADF handling and refactor
* test: Test EBADF tty handling
* build: make cmake build benchmarks
* win: use RtlGenRandom from advapi32.dll directly
* android: fix OOB write in uv_interface_addresses()
* test: pass test when hostname is single character
* ibmi: set the highest process priority to -10
* build: remove support for gyp
* doc: add note to README on cross-compiling
* fs: add uv_fs_lutime()
* unix: implement cpu_relax() for arm
* linux: fix uv__accept4()
* win: handle file paths in uv_fs_statfs()
* unix: fix uv_os_environ() null pointer check
* win: fix uv_os_environ() null pointer check
* unix: fix compilation on macOS 32-bit architectures
* win: replace alloca() with stack-based array


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.54 -r1.55 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.59 pkgsrc/devel/libuv/Makefile:1.60
--- pkgsrc/devel/libuv/Makefile:1.59    Thu Mar 12 16:12:47 2020
+++ pkgsrc/devel/libuv/Makefile Fri Apr 17 07:50:27 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2020/03/12 16:12:47 adam Exp $
+# $NetBSD: Makefile,v 1.60 2020/04/17 07:50:27 adam Exp $
 
-DISTNAME=      libuv-1.35.0
+DISTNAME=      libuv-1.36.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.54 pkgsrc/devel/libuv/distinfo:1.55
--- pkgsrc/devel/libuv/distinfo:1.54    Thu Mar 12 16:12:47 2020
+++ pkgsrc/devel/libuv/distinfo Fri Apr 17 07:50:27 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2020/03/12 16:12:47 adam Exp $
+$NetBSD: distinfo,v 1.55 2020/04/17 07:50:27 adam Exp $
 
-SHA1 (libuv-1.35.0.tar.gz) = 9dabf6f90bbd328cf4e8f832f92943b1d99dfda5
-RMD160 (libuv-1.35.0.tar.gz) = 26e14319991a4e9c84be63305fa4c55d0921956e
-SHA512 (libuv-1.35.0.tar.gz) = a05bfd7cab6ae74022e7120a48772a6594522fb5bc467c8c05eb4809d7c78b68fa4843d86e2e34a68d439767a27dbc49f3b1dcbc8df85bec64471c1b459989c3
-Size (libuv-1.35.0.tar.gz) = 1253950 bytes
+SHA1 (libuv-1.36.0.tar.gz) = 09c9798b7ddc1e5e5b7e97fe6f14f76f41751567
+RMD160 (libuv-1.36.0.tar.gz) = 66836098ff9636fc038bba515e7711677978b2f0
+SHA512 (libuv-1.36.0.tar.gz) = 17ccffc5b1b99a05f38d56388d0f5e8c5ac099994a7f34636ba89e9e3fe1ceb139ed43b4ef75b8dd262381f7dec4d30c0ea9cb9deeda88231710c249319bf874
+Size (libuv-1.36.0.tar.gz) = 1249354 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