pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libuv Updated libuv to 1.11.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7193f027fb4
branches:  trunk
changeset: 358211:f7193f027fb4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 07 12:59:33 2017 +0000

description:
Updated libuv to 1.11.0.

2017.02.02, Version 1.11.0 (Stable)

Changes since version 1.10.2:

* Now working on version 1.10.3 (cjihrig)

* win: added fcntl.h to uv-win.h (Michele Caini)

* unix: move function call out of assert (jBarz)

* fs: cleanup uv__fs_scandir (Santiago Gimeno)

* fs: fix crash in uv_fs_scandir_next (muflub)

* win,signal: fix potential deadlock (Bartosz Sosnowski)

* unix: use async-signal safe functions between fork and exec (jBarz)

* sunos: fix SUNOS_NO_IFADDRS build (Ben Noordhuis)

* zos: make platform functional (John Barboza)

* doc: add repitition qualifier to version regexs (Daniel Bevenius)

* zos: use gyp OS label "os390" on z/OS (John Barboza)

* aix: enable uv_get/set_process_title (Howard Hellyer)

* zos: use built-in proctitle implementation (John Barboza)

* Revert "darwin: use clock_gettime in macOS 10.12" (Chris Araman)

* win,test: don't write uninitialized buffer to tty (Bert Belder)

* win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)

* aix: re-enable fs watch facility (Gireesh Punathil)

diffstat:

 devel/libuv/Makefile |   4 ++--
 devel/libuv/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r fcd1d621717d -r f7193f027fb4 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Tue Feb 07 12:58:15 2017 +0000
+++ b/devel/libuv/Makefile      Tue Feb 07 12:59:33 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/01/16 11:56:22 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/02/07 12:59:33 wiz Exp $
 
-DISTNAME=      libuv-1.10.2
+DISTNAME=      libuv-1.11.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 
diff -r fcd1d621717d -r f7193f027fb4 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Tue Feb 07 12:58:15 2017 +0000
+++ b/devel/libuv/distinfo      Tue Feb 07 12:59:33 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2017/01/16 11:56:22 wiz Exp $
+$NetBSD: distinfo,v 1.11 2017/02/07 12:59:33 wiz Exp $
 
-SHA1 (libuv-1.10.2.tar.gz) = 9dcbd5b7996dccd96e88d39f480136fb31c016b8
-RMD160 (libuv-1.10.2.tar.gz) = 48024d64851d97f2b754da249f5cba32974220ca
-SHA512 (libuv-1.10.2.tar.gz) = 5d9a7c483c3504e10e17c29297d72dee1572dc657d261229cc68efe63cb3abb59f7e7768885ce3eb06f22691e73323158c06dcce29000c81e35ff9888853f080
-Size (libuv-1.10.2.tar.gz) = 1074184 bytes
+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 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232



Home | Main Index | Thread Index | Old Index