debootstrap: update to 1.0.55
authorLuka Perkov <luka@openwrt.org>
Fri, 20 Dec 2013 10:24:47 +0000 (10:24 +0000)
committerLuka Perkov <luka@openwrt.org>
Fri, 20 Dec 2013 10:24:47 +0000 (10:24 +0000)
Signed-off-by: John Vogel <jvogel4@stny.rr.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39143

admin/debootstrap/Makefile
admin/debootstrap/patches/100-busybox_fix.patch

index e8e9472fa5a6668550c1d9d9ccd60c391d83adf8..73e15ef4890e5e517d64473d8e0a2b592ae7ec54 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=debootstrap
-PKG_VERSION:=1.0.48
+PKG_VERSION:=1.0.55
 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:=fae3ba2258e41e17bcb77bbe84d26b2e
+PKG_MD5SUM:=f01432f4d7c193ac7a868416ace41bad
 
 UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf -
 
index 4175ee88875c914c1c104417155c304e9b9df2a7..3c26f08ea896110ce599b54f2cfbed7742c8f776 100644 (file)
@@ -1,6 +1,6 @@
 --- a/usr/share/debootstrap/functions
 +++ b/usr/share/debootstrap/functions
-@@ -838,8 +838,6 @@ choose_extractor () {
+@@ -840,8 +840,6 @@ choose_extractor () {
  
        if [ -n "$EXTRACTOR_OVERRIDE" ]; then
                extractor="$EXTRACTOR_OVERRIDE"