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:           Sat Jan 19 15:33:35 UTC 2019

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.25.0

v1.25.0:
* Revert "win,fs: retry if uv_fs_rename fails"
* aix: manually trigger fs event monitoring
* unix: rename WRITE_RETRY_ON_ERROR macro
* darwin: DRY platform-specific error check
* unix: refactor uv__write()
* unix: don't send handle twice on partial write
* tty,win: fix Alt+key under WSL
* build: support running tests in out-of-tree builds
* fsevents: really watch files with fsevents on macos 10.7+
* thread,mingw64: need intrin.h header for SSE2 MemoryBarrier
* win: fix sizeof-pointer-div warning
* unix,win: add uv_os_uname()
* win, tty: fix CreateFileW() return value check
* unix: enable IPv6 tests on OpenBSD
* test: fix test-ipc spawn_helper exit_cb
* test: fix test-ipc tests
* unix: better handling of unsupported F_FULLFSYNC
* win,test: de-flake fs_event_watch_dir_short_path
* win: fix msvc warning
* openbsd: switch to libuv's barrier implementation
* unix,stream: fix zero byte writes
* ibmi: return EISDIR on read from directory fd
* build: wrap long lines in Makefile.am


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.39 -r1.40 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.43 pkgsrc/devel/libuv/Makefile:1.44
--- pkgsrc/devel/libuv/Makefile:1.43    Mon Dec 17 13:39:37 2018
+++ pkgsrc/devel/libuv/Makefile Sat Jan 19 15:33:35 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2018/12/17 13:39:37 adam Exp $
+# $NetBSD: Makefile,v 1.44 2019/01/19 15:33:35 adam Exp $
 
-DISTNAME=      libuv-1.24.1
+DISTNAME=      libuv-1.25.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.39 pkgsrc/devel/libuv/distinfo:1.40
--- pkgsrc/devel/libuv/distinfo:1.39    Mon Dec 17 13:39:37 2018
+++ pkgsrc/devel/libuv/distinfo Sat Jan 19 15:33:35 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.39 2018/12/17 13:39:37 adam Exp $
+$NetBSD: distinfo,v 1.40 2019/01/19 15:33:35 adam Exp $
 
-SHA1 (libuv-1.24.1.tar.gz) = 845b0335f5e4ca6f2213fcd4ddc90bb12d618268
-RMD160 (libuv-1.24.1.tar.gz) = 9b927145b9c511d95fb4cfae8baa62b0cac01ac8
-SHA512 (libuv-1.24.1.tar.gz) = 19cb03a7a62ad2a1f392e1de3e4fdb622e3ac5afe890bfb819c30118f4745f81ecc343d5b633eebb8471fdfb4025652bbface245fd616c55346aae82376f6836
-Size (libuv-1.24.1.tar.gz) = 1204222 bytes
+SHA1 (libuv-1.25.0.tar.gz) = 9a62e98aa5d28953856cdcc6f0c52f86b9582419
+RMD160 (libuv-1.25.0.tar.gz) = 7323dcf81f1fccbd86fc3b8c0b9b97b6a1ff31df
+SHA512 (libuv-1.25.0.tar.gz) = d1024f9193e2ad69cc670441b74ff7c63ca7d295e9a7a43c90da6781a39352687465bfe7e852d6e9085c21821bf8d11c10139c7229759fdce567d809c605acfd
+Size (libuv-1.25.0.tar.gz) = 1207205 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