aboutsummaryrefslogtreecommitdiff
path: root/website/static/security/patches/EN-26:07/pkgbase.patch
diff options
context:
space:
mode:
Diffstat (limited to 'website/static/security/patches/EN-26:07/pkgbase.patch')
-rw-r--r--website/static/security/patches/EN-26:07/pkgbase.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/website/static/security/patches/EN-26:07/pkgbase.patch b/website/static/security/patches/EN-26:07/pkgbase.patch
new file mode 100644
index 0000000000..83ef38f19f
--- /dev/null
+++ b/website/static/security/patches/EN-26:07/pkgbase.patch
@@ -0,0 +1,22 @@
+--- release/packages/generate-set-ucl.lua.orig
++++ release/packages/generate-set-ucl.lua
+@@ -16,7 +16,7 @@
+ local ucl = require("ucl")
+
+ -- This parser is the output UCL we want to build.
+-local parser = ucl.parser()
++local parser = ucl.parser(0)
+
+ if #arg < 1 then
+ io.stderr:write(arg[0] .. ": missing template filename\n")
+--- release/packages/generate-ucl.lua.orig
++++ release/packages/generate-ucl.lua
+@@ -124,7 +124,7 @@
+ local pkgversion = nil
+
+ -- This parser is the output UCL we want to build.
+-local parser = ucl.parser()
++local parser = ucl.parser(0)
+
+ -- Set any $VARIABLES from the command line in the parser. This causes ucl to
+ -- automatically replace them when we load the source ucl.