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 Jun 24 06:07:44 UTC 2017

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
Version 1.12.0
* test: fix tests on OpenBSD
* test: fix -Wformat warning
* win,fs: avoid double freeing uv_fs_event_t.dirw
* unix: remove unused code in `uv__io_start`
* signal: add uv_signal_start_oneshot method
* unix: factor out reusable POSIX hrtime impl
* unix,win: add uv_os_{get,set,unset}env()
* win: add uv__convert_utf8_to_utf16()
* docs: improve UV_ENOBUFS scenario documentation
* unix: return UV_EINVAL for NULL env name
* unix: filter getifaddrs results consistently
* unix: factor out getifaddrs result filter
* unix: factor out reusable BSD ifaddrs impl
* unix: use union to follow strict aliasing rules
* unix: simplify async watcher dispatch logic
* samples: update timer callback prototype
* unix: make loops and watchers usable after fork()
* win: free uv__loops once empty
* tools: add make_dist_html.py script
* win,sunos: stop handle on uv_fs_event_start() err
* unix,windows: refactor request init logic
* win: fix memory leak inside uv__pipe_getname
* fsevent: support for files without short name
* doc: fix multiple doc typos
* test,osx: fix flaky kill test
* unix: inline uv_pipe_bind() err_bind goto target
* unix,test: deadstore fixes
* win: fix memory leak inside uv_fs_access()
* doc: fix docs/src/fs.rst build warning
* doc: minor grammar fix in Installation section
* doc: suggestions for design page
* doc: libuv does not touch uv_loop_t.data
* github: add ISSUE_TEMPLATE.md
* doc: add link to libuv/help to README
* udp: fix fast path in uv_udp_send() on unix
* test: add test for uv_udp_send() fix
* doc: fix documentation for uv_handle_t.type
* zos: use proper prototype for epoll_init()
* doc: rename docs to "libuv documentation"
* doc: update copyright years
* doc: move TOC to a dedicated document
* doc: move documentation section up
* doc: move "upgrading" to a standalone document
* doc: add initial version of the User Guide
* doc: removed unused file
* doc: update guide/about and mention new maintainership
* doc: remove licensing note from guide/about
* doc: add warning note to user guide
* doc: change license to CC BY 4.0
* doc: remove ubvook reference from README
* doc: add code samples from uvbook
* doc: update supported linux/glibc baseline
* win: avoid leaking pipe handles to child processes
* win,test: support stdout output larger than 1kb
* win: remove __declspec(inline) from atomic op
* test: fix VC++ compilation warning
* build: add -Wstrict-prototypes
* zos: implement uv__io_fork, skip fs event tests
* unix: do not close udp sockets on bind error
* unix: remove FSEventStreamFlushSync() call
* build,openbsd: remove kvm-related code
* test: fix flaky tcp-write-queue-order
* unix,win: add uv_os_gethostname()
* zos: increase timeout for tcp_writealot
* zos: do not inline OOB data by default
* test: fix -Wstrict-prototypes compiler warnings
* unix: factor out reusable no-proctitle impl
* test: factor out fsevents skip explanation
* test: skip fork fsevent cases when lacking support
* unix: factor out reusable no-fsevents impl
* unix: factor out reusable sysinfo memory lookup
* unix: factor out reusable sysinfo loadavg impl
* unix: factor out reusable procfs exepath impl
* unix: add a uv__io_poll impl using POSIX poll(2)
* cygwin: implement support for cygwin and msys2
* cygwin: recognize EOF on named pipe closure
* cygwin: fix uv_pipe_connect report of ENOTSOCK
* cygwin: disable non-functional ipc handle send
* test: skip self-connecting tests on cygwin
* doc: mark uv_loop_fork() as experimental
* doc: add bzoz to maintainers
* doc: fix memory leak in tcp-echo-server example
* win: make uv__get_osfhandle() public
* doc: use valid pipe name in pipe-echo-server


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/devel/libuv/Makefile:1.16
--- pkgsrc/devel/libuv/Makefile:1.15    Mon May 22 14:49:04 2017
+++ pkgsrc/devel/libuv/Makefile Sat Jun 24 06:07:44 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/05/22 14:49:04 maya Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/24 06:07:44 adam Exp $
 
-DISTNAME=      libuv-1.11.0
-PKGREVISION=   1
+DISTNAME=      libuv-1.12.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.14 pkgsrc/devel/libuv/distinfo:1.15
--- pkgsrc/devel/libuv/distinfo:1.14    Tue Mar 28 18:44:49 2017
+++ pkgsrc/devel/libuv/distinfo Sat Jun 24 06:07:44 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2017/03/28 18:44:49 maya Exp $
+$NetBSD: distinfo,v 1.15 2017/06/24 06:07:44 adam Exp $
 
-SHA1 (libuv-1.11.0.tar.gz) = 54f0972aa0d3f6a6036d477b381c01f030f9a2b5
-RMD160 (libuv-1.11.0.tar.gz) = f2ed5e5c457a66625875d9fcd56584feebc94268
-SHA512 (libuv-1.11.0.tar.gz) = fb0415d62a32cfc658bad6c849263ac236d27e9188fac603467173a5ae34fb3ad3e3bfd333e543ebd98b4fd59e0a58a93275e830c4365c058b62bb0c2c802732
-Size (libuv-1.11.0.tar.gz) = 1083067 bytes
+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 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba



Home | Main Index | Thread Index | Old Index