debootstrap: update to version 1.0.92
authorDaniel Golle <daniel@makrotopia.org>
Mon, 6 Nov 2017 22:10:54 +0000 (23:10 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 7 Nov 2017 00:30:02 +0000 (01:30 +0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
admin/debootstrap/Makefile
admin/debootstrap/patches/100-busybox_fix.patch [deleted file]

index fe60796064be98d5016a7c2cfbebbff23d1370f2..f16cab3fda46b3a5ae67bf8babeca0e90994bbcc 100644 (file)
@@ -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 <daniel@makrotopia.org>
 
 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 (file)
index 5e8db05..0000000
+++ /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