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:           Thu Oct 11 09:46:31 UTC 2018

Modified Files:
        pkgsrc/devel/libuv: Makefile PLIST distinfo

Log Message:
libuv: updated to 1.23.2

Version 1.23.2
* unix: return 0 retrieving rss on cygwin
* unix: initialize uv_interface_address_t.phys_addr
* test: handle uv_os_setpriority() windows edge case
* tty, win: fix read stop for raw mode
* Revert "Revert "unix,fs: fix for potential partial reads/writes"" (Jameson
* unix,readv: always permit partial reads to return
* win,tty: fix uv_tty_close()
* doc: remove extraneous "on"
* unix,win: fix threadpool race condition
* unix: rework thread barrier implementation
* aix: switch to libuv's own thread barrier impl
* unix: signal done to last thread barrier waiter
* test: add uv_barrier_wait serial thread test
* unix: optimize uv_fs_readlink() memory allocation
* win: remove req.c and other cleanup
* aix: don't EISDIR on read from directory fd


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libuv/PLIST
cvs rdiff -u -r1.36 -r1.37 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.39 pkgsrc/devel/libuv/Makefile:1.40
--- pkgsrc/devel/libuv/Makefile:1.39    Mon Oct  1 17:43:48 2018
+++ pkgsrc/devel/libuv/Makefile Thu Oct 11 09:46:31 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2018/10/01 17:43:48 adam Exp $
+# $NetBSD: Makefile,v 1.40 2018/10/11 09:46:31 adam Exp $
 
-DISTNAME=      libuv-1.23.1
+DISTNAME=      libuv-1.23.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/libuv/PLIST
diff -u pkgsrc/devel/libuv/PLIST:1.5 pkgsrc/devel/libuv/PLIST:1.6
--- pkgsrc/devel/libuv/PLIST:1.5        Sun Jun 24 09:09:34 2018
+++ pkgsrc/devel/libuv/PLIST    Thu Oct 11 09:46:31 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/06/24 09:09:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/10/11 09:46:31 adam Exp $
 include/uv.h
 include/uv/aix.h
 include/uv/android-ifaddrs.h
@@ -8,7 +8,6 @@ include/uv/errno.h
 include/uv/linux.h
 include/uv/os390.h
 include/uv/posix.h
-include/uv/pthread-barrier.h
 include/uv/stdint-msvc2008.h
 include/uv/sunos.h
 include/uv/threadpool.h

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.36 pkgsrc/devel/libuv/distinfo:1.37
--- pkgsrc/devel/libuv/distinfo:1.36    Mon Oct  1 17:43:48 2018
+++ pkgsrc/devel/libuv/distinfo Thu Oct 11 09:46:31 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.36 2018/10/01 17:43:48 adam Exp $
+$NetBSD: distinfo,v 1.37 2018/10/11 09:46:31 adam Exp $
 
-SHA1 (libuv-1.23.1.tar.gz) = 89185ed6e22f027af4cc918d0fb02f90113085ca
-RMD160 (libuv-1.23.1.tar.gz) = 715a2cf77be7910460715be9de990b3cf9e51995
-SHA512 (libuv-1.23.1.tar.gz) = 5c3170dea49d7954f5780bc94d5c021a8e1bf91e2d17188335825f1dc1098a8826d5eb9dac4be318ec68275888d0dfa9579a841d43de0c3520c89ab0dc70e5ab
-Size (libuv-1.23.1.tar.gz) = 1190885 bytes
+SHA1 (libuv-1.23.2.tar.gz) = a0a7d57320e8d834ecd9461c38b90e111726ddfe
+RMD160 (libuv-1.23.2.tar.gz) = 768f45032ebee913bae197617ceaef2266f543d4
+SHA512 (libuv-1.23.2.tar.gz) = f91accf4ba9987fad23cc546a9821c3d643f8505cae22e0cbe28c4d5d5cb6b370b3483c6d95195cff3bcddd1e94f1bdab740075c3eaf22f8f673f7a57c1fdfc5
+Size (libuv-1.23.2.tar.gz) = 1192529 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