libxbps: execute pkg scripts with /bin/sh directly.
The pkg INSTALL/REMOVE scripts do not need to have the executable bit set anymore, thus /tmp can be mounted with 'noexec' from now on. GH #149
This commit is contained in:
5
NEWS
5
NEWS
@@ -1,5 +1,10 @@
|
||||
xbps-0.52 (???):
|
||||
|
||||
* libxbps: package INSTALL/REMOVE scripts do not need to be executables
|
||||
anymore because they are executed with "/bin/sh" directly. That means
|
||||
"/tmp" can be mounted as "noexec". Fixed #149 correctly.
|
||||
See https://github.com/voidlinux/xbps/issues/149
|
||||
|
||||
* xbps-query(1): fix a bug where the output of -o became mixed up
|
||||
when running on multiple cores.
|
||||
|
||||
|
Reference in New Issue
Block a user