pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-compat53 lua-compat53: update to 0.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/904f3f3c4d2f
branches:  trunk
changeset: 454240:904f3f3c4d2f
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jun 07 11:38:58 2021 +0000

description:
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."

diffstat:

 devel/lua-compat53/Makefile |   4 ++--
 devel/lua-compat53/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b79de8b7a98d -r 904f3f3c4d2f devel/lua-compat53/Makefile
--- a/devel/lua-compat53/Makefile       Mon Jun 07 11:33:49 2021 +0000
+++ b/devel/lua-compat53/Makefile       Mon Jun 07 11:38:58 2021 +0000
@@ -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/}
diff -r b79de8b7a98d -r 904f3f3c4d2f devel/lua-compat53/distinfo
--- a/devel/lua-compat53/distinfo       Mon Jun 07 11:33:49 2021 +0000
+++ b/devel/lua-compat53/distinfo       Mon Jun 07 11:38:58 2021 +0000
@@ -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