From f0806ab4167b69c09fc4fb986daf2e0fecc4924a Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 6 Nov 2017 23:10:54 +0100 Subject: [PATCH] debootstrap: update to version 1.0.92 Signed-off-by: Daniel Golle --- admin/debootstrap/Makefile | 4 ++-- admin/debootstrap/patches/100-busybox_fix.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 admin/debootstrap/patches/100-busybox_fix.patch diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index fe60796064..f16cab3fda 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.87 +PKG_VERSION:=1.0.92 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap -PKG_HASH:=784f5754f3287ae80715d9100a4ed04e7895be5f7b81b7b2295d335dd69d79fb +PKG_HASH:=fa58c00529912d2cc187aa5434962376bd5ec00d3e7e9693f505a27b8848fdcf PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright diff --git a/admin/debootstrap/patches/100-busybox_fix.patch b/admin/debootstrap/patches/100-busybox_fix.patch deleted file mode 100644 index 5e8db05706..0000000000 --- a/admin/debootstrap/patches/100-busybox_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/usr/share/debootstrap/functions -+++ b/usr/share/debootstrap/functions -@@ -859,8 +859,6 @@ choose_extractor () { - - if [ -n "$EXTRACTOR_OVERRIDE" ]; then - extractor="$EXTRACTOR_OVERRIDE" -- elif type dpkg-deb >/dev/null 2>&1; then -- extractor="dpkg-deb" - else - extractor="ar" - fi