[Bug 264882] games/xnethack: fix behaviour with mismatched lua version
Date: Sat, 25 Jun 2022 05:03:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264882
Bug ID: 264882
Summary: games/xnethack: fix behaviour with mismatched lua
version
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: fuz@fuz.su
Attachment #234928 maintainer-approval+
Flags:
Created attachment 234928
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234928&action=edit
games/xnethack: fix behaviour with mismatched lua version
The latest version of the package has introduced a "lua sandbox" that
comes with a version check against the bundled lua version.
As we unbundle lua, we cannot ensure that this version check succeeds.
Removal of the version check allows us to build a working binary, but
it is uncertain if there are any residual effects from the version
mismatch.
To rule out that possibility, the sandbox code is left disabled by
default but can be enabled if desired through the SANDBOX option.
Tested with Poudriere on arm64 FreeBSD 13.1.
If 2022Q3 drops before this is committed, please MFH the change.
--
You are receiving this mail because:
You are the assignee for the bug.