Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2022 05:03:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264882] games/xnethack: fix behaviour with mismatched lua version
Message-ID:  <bug-264882-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264882

            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=3D234928&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264882-7788>