# HG changeset patch # User Pascal Bellard # Date 1215804980 0 # Node ID 48fcd57238619846a34673fb93c57d4d82a6951b # Parent b542377f2a39b69628366a6165b711e4899aef24 busybox: back to 1.10.3 (cpio in 1.11.0 can't unpack rootfs.gz) diff -r b542377f2a39 -r 48fcd5723861 busybox/receipt --- a/busybox/receipt Fri Jul 11 15:12:13 2008 +0000 +++ b/busybox/receipt Fri Jul 11 19:36:20 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox" -VERSION="1.11.0" +VERSION="1.10.3" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" @@ -18,12 +18,17 @@ while read file; do patch -p1 < ../stuff/$file || return 1 done <