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:           Sun Feb 14 15:01:00 UTC 2021

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.41.0

Version 1.41.0 (Stable)

Changes since version 1.40.0:
* mailmap: update contact information for richardlau (Richard Lau)
* build: add asan checks (gengjiawen)
* unix: report bind error in uv_tcp_connect() (Ben Noordhuis)
* doc: uv_tcp_bind() never returns UV_EADDRINUSE (Ben Noordhuis)
* test: fix pump and tcp_write_batch benchmarks (Santiago Gimeno)
* doc: mark IBM i as Tier 2 support (Jesse Gorzinski)
* doc,poll: add notes (repeated cb & cancel pending cb) (Elad Nachmias)
* linux: fix -Wincompatible-pointer-types warning (Ben Noordhuis)
* linux: fix -Wsign-compare warning (Ben Noordhuis)
* android: add system call api guards (Ben Noordhuis)
* unix,win: harmonize uv_read_start() error handling (Ben Noordhuis)
* unix,win: more uv_read_start() argument validation (Ben Noordhuis)
* build: turn on -fno-strict-aliasing (Ben Noordhuis)
* stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)
* unix,win: initialize timer `timeout` field (Ben Noordhuis)
* bsd-ifaddrs: improve comments (Darshan Sen)
* test: remove unnecessary uv_fs_stat() calls (Ben Noordhuis)
* fs: fix utime/futime timestamp rounding errors (Ben Noordhuis)
* test: ensure reliable floating point comparison (Jameson Nash)
* unix,fs: fix uv_fs_sendfile() (Santiago Gimeno)
* unix: fix uv_fs_stat when using statx (Simon Kadisch)
* linux,macos: fix uv_set_process_title regression (Momtchil Momtchev)
* doc: clarify UDP errors and recvmmsg (Ethel Weston)
* test-getaddrinfo: use example.invalid (Drew DeVault)
* Revert "build: fix android autotools build" (Bernardo Ramos)
* unix,fs: on DVS fs, statx returns EOPNOTSUPP (Mark Klein)
* win, fs: mkdir really return UV_EINVAL for invalid names (Nicholas Vavilov)
* tools: migrate tools/make_dist_html.py to python3 (Dominique Dumont)
* unix: fix uv_uptime() on linux (schamberg97)
* unix: check for partial copy_file_range support (Momtchil Momtchev)
* win: bump minimum supported version to windows 8 (Ben Noordhuis)
* poll,unix: ensure safety of rapid fd reuse (Bob Weinand)
* test: fix some warnings (Issam E. Maghni)
* unix: fix uv_uptime() regression (Santiago Gimeno)
* doc: fix versionadded metadata (cjihrig)
* test: fix 'incompatible pointer types' warnings (cjihrig)
* unix: check for EXDEV in uv__fs_sendfile()


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.62 -r1.63 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.65 pkgsrc/devel/libuv/Makefile:1.66
--- pkgsrc/devel/libuv/Makefile:1.65    Fri Oct  2 12:22:34 2020
+++ pkgsrc/devel/libuv/Makefile Sun Feb 14 15:00:59 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2020/10/02 12:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.66 2021/02/14 15:00:59 adam Exp $
 
-DISTNAME=      libuv-1.40.0
+DISTNAME=      libuv-1.41.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.62 pkgsrc/devel/libuv/distinfo:1.63
--- pkgsrc/devel/libuv/distinfo:1.62    Fri Oct  2 12:22:34 2020
+++ pkgsrc/devel/libuv/distinfo Sun Feb 14 15:00:59 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.62 2020/10/02 12:22:34 adam Exp $
+$NetBSD: distinfo,v 1.63 2021/02/14 15:00:59 adam Exp $
 
-SHA1 (libuv-1.40.0.tar.gz) = ce3e37e8a5c42f905bfa2364f3894173f14beee1
-RMD160 (libuv-1.40.0.tar.gz) = 5daaa8631c4715c88657c4b90ec89ed5fd5e0a38
-SHA512 (libuv-1.40.0.tar.gz) = 14a6880e636e9d046e1f4c86061d7ca5fe0cdae0efb0c6fec6b6ad03b17c626da479d6cc1ae84da281ec04a75e0d56fa99ef25164432cdb246cf59f0964a7e8b
-Size (libuv-1.40.0.tar.gz) = 1274587 bytes
+SHA1 (libuv-1.41.0.tar.gz) = 5dc9e2e2b6714f2b97bb5993963563dcd0e89f28
+RMD160 (libuv-1.41.0.tar.gz) = a715a00f7ce99d7413b8458d3346284d4f0cc680
+SHA512 (libuv-1.41.0.tar.gz) = bb08a1970a10e8d9571ffea3d021643de30ec212cd51317b98d6cf0cfe55d6877992921fb01d1188a6d466687335b77885685d924f8cb7200a0bec30eee05c65
+Size (libuv-1.41.0.tar.gz) = 1281268 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-src_unix_fs.c) = d5afe699254210d9724bf2d02ea4563a92666d4f
 SHA1 (patch-src_unix_netbsd.c) = 071a2a853f9a73dc72e24d63316aa21b28669469



Home | Main Index | Thread Index | Old Index