diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-04-29 14:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-04-29 14:01:05 +0000 |
commit | 86dce8416ee140ad9930122c4bee22078858a8ff (patch) | |
tree | b4b300b42df89e8029748592a549e33e06af794a /CHANGES | |
parent | Update to 1.4.1 (diff) |
Allow lua scripts in the framworks.
Bump the minimum required pkg version to a version that accepts
properly lua scripts
Lua script offers the advantages over shell scripts that they are
running in a capsicum sandbox and they are natively rootdir friendly
Reviewed by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21433
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -11,6 +11,18 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. 20200414: +AUTHOR: bapt@FreeBSD.org + + package scripts can now be done in lua, the following are supported: + + - pkg-pre-install.lua + - pkg-post-install.lua + - pkg-pre-deinstall.lua + - pkg-post-deinstall.lua + + see pkg-lua-script(5) for more details. + +20200414: AUTHOR: mat@FreeBSD.org USES=lua gained flavors. |