Skip to content

Commit

Permalink
lua54: update to 5.4.3
Browse files Browse the repository at this point in the history
this is a bugfix release, see
https://www.lua.org/bugs.html
  • Loading branch information
alarixnia committed Apr 9, 2021
1 parent 34699b3 commit 1e2c8af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions lang/lua54/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.4 2020/12/18 19:58:31 nia Exp $
$NetBSD: distinfo,v 1.5 2021/04/09 14:18:12 nia Exp $

SHA1 (lua-5.4.2.tar.gz) = 96d4a21393c94bed286b8dc0568f4bdde8730b22
RMD160 (lua-5.4.2.tar.gz) = 59e9e4cf9068897b241366551714a5c8fd54242f
SHA512 (lua-5.4.2.tar.gz) = 9454a6ffd973598f2f4a2399834c31c4d5090bd12e716776e3189aa57760319d114ee64a8338bbc2ef5e08150bf0adc2ad94a1b2677f38538a43359969d4d920
Size (lua-5.4.2.tar.gz) = 353472 bytes
SHA1 (lua-5.4.3.tar.gz) = 1dda2ef23a9828492b4595c0197766de6e784bc7
RMD160 (lua-5.4.3.tar.gz) = dbc848ef449e0cc6e299c72708150a20b35fdbaf
SHA512 (lua-5.4.3.tar.gz) = 3a1a3ee8694b72b4ec9d3ce76705fe179328294353604ca950c53f41b41161b449877d43318ef4501fee44ecbd6c83314ce7468d7425ba9b2903c9c32a28bbc0
Size (lua-5.4.3.tar.gz) = 358216 bytes
SHA1 (patch-Makefile) = 22523bc60fe8d004f3bfd59396cfc6e43f645a75
SHA1 (patch-src_Makefile) = ff5e522cc669c87f8cd334e37cea792cad5acfa3
SHA1 (patch-src_Makefile) = 2fabdb027ae3fcd31c2c65cfe9f9633a583c41d7
8 changes: 4 additions & 4 deletions lang/lua54/patches/patch-src_Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: patch-src_Makefile,v 1.2 2020/12/18 19:58:31 nia Exp $
$NetBSD: patch-src_Makefile,v 1.3 2021/04/09 14:18:12 nia Exp $

- Don't override CC/CFLAGS/LDFLAGS.
- Use libtool to build shared libraries.

--- src/Makefile.orig 2020-11-10 18:39:37.000000000 +0000
--- src/Makefile.orig 2021-02-09 18:47:17.000000000 +0000
+++ src/Makefile
@@ -6,9 +6,8 @@
# Your platform. See PLATS for possible values.
Expand Down Expand Up @@ -61,8 +61,8 @@ $NetBSD: patch-src_Makefile,v 1.2 2020/12/18 19:58:31 nia Exp $
+ $(LIBTOOL) --quiet --tag=CC --mode=link $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)

test:
./lua -v
@@ -141,16 +144,6 @@ SunOS solaris:
./$(LUA_T) -v
@@ -143,16 +146,6 @@ SunOS solaris:
# Targets that do not create files (not all makes understand .PHONY).
.PHONY: all $(PLATS) help test clean default o a depend echo

Expand Down
4 changes: 2 additions & 2 deletions lang/lua54/version.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: version.mk,v 1.3 2020/12/18 19:58:31 nia Exp $
# $NetBSD: version.mk,v 1.4 2021/04/09 14:18:12 nia Exp $

LUA_VERSION= 5.4.2
LUA_VERSION= 5.4.3

LUA_VERSION_MAJOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
LUA_VERSION_MINOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}

0 comments on commit 1e2c8af

Please sign in to comment.