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:           Wed May 22 09:14:39 UTC 2019

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.29.1

Version 1.29.1 (Stable)
* unix: simplify uv/posix.h include logic
* test: increase test timeout
* linux: fix sscanf() overflows reading from /proc


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.44 -r1.45 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.48 pkgsrc/devel/libuv/Makefile:1.49
--- pkgsrc/devel/libuv/Makefile:1.48    Thu May 16 06:56:55 2019
+++ pkgsrc/devel/libuv/Makefile Wed May 22 09:14:38 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2019/05/16 06:56:55 adam Exp $
+# $NetBSD: Makefile,v 1.49 2019/05/22 09:14:38 adam Exp $
 
-DISTNAME=      libuv-1.29.0
+DISTNAME=      libuv-1.29.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.44 pkgsrc/devel/libuv/distinfo:1.45
--- pkgsrc/devel/libuv/distinfo:1.44    Thu May 16 06:56:55 2019
+++ pkgsrc/devel/libuv/distinfo Wed May 22 09:14:38 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.44 2019/05/16 06:56:55 adam Exp $
+$NetBSD: distinfo,v 1.45 2019/05/22 09:14:38 adam Exp $
 
-SHA1 (libuv-1.29.0.tar.gz) = b077a9eab23bc4b61e9d7cf43c0ee1a21b2e744c
-RMD160 (libuv-1.29.0.tar.gz) = 42f570d510d4c2fbc8dba9d6f4b58122fbddb21b
-SHA512 (libuv-1.29.0.tar.gz) = 19f1f25ffdb287a755f773488e3da5fd5b5b43c333e3dfb019bbac430ccd77456da96dbf60c38b97c87880f90f08438366e29bbcc8d81a28f777f39fca8af529
-Size (libuv-1.29.0.tar.gz) = 1223722 bytes
+SHA1 (libuv-1.29.1.tar.gz) = 40b21933825c5340f75ba8bd38aeaf838e99e098
+RMD160 (libuv-1.29.1.tar.gz) = 9003f05bfbab7d8e4e21b9ad84d6f2c8a72674c2
+SHA512 (libuv-1.29.1.tar.gz) = 7e1ed1bc500bfaab44858b3ff4685ec3d2abce412718ad144d642f7526f6dbcba643ea9a623bb129d545599570be64ed9a498d85485c1716c4c365bb7ab61898
+Size (libuv-1.29.1.tar.gz) = 1224127 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