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:
Juan RP
2016-02-02 11:28:48 +01:00
parent b81b9ab379
commit 430a25f422
2 changed files with 6 additions and 5 deletions

5
NEWS
View File

@@ -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.