summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 276cce0..d438541 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,11 @@ Bug fixes and minor changes:
* configure no longer checks for make. This was needed for mksysconf,
which was removed in version 4.0.0.
* Substitution variables are now correctly set for binary packages
- with non-alphanumeric characters in their names.
+ with non-alphanumeric characters in their names. Unsanitized data
+ was passed to eval, however it was first validated to not contain
+ characters such as whitespace and it was interpolated into a string
+ that couldn't yield a command name that would normally exist on any
+ system.
opkbuild version 4.0.0
----------------------