pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/lua-luv lua-luv: update to 1.42.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/555a23db0159
branches: trunk
changeset: 771540:555a23db0159
user: nia <nia%pkgsrc.org@localhost>
date: Sun Dec 19 10:56:37 2021 +0000
description:
lua-luv: update to 1.42.0.1
1.42.0-1
* Use uv_handle_size/uv_req_size instead of sizeof
* LuaJIT: add missing LJ_ENDIAN and LJ_NO_UNWIND checks for DASM
[this fixes building on aarch64]
1.42.0-0
* Update to Libuv 1.42.0
* New function: uv.try_write2
* Fix uninitialized memory reads when work_fn in uv.new_work returns no
values
* Luv C API: Add function to run thread in protected mode
* Change luv_work_cb() to run in protected mode and throw an error in
luv_thread_arg_set() if an argument of an impermissible type is passed
diffstat:
devel/lua-luv/Makefile | 8 ++++----
devel/lua-luv/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (34 lines):
diff -r cc424f0f5c2a -r 555a23db0159 devel/lua-luv/Makefile
--- a/devel/lua-luv/Makefile Sun Dec 19 10:51:16 2021 +0000
+++ b/devel/lua-luv/Makefile Sun Dec 19 10:56:37 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2021/05/13 10:23:10 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/19 10:56:37 nia Exp $
-DISTNAME= luv-1.41.0-0
-PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/-0//1}
+DISTNAME= luv-1.42.0-1
+PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/-1$/.1/1}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=luvit/}
GITHUB_PROJECT= luv
-GITHUB_RELEASE= ${PKGVERSION_NOREV}-0
+GITHUB_TAG= ${DISTNAME:S/^luv-//1}
MAINTAINER= nia%NetBSD.org@localhost
HOMEPAGE= https://github.com/luvit/luv
diff -r cc424f0f5c2a -r 555a23db0159 devel/lua-luv/distinfo
--- a/devel/lua-luv/distinfo Sun Dec 19 10:51:16 2021 +0000
+++ b/devel/lua-luv/distinfo Sun Dec 19 10:56:37 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:35 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/12/19 10:56:37 nia Exp $
-BLAKE2s (luv-1.41.0-0.tar.gz) = ff40569f9dbbe4dc79517b749c61e1bf6efe90a7fcf5391a4da25a564a0a7b7b
-SHA512 (luv-1.41.0-0.tar.gz) = ae6a74619988c972df3bf8f00330da981d70e64713d7ad68528e93e5ac118a28523b4de2a559cb537893f7df93bba0b0bb67559a538cf0e55eaced76f11ba26e
-Size (luv-1.41.0-0.tar.gz) = 1430613 bytes
+BLAKE2s (luv-1.42.0-1.tar.gz) = 03be8f3bd7850694851d0be37cdd6d16c82bc98bd9f050d24e3febde70363533
+SHA512 (luv-1.42.0-1.tar.gz) = 61ee67bb4577112c818c05861c53b111663bf1e07d5b911e443ce0791262471d3bec3685ae02e32f9e2fd61c0f605cb09f0c65ed979e2c267edee62de697590a
+Size (luv-1.42.0-1.tar.gz) = 121439 bytes
SHA1 (patch-src_luv.c) = 52ec94671dfdc86e421119ddca13646ee7c6e2e2
SHA1 (patch-src_private.h) = f086e40c912851a319626986840fe75eeb0e52f5
Home |
Main Index |
Thread Index |
Old Index