aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-10-01 19:58:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-10-01 19:58:18 +0000
commit3c15b27041d5652e7a969cd72e683e06d8e90d9a (patch)
tree20e80a52a94338a78572bc1635024f0d45d7a7da /CHANGES
parent728657aaf1aa16ad81c07d0fc549c6b76b2546b7 (diff)
downloadports-3c15b27041d5652e7a969cd72e683e06d8e90d9a.tar.gz
ports-3c15b27041d5652e7a969cd72e683e06d8e90d9a.zip
Document the lua scripts changes with recent pkg addition
Notes
Notes: svn path=/head/; revision=550872
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8cd1f3bd2624..71afab2d2ebd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,19 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20201001:
+AUTHOR: bapt@FreeBSD.org
+
+ packages scripts and keywords can both be written in lua (versoin 5.3), see
+ pkg-lua-script(5) for the API.
+
+ Note that all scripts written in lua will:
+
+ - run inside a capsicum sandbox,
+ - be rootdir compatible (see pkg -r option)
+ - be cross installation compatible example: installing packages in an arm64
+ rootdir on and amd64 host.
+
20200531:
AUTHOR: kde@FreeBSD.org