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:           Thu Apr 18 07:47:34 UTC 2019

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo
        pkgsrc/devel/libuv/patches: patch-src_unix_thread.c

Log Message:
libuv: updated to 1.28.0

Version 1.28.0
* unix,win: add uv_gettimeofday()
* unix,win: add uv_fs_{open,read,close}dir()
* unix: fix uv_interface_addresses()
* fs: remove macOS-specific copyfile(3)
* fs: add test for copyfile() respecting permissions
* build: partially revert 5234b1c43a
* zos: fix setsockopt error when using AF_UNIX
* unix: suppress EINTR/EINPROGRESS in uv_fs_close()
* build: use cmake APPLE variable to detect platform
* distcheck: remove duplicate test/ entry
* unix: remove unused cmpxchgl() function
* unix: support sockaddr_un in uv_udp_send()
* unix: guard use of PTHREAD_STACK_MIN
* unix,win: introduce uv_timeval64_t
* doc: document uv_timeval_t and uv_timeval64_t


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/libuv/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libuv/patches/patch-src_unix_thread.c

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.46 pkgsrc/devel/libuv/Makefile:1.47
--- pkgsrc/devel/libuv/Makefile:1.46    Mon Mar 18 09:02:58 2019
+++ pkgsrc/devel/libuv/Makefile Thu Apr 18 07:47:33 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2019/03/18 09:02:58 adam Exp $
+# $NetBSD: Makefile,v 1.47 2019/04/18 07:47:33 adam Exp $
 
-DISTNAME=      libuv-1.27.0
+DISTNAME=      libuv-1.28.0
 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.42 pkgsrc/devel/libuv/distinfo:1.43
--- pkgsrc/devel/libuv/distinfo:1.42    Mon Mar 18 09:02:58 2019
+++ pkgsrc/devel/libuv/distinfo Thu Apr 18 07:47:33 2019
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.42 2019/03/18 09:02:58 adam Exp $
+$NetBSD: distinfo,v 1.43 2019/04/18 07:47:33 adam Exp $
 
-SHA1 (libuv-1.27.0.tar.gz) = c8a37474ddff8f06fc6eb22a889a11d09f20356b
-RMD160 (libuv-1.27.0.tar.gz) = 9b08de146cec0df016a5303996998bc149dd96a7
-SHA512 (libuv-1.27.0.tar.gz) = 42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0
-Size (libuv-1.27.0.tar.gz) = 1214154 bytes
+SHA1 (libuv-1.28.0.tar.gz) = 081f505d4b9827a60c973420b5b631cefd2990de
+RMD160 (libuv-1.28.0.tar.gz) = 3adc4c1f41e69524495d98ba4c0d7d301883bec3
+SHA512 (libuv-1.28.0.tar.gz) = 5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53
+Size (libuv-1.28.0.tar.gz) = 1218769 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
 SHA1 (patch-src_unix_darwin.c) = 489f73fe81b9dea2acc72a669bf667c560c1deea
 SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba
 SHA1 (patch-src_unix_netbsd.c) = 3386e702e3acc29bba6f3f5f612db728473b2a73
-SHA1 (patch-src_unix_thread.c) = 752ad5e97965b7e8781c96fac34612628c0015c6
+SHA1 (patch-src_unix_thread.c) = da1fe29d95594355f57f8024613122c34b6510e5

Index: pkgsrc/devel/libuv/patches/patch-src_unix_thread.c
diff -u pkgsrc/devel/libuv/patches/patch-src_unix_thread.c:1.5 pkgsrc/devel/libuv/patches/patch-src_unix_thread.c:1.6
--- pkgsrc/devel/libuv/patches/patch-src_unix_thread.c:1.5      Mon Feb 11 10:46:56 2019
+++ pkgsrc/devel/libuv/patches/patch-src_unix_thread.c  Thu Apr 18 07:47:33 2019
@@ -1,23 +1,10 @@
-$NetBSD: patch-src_unix_thread.c,v 1.5 2019/02/11 10:46:56 adam Exp $
+$NetBSD: patch-src_unix_thread.c,v 1.6 2019/04/18 07:47:33 adam Exp $
 
-Fix for systems without PTHREAD_STACK_MIN.
 Use feature test for pthread_condattr_setclock, absent in netbsd-6-0
 
 --- src/unix/thread.c.orig     2019-02-10 16:44:47.000000000 +0000
 +++ src/unix/thread.c
-@@ -219,9 +219,11 @@ int uv_thread_create_ex(uv_thread_t* tid
-     pagesize = (size_t)getpagesize();
-     /* Round up to the nearest page boundary. */
-     stack_size = (stack_size + pagesize - 1) &~ (pagesize - 1);
-+#ifdef PTHREAD_STACK_MIN
-     if (stack_size < PTHREAD_STACK_MIN)
-       stack_size = PTHREAD_STACK_MIN;
-+#endif
-   }
- 
-   if (stack_size > 0) {
-     attr = &attr_storage;
-@@ -685,7 +687,7 @@ int uv_cond_init(uv_cond_t* cond) {
+@@ -687,7 +689,7 @@ int uv_cond_init(uv_cond_t* cond) {
    if (err)
      return UV__ERR(err);
  



Home | Main Index | Thread Index | Old Index