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:   mef
Date:           Sun Aug  7 13:36:09 UTC 2016

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
Updated devel/libuv to 1.9.1 (ChangeLog in UTF-8, sorted by category)
----------------------------
2016.05.17, Version 1.9.1 (Stable)

Changes since version 1.9.0:
* android: pthread_sigmask() does not set errno (Oguz Bastemur)
* build, mingw: set LIBS in configure.ac (Tony Theodore)
* build,win: rename platform to msbuild_platform (Jo達o Reis)
* build: always compile with -fvisibility=hidden (Ben Noordhuis)
* build: bump android ndk version (K叩ri Tristan Helgason)

* common: release uv_fs_scandir() array (cjihrig)

* darwin: make thread stack multiple of page size (Ben Noordhuis)
* darwin: work around condition variable kernel bug (Ben Noordhuis)

* doc: add ability to live reload and regenerate HTML (Sa炭l Ibarra Corretg辿)

* gitignore: ignore VS temporary database files (Jo達o Reis)

* linux: don't abort on malformed /proc/stat (Ben Noordhuis)
* linux: fix fd leaks in uv_cpu_info() error paths (Ben Noordhuis)
* linux: fix long lines in linux-core.c (Ben Noordhuis)

* Revert "win,build: remove unused build defines" (cjihrig)

* test: fix -Wformat warnings in platform test (Ben Noordhuis)
* test: fix fs_event_watch_file_current_dir for AIX (Imran Iqbal)
* test: fix POLLHDRUP related failures for AIX (Imran Iqbal)
* test: handle root home directories (cjihrig)
* test: set a big send buffer size for tcp_write_queue_order (Andrius Bentkus)
* test: skip early bind tests if no IPv6 is supported (Sa炭l Ibarra Corretg辿)
* test: skip emfile on AIX (Imran Iqbal)
* test: skip fs_event_close_in_callback on AIX (Imran Iqbal)

* unix,fs: code cleanup of uv_fs_event_start for AIX (Imran Iqbal)
* unix: delay signal handling until after normal i/o (Ben Noordhuis)
* unix: error on realpath if PATH_MAX is undefined (Myles Borins)
* unix: fix bug in barrier fallback implementation (K叩ri Tristan Helgason)
* unix: guard against clobbering errno in uv__free() (Ben Noordhuis)
* unix: implement uv__fs_futime for AIX 7.1 (Imran Iqbal)
* unix: remove unneeded SAVE_ERRNO wrappers (Ben Noordhuis)
* unix: use POLL{IN,OUT,etc} constants directly (Ben Noordhuis)
* unix: use system allocator for scandir() (cjihrig)

* win,tty: don't duplicate handle for line reads (Jo達o Reis)
* win,tty: fix read stop in line mode (Jo達o Reis)
* win,tty: restore cursor after canceling line read (Alexis Campailla)

* win: add maxrss, pagefaults to uv_getrusage() (Robert Jefe Lindstaedt)
* win: call uv__fs_scandir_cleanup() (cjihrig)
* win: clarify fsevents handling code (Sa炭l Ibarra Corretg辿)
* win: fix var declaration to be C89 compliant (Michael Fero)
* win: improve uv__convert_utf16_to_utf8 (Sa炭l Ibarra Corretg辿)
* win: remove unneeded condition (Sa炭l Ibarra Corretg辿)
* win: simplified UTF16 -> UTF8 conversions (Sa炭l Ibarra Corretg辿)
* win: work around sharepoint scandir bug (Ben Noordhuis)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/libuv/Makefile:1.8
--- pkgsrc/devel/libuv/Makefile:1.7     Sat Apr 23 12:52:04 2016
+++ pkgsrc/devel/libuv/Makefile Sun Aug  7 13:36:09 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/04/23 12:52:04 adam Exp $
+# $NetBSD: Makefile,v 1.8 2016/08/07 13:36:09 mef Exp $
 
-DISTNAME=      libuv-1.9.0
+DISTNAME=      libuv-1.9.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.6 pkgsrc/devel/libuv/distinfo:1.7
--- pkgsrc/devel/libuv/distinfo:1.6     Sat Apr 23 12:52:04 2016
+++ pkgsrc/devel/libuv/distinfo Sun Aug  7 13:36:09 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/04/23 12:52:04 adam Exp $
+$NetBSD: distinfo,v 1.7 2016/08/07 13:36:09 mef Exp $
 
-SHA1 (libuv-1.9.0.tar.gz) = 0835eb5d9589e29b52b4032cce2c36fd1f98e546
-RMD160 (libuv-1.9.0.tar.gz) = ed73b9814154693d736c3ee1257d2bfce71e6280
-SHA512 (libuv-1.9.0.tar.gz) = f062b8386c68734c394287a272f2b101b1fd854d75ca53c2ccff860f201a5539ae0eae21a6474f6a5683d00653c397c7fe7badeb3ba05e83d9a43d12a2f8b181
-Size (libuv-1.9.0.tar.gz) = 1056331 bytes
+SHA1 (libuv-1.9.1.tar.gz) = fa1da5385706a477fd660aa6ee36a63b71f185ab
+RMD160 (libuv-1.9.1.tar.gz) = 7bb68e5e105ecb2ed7a4af85f76a3772349e0e36
+SHA512 (libuv-1.9.1.tar.gz) = ad5f274f75c4c19bedbdeed8204ef8561b8c6a2697650402bf21cbf40ace35c104e089b42adc737d27b4a105283d9463ac02b6dadaec29aa6469f10b69ab3d0a
+Size (libuv-1.9.1.tar.gz) = 1060134 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232



Home | Main Index | Thread Index | Old Index