aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-04-29 14:01:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-04-29 14:01:05 +0000
commit86dce8416ee140ad9930122c4bee22078858a8ff (patch)
treeb4b300b42df89e8029748592a549e33e06af794a /CHANGES
parenta6560981d4d9e11e241ccd4b2c514f19e254cc08 (diff)
downloadports-86dce8416ee140ad9930122c4bee22078858a8ff.tar.gz
ports-86dce8416ee140ad9930122c4bee22078858a8ff.zip
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
Notes
Notes: svn path=/head/; revision=533337
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 107af49c3ec6..5276e917be7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.