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 May  8 04:14:30 UTC 2018

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.20.3

v1.20.3:
* win: add Windows XP support to uv_if_indextoname()
* win: fix `'floor' undefined` compiler warning
* win, pipe: stop read for overlapped pipe
* build: fix utf-8 name of copyright holder
* zos: initialize pollfd revents
* zos,doc: add system V message queue note
* linux: don't use uv__nonblock_ioctl() on sparc


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.31 -r1.32 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.33 pkgsrc/devel/libuv/Makefile:1.34
--- pkgsrc/devel/libuv/Makefile:1.33    Mon Apr 23 07:03:12 2018
+++ pkgsrc/devel/libuv/Makefile Tue May  8 04:14:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/04/23 07:03:12 adam Exp $
+# $NetBSD: Makefile,v 1.34 2018/05/08 04:14:30 adam Exp $
 
-DISTNAME=      libuv-1.20.2
+DISTNAME=      libuv-1.20.3
 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.31 pkgsrc/devel/libuv/distinfo:1.32
--- pkgsrc/devel/libuv/distinfo:1.31    Mon Apr 23 07:03:12 2018
+++ pkgsrc/devel/libuv/distinfo Tue May  8 04:14:30 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2018/04/23 07:03:12 adam Exp $
+$NetBSD: distinfo,v 1.32 2018/05/08 04:14:30 adam Exp $
 
-SHA1 (libuv-1.20.2.tar.gz) = ce4dde763d6158075ea55faf687212d61d4f97c4
-RMD160 (libuv-1.20.2.tar.gz) = 6a85ed309b29a10404b3591d305e0b417882b1f6
-SHA512 (libuv-1.20.2.tar.gz) = 449dfd15e2953d2a8b9c6160ab39728a87799b3e8595f9e3013467daf69d3561e2c5602172a0596e7c884237cf0d52d3b0f00edde03a7b037dc90b61bce2057c
-Size (libuv-1.20.2.tar.gz) = 1180957 bytes
+SHA1 (libuv-1.20.3.tar.gz) = 50f41875820c6f1df0aab33f82c5a06c079e55f3
+RMD160 (libuv-1.20.3.tar.gz) = 19d384d8a20c5930b63dc30ebe069e5b3517938c
+SHA512 (libuv-1.20.3.tar.gz) = 60ebc0059ec9fdd022aa9d60b2a0340f29e037bf79fa08707f6f2ecca9ec263c7a6466bdc1f94e0875a6a627ee749efa86117dedb22119676a7bafed8b5d77a0
+Size (libuv-1.20.3.tar.gz) = 1181741 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