diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ---------------------- |