wok-6.x diff busybox/receipt @ rev 19622

Up busybox (1.26.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 11 10:36:15 2017 +0100 (2017-01-11)
parents e899d0ad6fde
children 1bf436c396bc
line diff
     1.1 --- a/busybox/receipt	Sun Jan 08 14:40:47 2017 +0100
     1.2 +++ b/busybox/receipt	Wed Jan 11 10:36:15 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox"
     1.7 -VERSION="1.23.2"
     1.8 +VERSION="1.26.2"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -13,7 +13,7 @@
    1.13  
    1.14  DEPENDS="slitaz-base-files glibc-base ncurses-common"
    1.15  BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486 \
    1.16 -musl-libc-dev dietlibc"
    1.17 +musl-libc-dev dietlibc gettext-tools"
    1.18  
    1.19  CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf \
    1.20  /etc/resolv.conf /etc/httpd.conf"
    1.21 @@ -37,7 +37,6 @@
    1.22  stat.u
    1.23  ris.u
    1.24  zmodules.u
    1.25 -printable.u
    1.26  cmdline.u
    1.27  diff.u
    1.28  diet.u
    1.29 @@ -45,8 +44,8 @@
    1.30  fbvnc.u
    1.31  cpio.u
    1.32  ftpd.u
    1.33 -dpkgxz.u
    1.34  shutdown.u
    1.35 +scriptreplay.u
    1.36  EOT
    1.37      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    1.38  }
    1.39 @@ -170,7 +169,6 @@
    1.40  		grep -qi config_$i=y $stuff/$PACKAGE-${VERSION%.*}.config &&
    1.41  		ln -s daemon $fs/etc/init.d/$i
    1.42  	done
    1.43 -	rm $fs/linuxrc
    1.44  	mkdir -p $fs/etc/modprobe.d
    1.45  
    1.46  	# Udhcpc stuff.