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:           Fri Jan 24 18:49:38 UTC 2020

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo
Removed Files:
        pkgsrc/devel/libuv/patches: patch-test_test-fs.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/libuv/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libuv/patches/patch-test_test-fs.c

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.57 pkgsrc/devel/libuv/Makefile:1.58
--- pkgsrc/devel/libuv/Makefile:1.57    Wed Dec  4 12:56:37 2019
+++ pkgsrc/devel/libuv/Makefile Fri Jan 24 18:49:38 2020
@@ -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}

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.52 pkgsrc/devel/libuv/distinfo:1.53
--- pkgsrc/devel/libuv/distinfo:1.52    Wed Dec  4 12:56:37 2019
+++ pkgsrc/devel/libuv/distinfo Fri Jan 24 18:49:38 2020
@@ -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



Home | Main Index | Thread Index | Old Index