Skip to content

Commit

Permalink
Make busybox 1.20.2 default
Browse files Browse the repository at this point in the history
Fixes opencomputeproject#47

1.20.0 has a nasty bug, which is fixed in 1.20.2:

https://bugs.busybox.net/show_bug.cgi?id=5282

  Result of variable substitution in right hand side of I/O
  redirection causes trailing garbage byte.

Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
Nikolay Shopik authored and Curt Brune committed Oct 9, 2014
1 parent 0183a40 commit 07d7fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-config/make/busybox.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This is a makefile fragment that defines the build of busybox
#

BUSYBOX_VERSION = 1.20.0
BUSYBOX_VERSION = 1.20.2
BUSYBOX_TARBALL = busybox-$(BUSYBOX_VERSION).tar.bz2
BUSYBOX_TARBALL_URLS += $(ONIE_MIRROR) http://www.busybox.net/downloads
BUSYBOX_BUILD_DIR = $(MBUILDDIR)/busybox
Expand Down
1 change: 1 addition & 0 deletions upstream/busybox-1.20.2.tar.bz2.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dd2e3684b13c0071d480e97b569041e69538e798 busybox-1.20.2.tar.bz2

0 comments on commit 07d7fbe

Please sign in to comment.