<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/liblua/Makefile, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-01-14T05:56:18Z</updated>
<entry>
<title>contrib/lua: update to 5.4.2</title>
<updated>2021-01-14T05:56:18Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2021-01-14T05:56:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0495ed398c4f64013bab2327eb13a303e1f90c13'/>
<id>urn:sha1:0495ed398c4f64013bab2327eb13a303e1f90c13</id>
<content type='text'>
Merge commit '0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7' into main
</content>
</entry>
<entry>
<title>Properly disable LUA_USE_DLOPEN for bootstrap flua</title>
<updated>2020-08-14T02:40:17Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-08-14T02:40:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=967fbfd9e2b7a015d5cba1491badcdf9044b28b9'/>
<id>urn:sha1:967fbfd9e2b7a015d5cba1491badcdf9044b28b9</id>
<content type='text'>
flua does have some specific bits that will include luaconf.h, but the
definition of LUA_USE_DLOPEN for those won't matter. This belongs in liblua
instead.

To expand on my previous commit, which was a little sparse with details,
it's not really safe to allow LUA_USE_DLOPEN with host lib paths being used.
The host system could have an entirely different lua version and this could
cause us to crash and burn.

If we want to revive this later, we need to make sure to define c module
paths inside OBJDIR that are compiled against whatever version we've
bootstrapped.

Pointy hat:	kevans
</content>
</entry>
<entry>
<title>liblua: ensure that "require" will fail in bootstrap flua</title>
<updated>2020-04-29T13:41:32Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-04-29T13:41:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be99f8868bed542396783e1a8ff0d089283ba8ac'/>
<id>urn:sha1:be99f8868bed542396783e1a8ff0d089283ba8ac</id>
<content type='text'>
We do not want to support bootstrapping lua modules, so ensure that
require will fail by providing a nonexistent path.

Reviewed by:	kevans
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D24610
</content>
</entry>
<entry>
<title>Add an internal liblua and use it in flua.</title>
<updated>2020-03-17T17:28:12Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2020-03-17T17:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=564b9ff2a7aa62f1094043b12de56ad75aa30394'/>
<id>urn:sha1:564b9ff2a7aa62f1094043b12de56ad75aa30394</id>
<content type='text'>
The new liblua will be used in a forthcoming import of kyua.

Reviewed by:	kevans
Obtained from:	CheriBSD
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24090
</content>
</entry>
</feed>
