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:           Thu Jul  6 07:17:56 UTC 2017

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
Version 1.13.0
* Now working on version 1.12.1
* unix: avoid segfault in uv_get_process_title
* build: add a comma to uv.gyp
* win: restore file pos after positional read/write
* unix,stream: return error on closed handle passing
* unix,benchmark: use fd instead of FILE* after fork
* zos: avoid compiler warnings
* win,pipe: race condition canceling readfile thread
* sunos: filter out non-IPv4/IPv6 interfaces
* sunos: fix cmpxchgi and cmpxchgl type error
* unix: reset signal disposition before execve()
* unix: reset signal mask before execve()
* unix: fix POLLIN assertion on server read
* zos: use stckf builtin for high-res timer
* win,udp: implements uv_udp_try_send
* win,udp: return UV_EINVAL instead of aborting
* freebsd: replace kvm with sysctl
* aix: fix un-initialized pointer field in fs handle
* win,build: support building with VS2017
* doc: add instructions for building on Windows
* doc: format README


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/devel/libuv/Makefile:1.17
--- pkgsrc/devel/libuv/Makefile:1.16    Sat Jun 24 06:07:44 2017
+++ pkgsrc/devel/libuv/Makefile Thu Jul  6 07:17:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/06/24 06:07:44 adam Exp $
+# $NetBSD: Makefile,v 1.17 2017/07/06 07:17:56 adam Exp $
 
-DISTNAME=      libuv-1.12.0
+DISTNAME=      libuv-1.13.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.15 pkgsrc/devel/libuv/distinfo:1.16
--- pkgsrc/devel/libuv/distinfo:1.15    Sat Jun 24 06:07:44 2017
+++ pkgsrc/devel/libuv/distinfo Thu Jul  6 07:17:56 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2017/06/24 06:07:44 adam Exp $
+$NetBSD: distinfo,v 1.16 2017/07/06 07:17:56 adam Exp $
 
-SHA1 (libuv-1.12.0.tar.gz) = 38a468c7e5114efe65aff354621023c79b0d45e4
-RMD160 (libuv-1.12.0.tar.gz) = 4f8fdef62c3df30cce9132f0f7317d46616081c5
-SHA512 (libuv-1.12.0.tar.gz) = 879359747e8319b6e951157f9406176c53ee24833ab9ea3e6ad2b9cf25368fd8f166fa2074b89bdb75e2a6a77757d91a079c4ef86b92330a8ea11519cd1e3018
-Size (libuv-1.12.0.tar.gz) = 1146259 bytes
+SHA1 (libuv-1.13.0.tar.gz) = 3fb4e4677f1d4bc035dcbc0ae96dccb8f41a5aa0
+RMD160 (libuv-1.13.0.tar.gz) = dbd504d570406ba173d5c500665ee76a6b7a0048
+SHA512 (libuv-1.13.0.tar.gz) = 34d697d2719030377d83f8c9e8da411a4bd91bb6fe94c2718686bd4404d5f578854698febd6a2ba24fc2d32c24956ca4892b52fc6b0124eb6ab2edf61813c6bc
+Size (libuv-1.13.0.tar.gz) = 1149326 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