diff --git a/base/busybox/busybox.desc b/base/busybox/busybox.desc index c5602bbcf..48ce9887e 100644 --- a/base/busybox/busybox.desc +++ b/base/busybox/busybox.desc @@ -30,7 +30,14 @@ [L] GPL [S] Stable -[V] 1.14.4 +[V] 1.15.2 [P] X -?---5---9 102.001 -[D] 3796671093 busybox-1.14.4.tar.bz2 http://busybox.net/downloads/ +[D] 3243190136 busybox-1.15.2.tar.bz2 http://busybox.net/downloads/ +[D] 2948574288 busybox-1.15.2-ash.patch http://busybox.net/downloads/fixes-1.15.2/ +[D] 3657889363 busybox-1.15.2-awk.patch http://busybox.net/downloads/fixes-1.15.2/ +[D] 1502938620 busybox-1.15.2-buildsys.patch http://busybox.net/downloads/fixes-1.15.2/ +[D] 3349941022 busybox-1.15.2-flash.patch http://busybox.net/downloads/fixes-1.15.2/ +[D] 3188596423 busybox-1.15.2-grep.patch http://busybox.net/downloads/fixes-1.15.2/ +[D] 2642409297 busybox-1.15.2-ping.patch http://busybox.net/downloads/fixes-1.15.2/ +[D] 663590546 busybox-1.15.2-split.patch http://busybox.net/downloads/fixes-1.15.2/ diff --git a/base/busybox/linuxrc-location.patch b/base/busybox/linuxrc-location.patch index d3dd6b4f3..a6356109e 100644 --- a/base/busybox/linuxrc-location.patch +++ b/base/busybox/linuxrc-location.patch @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../busybox/linuxrc-location.patch -# Copyright (C) 2007 - 2008 The OpenSDE Project +# Copyright (C) 2007 - 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -15,14 +15,14 @@ # version. # --- SDE-COPYRIGHT-NOTE-END --- ---- ./include/applets.h.orig 2008-07-17 09:08:12.000000000 +0000 -+++ ./include/applets.h 2008-07-17 09:08:40.000000000 +0000 -@@ -215,7 +215,7 @@ - USE_LESS(APPLET(less, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) - USE_SETARCH(APPLET_ODDNAME(linux32, setarch, _BB_DIR_BIN, _BB_SUID_NEVER, linux32)) - USE_SETARCH(APPLET_ODDNAME(linux64, setarch, _BB_DIR_BIN, _BB_SUID_NEVER, linux64)) --USE_FEATURE_INITRD(APPLET_ODDNAME(linuxrc, init, _BB_DIR_ROOT, _BB_SUID_NEVER, linuxrc)) -+USE_FEATURE_INITRD(APPLET_ODDNAME(linuxrc, init, _BB_DIR_SBIN, _BB_SUID_NEVER, linuxrc)) - USE_LN(APPLET_NOEXEC(ln, ln, _BB_DIR_BIN, _BB_SUID_NEVER, ln)) - USE_LOAD_POLICY(APPLET(load_policy, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) - USE_LOADFONT(APPLET(loadfont, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) +--- ./include/applets.h.orig 2009-09-26 09:14:57.000000000 -0400 ++++ ./include/applets.h 2009-12-08 15:45:18.100006521 -0500 +@@ -228,7 +228,7 @@ + IF_LESS(APPLET(less, _BB_DIR_USR_BIN, _BB_SUID_DROP)) + IF_SETARCH(APPLET_ODDNAME(linux32, setarch, _BB_DIR_BIN, _BB_SUID_DROP, linux32)) + IF_SETARCH(APPLET_ODDNAME(linux64, setarch, _BB_DIR_BIN, _BB_SUID_DROP, linux64)) +-IF_FEATURE_INITRD(APPLET_ODDNAME(linuxrc, init, _BB_DIR_ROOT, _BB_SUID_DROP, linuxrc)) ++IF_FEATURE_INITRD(APPLET_ODDNAME(linuxrc, init, _BB_DIR_SBIN, _BB_SUID_DROP, linuxrc)) + IF_LN(APPLET_NOEXEC(ln, ln, _BB_DIR_BIN, _BB_SUID_DROP, ln)) + IF_LOAD_POLICY(APPLET(load_policy, _BB_DIR_USR_SBIN, _BB_SUID_DROP)) + IF_LOADFONT(APPLET(loadfont, _BB_DIR_USR_SBIN, _BB_SUID_DROP))