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 Nov 28 13:03:49 UTC 2016

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
Updated libuv to 1.10.1.

2016.11.17, Version 1.10.1 (Stable)

Changes since version 1.10.0:

* Now working on version 1.10.1 (cjihrig)

* win: fix anonymous union syntax (Brad King)

* unix: use uv__is_closing everywhere (Santiago Gimeno)

* win: add missing break statement (cjihrig)

* doc: fix wrong man page link for uv_fs_lstat() (Michele Caini)

* win, tty: handle empty buffer in uv_tty_write_bufs (Hitesh Kanwathirtha)

* doc: add cjihrig alternative GPG ID (cjihrig)

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/devel/libuv/Makefile:1.11
--- pkgsrc/devel/libuv/Makefile:1.10    Sun Nov 13 23:45:42 2016
+++ pkgsrc/devel/libuv/Makefile Mon Nov 28 13:03:49 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/11/13 23:45:42 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/11/28 13:03:49 wiz Exp $
 
-DISTNAME=      libuv-1.10.0
+DISTNAME=      libuv-1.10.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.8 pkgsrc/devel/libuv/distinfo:1.9
--- pkgsrc/devel/libuv/distinfo:1.8     Sat Nov 12 07:47:34 2016
+++ pkgsrc/devel/libuv/distinfo Mon Nov 28 13:03:49 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2016/11/12 07:47:34 adam Exp $
+$NetBSD: distinfo,v 1.9 2016/11/28 13:03:49 wiz Exp $
 
-SHA1 (libuv-1.10.0.tar.gz) = 60dfb408805576d5212204a481013d5203b58d85
-RMD160 (libuv-1.10.0.tar.gz) = ffbb05efcb7d54cc594d55d88aada96bfa62385e
-SHA512 (libuv-1.10.0.tar.gz) = bbe661911ffbb9d3b9ff2e1475812c03f620859f6e794717968f4817e427c38f42a92579ff6450cf6641da60e5156bcd189b3f184cc204a39527b1700327c747
-Size (libuv-1.10.0.tar.gz) = 1072589 bytes
+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 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232



Home | Main Index | Thread Index | Old Index