pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libuv libuv: updated to 1.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93406ebfc650
branches:  trunk
changeset: 310288:93406ebfc650
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 10 08:08:44 2018 +0000

description:
libuv: updated to 1.22.0

Version 1.22.0:
* unix: remove checksparse.sh
* win: fix mingw build error
* win: fix -Wunused-function warnings in thread.c
* unix,win: merge timers implementation
* win: fix pointer type in pipe.c
* win: fixing build for older MSVC compilers
* zos: clear poll events on every iteration
* zos: write-protect message queue
* zos: use correct pointer type in strnlen
* unix,win: merge handle flags
* doc: update Imran Iqbal's GitHub handle
* src: add new error apis to prevent memory leaks
* test: make test-condvar call uv_cond_wait
* fs: change position of uv_fs_lchown

diffstat:

 devel/libuv/Makefile |   4 ++--
 devel/libuv/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 3c658e146a05 -r 93406ebfc650 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Tue Jul 10 08:08:07 2018 +0000
+++ b/devel/libuv/Makefile      Tue Jul 10 08:08:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2018/06/24 09:10:31 adam Exp $
+# $NetBSD: Makefile,v 1.37 2018/07/10 08:08:44 adam Exp $
 
-DISTNAME=      libuv-1.21.0
+DISTNAME=      libuv-1.22.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 3c658e146a05 -r 93406ebfc650 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Tue Jul 10 08:08:07 2018 +0000
+++ b/devel/libuv/distinfo      Tue Jul 10 08:08:44 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2018/06/24 09:09:34 adam Exp $
+$NetBSD: distinfo,v 1.34 2018/07/10 08:08:44 adam Exp $
 
-SHA1 (libuv-1.21.0.tar.gz) = 83a243637641c4fb4394e698614ab46ada4056bd
-RMD160 (libuv-1.21.0.tar.gz) = e12de5dad179950f056eb38ffbb3019e224092d1
-SHA512 (libuv-1.21.0.tar.gz) = ab6b52f8bee1900953d9136e4d281f81ba9f14287760f7bfc8633289699cb9eeaab15d9146ed05b164631fcb3c2b5abcee8c10499d080a82a411bb1f02564c48
-Size (libuv-1.21.0.tar.gz) = 1187827 bytes
+SHA1 (libuv-1.22.0.tar.gz) = c40a59ccd1ec905a3ca1fbadfd17babd9b6368f2
+RMD160 (libuv-1.22.0.tar.gz) = b1da41b6973da7b20a8889d8339eba6ed5e5b67b
+SHA512 (libuv-1.22.0.tar.gz) = e79cae6aa1d9cf2c8f7c0262c866fea2858d7104ece7c556e537e7d1cf884f191d5cd3e56539bfe857fa15dc50b57fdcb33019824cd585a2ca250a77d923af73
+Size (libuv-1.22.0.tar.gz) = 1186080 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