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  2 16:44:06 UTC 2019

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.30.1

Version 1.30.1
* doc: fix incorrect versionchanged
* test: allow UV_ECONNRESET in tcp_try_write_error
* unix: add uv_get_constrained_memory() cygwin stub
* build: fix android cmake build
* unix: squelch -Wcast-function-type warning
* build: fix compile error with uClibc


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.46 -r1.47 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.50 pkgsrc/devel/libuv/Makefile:1.51
--- pkgsrc/devel/libuv/Makefile:1.50    Mon Jul  1 10:48:53 2019
+++ pkgsrc/devel/libuv/Makefile Tue Jul  2 16:44:06 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2019/07/01 10:48:53 adam Exp $
+# $NetBSD: Makefile,v 1.51 2019/07/02 16:44:06 adam Exp $
 
-DISTNAME=      libuv-1.30.0
+DISTNAME=      libuv-1.30.1
 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.46 pkgsrc/devel/libuv/distinfo:1.47
--- pkgsrc/devel/libuv/distinfo:1.46    Mon Jul  1 10:48:53 2019
+++ pkgsrc/devel/libuv/distinfo Tue Jul  2 16:44:06 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.46 2019/07/01 10:48:53 adam Exp $
+$NetBSD: distinfo,v 1.47 2019/07/02 16:44:06 adam Exp $
 
-SHA1 (libuv-1.30.0.tar.gz) = ea0130e22d9ebdd6cff835210fdf27f6329a11a9
-RMD160 (libuv-1.30.0.tar.gz) = cf5c71ae84fa9530a3a82b8974c8dcd989937ed2
-SHA512 (libuv-1.30.0.tar.gz) = 3ba158cea5027fe7c30314da08a620a718cb30ca38997e46ad00912eefac9d2d94f9dd256c204771686a546d7445da2db1be2a0abed7ba14f122332767ee5ee8
-Size (libuv-1.30.0.tar.gz) = 1228356 bytes
+SHA1 (libuv-1.30.1.tar.gz) = aefd1b237821bec8bb964d7ba85661fca35b6a97
+RMD160 (libuv-1.30.1.tar.gz) = af43d0d1932208c6d0d09dab96df452f28f9a217
+SHA512 (libuv-1.30.1.tar.gz) = bf6d99e4807da3e90c1852b901953fb5ddb9354942a433d8ddfef9a0766abfe3783216936c546ea1b9f2872d0d031dd184519bb5c7f58f6baeae4446f0f5e3fd
+Size (libuv-1.30.1.tar.gz) = 1228593 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