Skip to content

Commit

Permalink
Update liblua to Lua 5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Feb 27, 2024
1 parent c0e1728 commit 38aa74a
Show file tree
Hide file tree
Showing 42 changed files with 1,003 additions and 734 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#Nmap Changelog ($Id$); -*-text-*-

o Upgrade included libraries: Lua 5.4.6

o [Zenmap][GH#2739] Fix a crash in Zenmap when changing a host comment.

o [NSE][GH#2766] Fix TLS 1.2 signature algorithms for EdDSA. [Daniel Roethlisberger]
Expand Down
5 changes: 4 additions & 1 deletion liblua/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CMCFLAGS=

# == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======

PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris

LUA_A= liblua.a
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
Expand Down Expand Up @@ -117,6 +117,9 @@ FreeBSD NetBSD OpenBSD freebsd:

generic: $(ALL)

ios:
$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_IOS"

Linux linux: linux-noreadline

linux-noreadline:
Expand Down
Loading

0 comments on commit 38aa74a

Please sign in to comment.