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:   wiz
Date:           Tue Feb  7 12:59:33 UTC 2017

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/devel/libuv/Makefile:1.13
--- pkgsrc/devel/libuv/Makefile:1.12    Mon Jan 16 11:56:22 2017
+++ pkgsrc/devel/libuv/Makefile Tue Feb  7 12:59:33 2017
@@ -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/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.10 pkgsrc/devel/libuv/distinfo:1.11
--- pkgsrc/devel/libuv/distinfo:1.10    Mon Jan 16 11:56:22 2017
+++ pkgsrc/devel/libuv/distinfo Tue Feb  7 12:59:33 2017
@@ -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