From 84849b1bd40045c6f823dcaa0d4bfea6e5f72b38 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 8 Jul 2012 16:11:00 +0000 Subject: [PATCH] [packages] debootstrap: update to v1.0.42 (#11818) SVN-Revision: 32650 --- admin/debootstrap/Makefile | 6 +++--- admin/debootstrap/patches/100-busybox_fix.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 6e6d39d797..63d98faa3d 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.40 +PKG_VERSION:=1.0.42 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap -PKG_MD5SUM:=298ed4d39eda12b9db46f446465d6f7f +PKG_MD5SUM:=749638b8afc0c3e2a06c9b31cfe40b55 -UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.gz | ( cd $(1) && tar -xzf - ) +UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf - include $(INCLUDE_DIR)/package.mk diff --git a/admin/debootstrap/patches/100-busybox_fix.patch b/admin/debootstrap/patches/100-busybox_fix.patch index 0b248c7e6f..74875a0b80 100644 --- a/admin/debootstrap/patches/100-busybox_fix.patch +++ b/admin/debootstrap/patches/100-busybox_fix.patch @@ -1,6 +1,6 @@ --- a/usr/share/debootstrap/functions +++ b/usr/share/debootstrap/functions -@@ -832,8 +832,6 @@ choose_extractor () { +@@ -857,8 +857,6 @@ choose_extractor () { if [ -n "$EXTRACTOR_OVERRIDE" ]; then extractor="$EXTRACTOR_OVERRIDE" -- 2.30.2