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:           Sat Feb 19 08:18:22 UTC 2022

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

Log Message:
lua-luv: update to 1.43.0

                                    1.43.0-0

     * Change the call to acquire_vm_cb() in luv.new_therad() to be made
       before the thread is created in luv_new_thread().
     * simplify vm management in thread and threadpool


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/lua-luv/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/devel/lua-luv/Makefile:1.7
--- pkgsrc/devel/lua-luv/Makefile:1.6   Sun Feb 13 10:30:19 2022
+++ pkgsrc/devel/lua-luv/Makefile       Sat Feb 19 08:18:22 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/02/13 10:30:19 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/19 08:18:22 nia Exp $
 
-DISTNAME=      luv-1.42.0-1
-PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/-1$/.1/1}
+DISTNAME=      luv-1.43.0-0
+PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/-0$/.0/1}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=luvit/}
 GITHUB_PROJECT=        luv

Index: pkgsrc/devel/lua-luv/distinfo
diff -u pkgsrc/devel/lua-luv/distinfo:1.5 pkgsrc/devel/lua-luv/distinfo:1.6
--- pkgsrc/devel/lua-luv/distinfo:1.5   Sun Dec 19 10:56:37 2021
+++ pkgsrc/devel/lua-luv/distinfo       Sat Feb 19 08:18:22 2022
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/12/19 10:56:37 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/02/19 08:18:22 nia Exp $
 
-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
+BLAKE2s (luv-1.43.0-0.tar.gz) = 9a7d0247373b79cffec08a44b103b8b0985a2f62ef6d4a7fd31e80ca20a175da
+SHA512 (luv-1.43.0-0.tar.gz) = f51d9b3c733dd5617fca49534fdd77dbb6a3d6f58263f453db8dcde21679f4a471e15d6f5b05bcb22a2552455df8beb238d33b0999306bf2a5ad6755da4044ff
+Size (luv-1.43.0-0.tar.gz) = 122337 bytes



Home | Main Index | Thread Index | Old Index