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:   adam
Date:           Mon Dec 17 13:39:37 UTC 2018

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.24.1

v1.24.1:
Changes since version 1.24.0:
* test: fix platform_output test on cygwin
* gitignore: ignore build/ directory
* unix: zero epoll_event before use
* darwin: use runtime check for file cloning
* doc: replace deprecated build command on macOS
* warnings: fix code that emits compiler warnings
* doc: clarify expected memory management strategy
* test: add uv_inet_ntop(AF_INET) coverage
* unix: harden string copying, introduce strscpy()
* linux: get rid of strncpy() call
* aix: get rid of strcat() calls
* aix: fix data race in uv_fs_event_start()
* win: fs: fix FILE_FLAG_NO_BUFFERING for writes
* build: don't link against -lpthread on Android


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.38 -r1.39 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.42 pkgsrc/devel/libuv/Makefile:1.43
--- pkgsrc/devel/libuv/Makefile:1.42    Sun Dec  2 02:22:29 2018
+++ pkgsrc/devel/libuv/Makefile Mon Dec 17 13:39:37 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2018/12/02 02:22:29 sevan Exp $
+# $NetBSD: Makefile,v 1.43 2018/12/17 13:39:37 adam Exp $
 
-DISTNAME=      libuv-1.24.0
+DISTNAME=      libuv-1.24.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.38 pkgsrc/devel/libuv/distinfo:1.39
--- pkgsrc/devel/libuv/distinfo:1.38    Tue Nov 13 08:58:14 2018
+++ pkgsrc/devel/libuv/distinfo Mon Dec 17 13:39:37 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2018/11/13 08:58:14 adam Exp $
+$NetBSD: distinfo,v 1.39 2018/12/17 13:39:37 adam Exp $
 
-SHA1 (libuv-1.24.0.tar.gz) = 6b284a1ed2976463bcdc6e780b9e8f9dc90ac4d7
-RMD160 (libuv-1.24.0.tar.gz) = 05440cee9522f6a2a83a14dfaa7b3a1514fad017
-SHA512 (libuv-1.24.0.tar.gz) = b75dac19e99497b059b9b8ce646266c4fa10f1259f5fd74554f7f614f7b70f4b62b9c756316d9a3eed6cf6b9d61f5acde9f6eedb88d30431f6a5c87169487ec6
-Size (libuv-1.24.0.tar.gz) = 1201665 bytes
+SHA1 (libuv-1.24.1.tar.gz) = 845b0335f5e4ca6f2213fcd4ddc90bb12d618268
+RMD160 (libuv-1.24.1.tar.gz) = 9b927145b9c511d95fb4cfae8baa62b0cac01ac8
+SHA512 (libuv-1.24.1.tar.gz) = 19cb03a7a62ad2a1f392e1de3e4fdb622e3ac5afe890bfb819c30118f4745f81ecc343d5b633eebb8471fdfb4025652bbface245fd616c55346aae82376f6836
+Size (libuv-1.24.1.tar.gz) = 1204222 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_darwin.c) = 489f73fe81b9dea2acc72a669bf667c560c1deea



Home | Main Index | Thread Index | Old Index