pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lua-luv



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 19 10:56:37 UTC 2021

Modified Files:
        pkgsrc/devel/lua-luv: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/lua-luv/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/lua-luv/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/lua-luv/Makefile
diff -u pkgsrc/devel/lua-luv/Makefile:1.2 pkgsrc/devel/lua-luv/Makefile:1.3
--- pkgsrc/devel/lua-luv/Makefile:1.2   Thu May 13 10:23:10 2021
+++ pkgsrc/devel/lua-luv/Makefile       Sun Dec 19 10:56:37 2021
@@ -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

Index: pkgsrc/devel/lua-luv/distinfo
diff -u pkgsrc/devel/lua-luv/distinfo:1.4 pkgsrc/devel/lua-luv/distinfo:1.5
--- pkgsrc/devel/lua-luv/distinfo:1.4   Tue Oct 26 10:15:35 2021
+++ pkgsrc/devel/lua-luv/distinfo       Sun Dec 19 10:56:37 2021
@@ -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