pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libuv libuv: updated to 1.34.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ef58f795109
branches:  trunk
changeset: 422357:5ef58f795109
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 24 18:49:38 2020 +0000

description:
libuv: updated to 1.34.2

Version 1.34.2:
* misc: adjust stalebot deadlines
* test: fix env-vars flakiness
* test: avoid truncating output lines
* darwin: stop calling SetApplicationIsDaemon()
* ibmi: implement uv_interface_addresses()
* osx,fsevent: fix race during uv_loop_close
* osx,fsevent: clear pointer when deleting it [NFCI]
* Revert "aix: replace ECONNRESET with EOF if already closed"
* unix: handle uv__open_cloexec return value correctly

Version 1.34.1:
* unix: fix -Wstrict-aliasing compiler warning
* unix: cache address of dlsym("mkostemp")
* build: remove -pedantic from compiler flags
* Revert "darwin: assume pthread_setname_np() is available"
* Revert "darwin: speed up uv_set_process_title()"
* darwin: assume pthread_setname_np() is available
* ibmi: fix the false isatty() issue on IBMi
* test: fix test failure under NetBSD and OpenBSD
* test: skip some test cases on IBMi
* test: skip uv_(get|set)_process_title on IBMi
* doc: remove binaries for Windows from README
* unix: fix -Wunused-but-set-variable warning
* unix: pass sysctl size arg using ARRAY_SIZE macro
* test: disallow running the test suite as root
* unix: suppress -Waddress-of-packed-member warning
* misc: make more tags "not-stale"
* test: fix pthread memory leak
* docs: delete socks5-proxy sample
* ibmi: fix the CMSG length issue
* docs: fix formatting
* unix: squelch fchmod() EPERM on CIFS share
* docs: fix linkcheck
* docs: switch from linux.die.net to man7.org
* win: remove abort when non-IFS LSP detection fails
* docs: clarify that uv_pipe_t is a pipe
* win,tty: avoid regressions in utf-8 handling
* win: remove bad assert in uv_loop_close
* test: fix -fno-common build errors
* build: turn on -fno-common to catch regressions
* test: fix fs birth time test failure
* tty,unix: avoid affecting controlling TTY

diffstat:

 devel/libuv/Makefile                     |   4 ++--
 devel/libuv/distinfo                     |  11 +++++------
 devel/libuv/patches/patch-test_test-fs.c |  16 ----------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (53 lines):

diff -r 6c1a483dc7b2 -r 5ef58f795109 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Fri Jan 24 16:32:02 2020 +0000
+++ b/devel/libuv/Makefile      Fri Jan 24 18:49:38 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2019/12/04 12:56:37 adam Exp $
+# $NetBSD: Makefile,v 1.58 2020/01/24 18:49:38 adam Exp $
 
-DISTNAME=      libuv-1.34.0
+DISTNAME=      libuv-1.34.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 6c1a483dc7b2 -r 5ef58f795109 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Fri Jan 24 16:32:02 2020 +0000
+++ b/devel/libuv/distinfo      Fri Jan 24 18:49:38 2020 +0000
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.52 2019/12/04 12:56:37 adam Exp $
+$NetBSD: distinfo,v 1.53 2020/01/24 18:49:38 adam Exp $
 
-SHA1 (libuv-1.34.0.tar.gz) = 900a086dc3bcbe3409d51975c9e07cb70418cde0
-RMD160 (libuv-1.34.0.tar.gz) = 93cbadafe67ef7afccfa92748ef5839e00a1dc38
-SHA512 (libuv-1.34.0.tar.gz) = 30811311268179984fdc44209eb0e9ac4c6df08fa30790b75916ae838b23c2578a8a043340fbde86bcd5a373dcc335dec5fe88209560613876ca3272fd99c9e8
-Size (libuv-1.34.0.tar.gz) = 1253950 bytes
+SHA1 (libuv-1.34.2.tar.gz) = f59b25c0f1a855eef66298d65bd4fb288e0132b9
+RMD160 (libuv-1.34.2.tar.gz) = af4cc012ffa9c8b16583e58e4946265ecb27eb65
+SHA512 (libuv-1.34.2.tar.gz) = 7e7a54d2d1e0ed76654ece9481f02177d201a4590c5d9b5c8b4edf6f795a0d7c30970b907481847930a524a0f06c15c6c73b3ce73a8afa2f836e33dbd54a7249
+Size (libuv-1.34.2.tar.gz) = 1245374 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = 06500ab342d1af50f03bc92f2cb4a2ec28db84cc
 SHA1 (patch-src_unix_fs.c) = 15b464be3e31c0934732c537c4163b5b96665f63
 SHA1 (patch-src_unix_netbsd.c) = 4bea4eda43c4256b5281bc798a46d29690917d27
 SHA1 (patch-src_unix_thread.c) = 7a9a5d19025bb7bb8968a9f5c5e0c67f37021b89
-SHA1 (patch-test_test-fs.c) = 7a6eb5f895e44067ebdd045bba86105faa3cefe0
diff -r 6c1a483dc7b2 -r 5ef58f795109 devel/libuv/patches/patch-test_test-fs.c
--- a/devel/libuv/patches/patch-test_test-fs.c  Fri Jan 24 16:32:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-test_test-fs.c,v 1.1 2019/08/22 10:28:25 wiz Exp $
-
-Use statvfs on NetBSD.
-https://github.com/libuv/libuv/pull/2436
-
---- test/test-fs.c.orig        2019-08-09 14:57:12.000000000 +0000
-+++ test/test-fs.c
-@@ -339,7 +339,7 @@ static void statfs_cb(uv_fs_t* req) {
-   ASSERT(req->ptr != NULL);
-   stats = req->ptr;
- 
--#if defined(_WIN32) || defined(__sun) || defined(_AIX) || defined(__MVS__)
-+#if defined(_WIN32) || defined(__sun) || defined(_AIX) || defined(__MVS__) || defined(__NetBSD__)
-   ASSERT(stats->f_type == 0);
- #else
-   ASSERT(stats->f_type > 0);



Home | Main Index | Thread Index | Old Index