From 8cf10f4755cdfd24ec7e89eb40cd7bf0a4397a8a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 21 Jun 2018 22:32:14 +0200 Subject: [PATCH] debootstrap: Update from 1.0.99 to 1.0.102 --- packages/debootstrap/build.sh | 4 ++-- packages/debootstrap/functions.patch | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/debootstrap/build.sh b/packages/debootstrap/build.sh index bb405201a..276a5f007 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.99 -TERMUX_PKG_SHA256=4bb36de163b0799f40ba289d39f3630275664198b2e873646bd347f8fe289cde +TERMUX_PKG_VERSION=1.0.102 +TERMUX_PKG_SHA256=09675c7338ff0a328a1d67d84af93af46716a618d6c8cdb8c76d1ce07cb70ec5 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/functions.patch b/packages/debootstrap/functions.patch index 4f91e63af..8da1944aa 100644 --- a/packages/debootstrap/functions.patch +++ b/packages/debootstrap/functions.patch @@ -1,7 +1,7 @@ -diff -u -r ../debootstrap-1.0.97/functions ./functions ---- ../debootstrap-1.0.97/functions 2018-04-17 04:06:32.000000000 +0200 -+++ ./functions 2018-04-30 03:18:01.010494588 +0200 -@@ -906,7 +906,7 @@ +diff -u -r ../debootstrap-1.0.102/functions ./functions +--- ../debootstrap-1.0.102/functions 2018-06-13 13:00:11.000000000 +0000 ++++ ./functions 2018-06-21 20:30:41.301533374 +0000 +@@ -910,7 +910,7 @@ extract_dpkg_deb_data () { local pkg="$1" @@ -10,7 +10,7 @@ diff -u -r ../debootstrap-1.0.97/functions ./functions } # Raw .deb extractors -@@ -946,7 +946,7 @@ +@@ -950,7 +950,7 @@ esac if in_path "$cat_cmd"; then @@ -19,10 +19,10 @@ diff -u -r ../debootstrap-1.0.97/functions ./functions else error 1 UNPACKCMDUNVL "Extracting %s requires the %s command, which is not available" "$pkg" "$cat_cmd" fi -@@ -1171,7 +1171,6 @@ - hurd*) - ;; - *) +@@ -1165,7 +1165,6 @@ + return 0 + fi + - setup_devices_simple ;; esac