proot: Update with fixes for sudo's fstat

- termux/proot#54 (Fix fstat() in processes which sets themselves
  undumpable (SUID_DUMP_DISABLE))
- termux/proot#52 (Partial fix for issue, handle setuid on Android Pie)
This commit is contained in:
Michal Bednarski 2019-02-24 10:56:00 +01:00 committed by Fredrik Fornwall
parent 2f654dc8fd
commit ee89d5c54e

View File

@ -2,11 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://proot-me.github.io/
TERMUX_PKG_DESCRIPTION="Emulate chroot, bind mount and binfmt_misc for non-root users" TERMUX_PKG_DESCRIPTION="Emulate chroot, bind mount and binfmt_misc for non-root users"
TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_LICENSE="GPL-2.0"
# Just bump commit and version when needed: # Just bump commit and version when needed:
_COMMIT=df715ceac26cf331a626b7ccabcb94c4fd7d12cf _COMMIT=0e29e5a9db6c56beddcca8b50d4ba91af5b1c171
TERMUX_PKG_VERSION=5.1.107 TERMUX_PKG_VERSION=5.1.107
TERMUX_PKG_REVISION=18 TERMUX_PKG_REVISION=19
TERMUX_PKG_SRCURL=https://github.com/termux/proot/archive/${_COMMIT}.zip TERMUX_PKG_SRCURL=https://github.com/termux/proot/archive/${_COMMIT}.zip
TERMUX_PKG_SHA256=026d3f522d4d55310c433e00839be5410a46b9e5626a54bdb1b1c9869dd1d032 TERMUX_PKG_SHA256=0cc2748aa53beaf3f23384237b0b5537679976087536de0d065dacea812379c5
TERMUX_PKG_DEPENDS="libtalloc" TERMUX_PKG_DEPENDS="libtalloc"
# Install loader in libexec instead of extracting it every time # Install loader in libexec instead of extracting it every time