diff --git a/packages/debootstrap/build.sh b/packages/debootstrap/build.sh index 3809a5991e..bb405201a3 100644 --- a/packages/debootstrap/build.sh +++ b/packages/debootstrap/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://wiki.debian.org/Debootstrap TERMUX_PKG_DESCRIPTION="Bootstrap a basic Debian system" -TERMUX_PKG_VERSION=1.0.97 -TERMUX_PKG_SHA256=d3e6bef403dbabade11d098214030d5063c6b238d3751b159f727af7556c5cf0 +TERMUX_PKG_VERSION=1.0.99 +TERMUX_PKG_SHA256=4bb36de163b0799f40ba289d39f3630275664198b2e873646bd347f8fe289cde TERMUX_PKG_SRCURL=http://http.debian.net/debian/pool/main/d/debootstrap/debootstrap_${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_DEPENDS="wget, proot, perl" diff --git a/packages/debootstrap/scripts-debian-common.patch b/packages/debootstrap/scripts-debian-common.patch index 252ef73353..f469a5b4b1 100644 --- a/packages/debootstrap/scripts-debian-common.patch +++ b/packages/debootstrap/scripts-debian-common.patch @@ -1,6 +1,6 @@ -diff -u -r ../debootstrap-1.0.97/scripts/debian-common ./scripts/debian-common ---- ../debootstrap-1.0.97/scripts/debian-common 2018-04-17 04:06:32.000000000 +0200 -+++ ./scripts/debian-common 2018-04-30 03:21:24.616305825 +0200 +diff -u -r ../debootstrap-1.0.99/scripts/debian-common ./scripts/debian-common +--- ../debootstrap-1.0.99/scripts/debian-common 2018-05-17 01:57:52.000000000 +0000 ++++ ./scripts/debian-common 2018-05-18 22:15:13.894769189 +0000 @@ -52,7 +52,7 @@ setup_etc if [ ! -e "$TARGET/etc/fstab" ]; then @@ -10,15 +10,15 @@ diff -u -r ../debootstrap-1.0.97/scripts/debian-common ./scripts/debian-common fi setup_devices -@@ -92,7 +92,6 @@ - if doing_variant fakechroot; then - setup_proc_fakechroot - else +@@ -94,7 +94,6 @@ + } + + if ! doing_variant fakechroot; then - setup_proc in_target /sbin/ldconfig fi -@@ -162,6 +161,20 @@ +@@ -164,6 +163,20 @@ echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/start-stop-daemon" chmod 755 "$TARGET/sbin/start-stop-daemon"