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:           Mon Jan 16 11:56:22 UTC 2017

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
Updated libuv to 1.10.2.

2017.01.10, Version 1.10.2 (Stable)

Changes since version 1.10.1:

* Now working on version 1.10.2 (cjihrig)

* darwin: fix fsync and fdatasync (Joran Dirk Greef)

* Revert "Revert "win,tty: add support for ANSI codes in win10 v1511""
  (Santiago Gimeno)

* win,tty: fix MultiByteToWideChar output buffer (Santiago Gimeno)

* win: remove dead code related to BACKUP_SEMANTICS (Sam Roberts)

* win: fix comment in quote_cmd_arg (Eric Sciple)

* darwin: use clock_gettime in macOS 10.12 (Saúl Ibarra Corretgé)

* win, tty: fix crash on restarting with pending data (Nicholas Vavilov)

* fs: fix uv__to_stat on BSD platforms (Santiago Gimeno)

* win: map ERROR_ELEVATION_REQUIRED to UV_EACCES (Richard Lau)

* win: fix free() on bad input in uv_getaddrinfo() (Ben Noordhuis)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/devel/libuv/Makefile:1.12
--- pkgsrc/devel/libuv/Makefile:1.11    Mon Nov 28 13:03:49 2016
+++ pkgsrc/devel/libuv/Makefile Mon Jan 16 11:56:22 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/11/28 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/01/16 11:56:22 wiz Exp $
 
-DISTNAME=      libuv-1.10.1
+DISTNAME=      libuv-1.10.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.9 pkgsrc/devel/libuv/distinfo:1.10
--- pkgsrc/devel/libuv/distinfo:1.9     Mon Nov 28 13:03:49 2016
+++ pkgsrc/devel/libuv/distinfo Mon Jan 16 11:56:22 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2016/11/28 13:03:49 wiz Exp $
+$NetBSD: distinfo,v 1.10 2017/01/16 11:56:22 wiz Exp $
 
-SHA1 (libuv-1.10.1.tar.gz) = 994d0f8ea2eda5c31530811680940b12025643ae
-RMD160 (libuv-1.10.1.tar.gz) = 06cb106908a65716bd89da34cbc526cf6f21c3d0
-SHA512 (libuv-1.10.1.tar.gz) = d0427ec39b24403a7c6092a0ba13bb9030079868fac670fad97a5b11a654b30d352c5ce4474384f3bed6b7ee8101a47fb5aa8a3d2acdbd6eba0b851047c52d0f
-Size (libuv-1.10.1.tar.gz) = 1072207 bytes
+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 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232



Home | Main Index | Thread Index | Old Index