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:           Mon Mar 18 09:02:58 UTC 2019

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.27.0

v1.27.0:
* doc: describe unix signal handling better
* linux: use statx() to obtain file birth time
* src: fill sockaddr_in6.sin6_len when it's defined
* test: relax uv_hrtime() test assumptions
* build: make cmake install LICENSE only once
* bsd: plug uv_fs_event_start() error path fd leak
* unix: fix __FreeBSD_kernel__ typo
* doc: add note about uv_run() not being reentrant
* unix, win: make fs-poll close wait for resource cleanup
* doc: fix typo in uv_thread_options_t definition
* win: skip winsock initialization in safe mode
* unix: refactor getsockname/getpeername methods
* win,udp: allow to use uv_udp_open on bound sockets
* udp: add support for UDP connected sockets
* build: fix uv_test shared uv Windows cmake build
* build: add android-configure scripts to EXTRA_DIST
* build: add missing header
* sunos: add perror() output prior to abort()
* test,sunos: disable UV_DISCONNECT handling
* sunos: disable __attribute__((unused))
* test,sunos: use unistd.h code branch
* build,sunos: better handling of non-GCC compiler
* test,sunos: fix statement not reached warnings
* sunos: fix argument/prototype mismatch in atomics
* test,sunos: test-ipc.c lacks newline at EOF
* test: change spawn_stdin_stdout return to void
* test: remove call to floor() in test driver


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.41 -r1.42 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.45 pkgsrc/devel/libuv/Makefile:1.46
--- pkgsrc/devel/libuv/Makefile:1.45    Mon Feb 11 10:46:56 2019
+++ pkgsrc/devel/libuv/Makefile Mon Mar 18 09:02:58 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/02/11 10:46:56 adam Exp $
+# $NetBSD: Makefile,v 1.46 2019/03/18 09:02:58 adam Exp $
 
-DISTNAME=      libuv-1.26.0
+DISTNAME=      libuv-1.27.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.41 pkgsrc/devel/libuv/distinfo:1.42
--- pkgsrc/devel/libuv/distinfo:1.41    Mon Feb 11 10:46:56 2019
+++ pkgsrc/devel/libuv/distinfo Mon Mar 18 09:02:58 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.41 2019/02/11 10:46:56 adam Exp $
+$NetBSD: distinfo,v 1.42 2019/03/18 09:02:58 adam Exp $
 
-SHA1 (libuv-1.26.0.tar.gz) = f66a92493e0e22d6e41b2fef7eb4e45b8f754d77
-RMD160 (libuv-1.26.0.tar.gz) = db4d6065f78d98cc43ea0082d425d81a0c4cdbd2
-SHA512 (libuv-1.26.0.tar.gz) = c38e36d4d700090f48f9d997302968d9fe2382d21695b2d5b30776149f1739f66cd03458937a11309efe326bdad8c12abe8bf0f0e210d30cc2de4d9ab651d1e3
-Size (libuv-1.26.0.tar.gz) = 1209551 bytes
+SHA1 (libuv-1.27.0.tar.gz) = c8a37474ddff8f06fc6eb22a889a11d09f20356b
+RMD160 (libuv-1.27.0.tar.gz) = 9b08de146cec0df016a5303996998bc149dd96a7
+SHA512 (libuv-1.27.0.tar.gz) = 42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0
+Size (libuv-1.27.0.tar.gz) = 1214154 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