From a5f97bb41ca46eb493070328566a32e4314bdbb0 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 9 Feb 2011 09:00:47 -0300 Subject: busybox: bump to version 1.18.3 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch (limited to 'package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch') diff --git a/package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch b/package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch deleted file mode 100644 index 5d5f721b7..000000000 --- a/package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- busybox-1.18.2/archival/tar.c -+++ busybox-1.18.2-tar/archival/tar.c -@@ -1037,8 +1037,10 @@ int tar_main(int argc UNUSED_PARAM, char - tar_handle->src_fd = tar_fd; - tar_handle->seek = seek_by_read; - } else { -- if (ENABLE_FEATURE_TAR_AUTODETECT && flags == O_RDONLY) { -- get_header_ptr = get_header_tar; -+ if (ENABLE_FEATURE_TAR_AUTODETECT -+ && flags == O_RDONLY -+ && get_header_ptr == get_header_tar -+ ) { - tar_handle->src_fd = open_zipped(tar_filename); - if (tar_handle->src_fd < 0) - bb_perror_msg_and_die("can't open '%s'", tar_filename); -- cgit v1.2.3