[packages] debootstrap: update to v1.0.42 (#11818)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32650 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f72ce63495
commit
01657be039
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user