From: Luka Perkov Date: Mon, 26 May 2014 18:23:38 +0000 (+0000) Subject: [packages] debootstrap: bump version to 1.0.60~bpo70+1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=afdf1c262ceead6500ef25f04a1992984581fe1b [packages] debootstrap: bump version to 1.0.60~bpo70+1 Signed-off-by: Daniel Golle SVN-Revision: 40863 --- diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 10e41fac00..ad3f8fff1c 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.55~bpo70+1 +PKG_VERSION:=1.0.60~bpo70+1 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:=86b1cce6350b7beb85d1c5c6fe6910a6 +PKG_MD5SUM:=6d4e3b97981b9e0bb86f49d8edac91af UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf - diff --git a/admin/debootstrap/patches/100-busybox_fix.patch b/admin/debootstrap/patches/100-busybox_fix.patch index 3c26f08ea8..5e8db05706 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 -@@ -840,8 +840,6 @@ choose_extractor () { +@@ -859,8 +859,6 @@ choose_extractor () { if [ -n "$EXTRACTOR_OVERRIDE" ]; then extractor="$EXTRACTOR_OVERRIDE"