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:           Tue Jul 10 08:08:44 UTC 2018

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.33 -r1.34 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.36 pkgsrc/devel/libuv/Makefile:1.37
--- pkgsrc/devel/libuv/Makefile:1.36    Sun Jun 24 09:10:31 2018
+++ pkgsrc/devel/libuv/Makefile Tue Jul 10 08:08:44 2018
@@ -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}

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.33 pkgsrc/devel/libuv/distinfo:1.34
--- pkgsrc/devel/libuv/distinfo:1.33    Sun Jun 24 09:09:34 2018
+++ pkgsrc/devel/libuv/distinfo Tue Jul 10 08:08:44 2018
@@ -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