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 Dec  1 09:13:45 UTC 2017

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.18.0

v1.18.0:
* aix: fix -Wmaybe-uninitialized warning
* doc: remove note about SIGWINCH on Windows
* Revert "unix,win: wait for threads to start"
* unix,win: add uv_os_getpid()
* unix: remove incorrect assertion in uv_shutdown()
* doc: fix IRC URL in CONTRIBUTING.md


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/devel/libuv/Makefile:1.28
--- pkgsrc/devel/libuv/Makefile:1.27    Fri Nov 24 11:04:25 2017
+++ pkgsrc/devel/libuv/Makefile Fri Dec  1 09:13:45 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/11/24 11:04:25 adam Exp $
+# $NetBSD: Makefile,v 1.28 2017/12/01 09:13:45 adam Exp $
 
-DISTNAME=      libuv-1.17.0
+DISTNAME=      libuv-1.18.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.24 pkgsrc/devel/libuv/distinfo:1.25
--- pkgsrc/devel/libuv/distinfo:1.24    Fri Nov 24 11:04:25 2017
+++ pkgsrc/devel/libuv/distinfo Fri Dec  1 09:13:45 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2017/11/24 11:04:25 adam Exp $
+$NetBSD: distinfo,v 1.25 2017/12/01 09:13:45 adam Exp $
 
-SHA1 (libuv-1.17.0.tar.gz) = 2c4caf30bfa238758dd36dea42a8e0ea4c4b4f68
-RMD160 (libuv-1.17.0.tar.gz) = ed898e27e5891557b65cbffe3e3e754891f87e4e
-SHA512 (libuv-1.17.0.tar.gz) = 274615dd67808a7b7481184aa9c1650f7646ffe714c5304ea123e287eb09cad2a4c677ac06ae68b7d0e70071545954aa6a80414cd7e37c242a2533563094870c
-Size (libuv-1.17.0.tar.gz) = 1167930 bytes
+SHA1 (libuv-1.18.0.tar.gz) = 212fae1ecf12b273d44ce59e1a7c99d88f47da53
+RMD160 (libuv-1.18.0.tar.gz) = cae0b72ebc5919d0bdbfc0007f58d6538e40baca
+SHA512 (libuv-1.18.0.tar.gz) = d1ef70b0f060f40cf57b282279d1d63d6dd019b4b811211b2252db32633a80af46290d201b4a4338f84b3efdfe9754a11b29bfa4a7636b06540b1a65e1fd4fbc
+Size (libuv-1.18.0.tar.gz) = 1167950 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba



Home | Main Index | Thread Index | Old Index