Package: proot / 5.1.0-1.2

Metadata

Package Version Patches format
proot 5.1.0-1.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Install proot into DESTDIR usr bin.patch | (download)

src/GNUmakefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 install proot into $(destdir)/usr/bin/
Fix man syntax.diff | (download)

doc/proot/man.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct typographic mistakes in the manpage
arm64.patch | (download)

src/arch.h | 3 3 + 0 - 0 !
src/loader/assembly-arm64.h | 93 93 + 0 - 0 !
src/loader/loader.c | 6 6 + 0 - 0 !
3 files changed, 102 insertions(+)

---
fix use of size | (download)

src/execve/enter.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix use of size

disable seccomp based tracing performanc | (download)

src/GNUmakefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable seccomp-based tracing performance improvement

It is faster (according to upstream documentation), but on current
(4.8.4+) kernels it just segfaults. Software that works slowly seems
better than software that doesn't work at all.

Bug: https://github.com/proot-me/PRoot/issues/106