mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:53:09 +02:00
update busybox to 1.8.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9625 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f1526debb1
commit
536ce44dff
@ -9,13 +9,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=busybox
|
PKG_NAME:=busybox
|
||||||
PKG_VERSION:=1.8.1
|
PKG_VERSION:=1.8.2
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
|
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
|
||||||
http://distfiles.gentoo.org/distfiles/
|
http://distfiles.gentoo.org/distfiles/
|
||||||
PKG_MD5SUM:=c54554851d989328654a3eeab915a04f
|
PKG_MD5SUM:=5794c6187c7cc8176c52b96af9bf2478
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
diff -Naur a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
|
|
||||||
--- a/archival/libunarchive/decompress_unzip.c 2007-11-10 02:40:48.000000000 +0100
|
|
||||||
+++ b/archival/libunarchive/decompress_unzip.c 2007-11-12 02:34:43.000000000 +0100
|
|
||||||
@@ -1178,6 +1178,7 @@
|
|
||||||
ALLOC_STATE;
|
|
||||||
bytebuffer_max = 0x8000;
|
|
||||||
bytebuffer = xmalloc(bytebuffer_max);
|
|
||||||
+ gunzip_src_fd = in;
|
|
||||||
|
|
||||||
again:
|
|
||||||
if (!check_header_gzip(PASS_STATE_ONLY)) {
|
|
Loading…
Reference in New Issue
Block a user