pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-compat53
Module Name: pkgsrc
Committed By: nia
Date: Mon Jun 7 11:38:58 UTC 2021
Modified Files:
pkgsrc/devel/lua-compat53: Makefile distinfo
Log Message:
lua-compat53: update to 0.10
"Fix bit32 conversion issues for Lua 5.1 on 32 bit
The default unsigned conversion procedure from upstream using
`lua_Integer` as an intermediate value fails if `lua_Integer` has only
32 bits (as is the case on 32 bit Lua 5.1). This fix uses a `lua_Number`
(hopefully double) as intermediate value in those cases."
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lua-compat53/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/lua-compat53/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-compat53/Makefile
diff -u pkgsrc/devel/lua-compat53/Makefile:1.5 pkgsrc/devel/lua-compat53/Makefile:1.6
--- pkgsrc/devel/lua-compat53/Makefile:1.5 Sat Jul 11 15:14:29 2020
+++ pkgsrc/devel/lua-compat53/Makefile Mon Jun 7 11:38:58 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/07/11 15:14:29 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/07 11:38:58 nia Exp $
-DISTNAME= lua-compat53-0.9
+DISTNAME= lua-compat53-0.10
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/^lua-//1}
CATEGORIES= devel lua
MASTER_SITES= ${MASTER_SITE_GITHUB:=keplerproject/}
Index: pkgsrc/devel/lua-compat53/distinfo
diff -u pkgsrc/devel/lua-compat53/distinfo:1.2 pkgsrc/devel/lua-compat53/distinfo:1.3
--- pkgsrc/devel/lua-compat53/distinfo:1.2 Sat Jul 11 13:48:49 2020
+++ pkgsrc/devel/lua-compat53/distinfo Mon Jun 7 11:38:58 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/07/11 13:48:49 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/06/07 11:38:58 nia Exp $
-SHA1 (lua-compat53-0.9.tar.gz) = e1f2f8052dacb30295c768969547423c882bf3ee
-RMD160 (lua-compat53-0.9.tar.gz) = ae80f773f517885dad3e64863aaf9b56d40d535c
-SHA512 (lua-compat53-0.9.tar.gz) = bec15b6e95cb5cc775785515eba1f094e453059a0ba1eefa433d328b823378b7f48d9c7a34080ad77478cffb2008bead93418f809793afa6021e6046562acc58
-Size (lua-compat53-0.9.tar.gz) = 53599 bytes
+SHA1 (lua-compat53-0.10.tar.gz) = a2b208dee1abad62c20e2e163f0817a0d31ee9cc
+RMD160 (lua-compat53-0.10.tar.gz) = 54061b1b3933502f774d45221b159dee2d286dc7
+SHA512 (lua-compat53-0.10.tar.gz) = f7f39085f4f6b16095f41e635b4c5477b3dab5e42b5b65a9d522941a3807ea521d4a27a77293a3c9d0ecea78a1f6c2a2497394b2d220f4d7d65e23510563d46d
+Size (lua-compat53-0.10.tar.gz) = 53695 bytes
Home |
Main Index |
Thread Index |
Old Index