wok 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 13031b3df5bb
children 7cac2000f709
files busybox-boot/receipt busybox-pam/receipt busybox-static/receipt busybox/receipt busybox/stuff/busybox-1.26.config ssfs-busybox/receipt
line diff
     1.1 --- a/busybox-boot/receipt	Tue Jan 10 16:46:56 2017 +0100
     1.2 +++ b/busybox-boot/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-boot"
     1.7 -VERSION="1.23.2"
     1.8 +VERSION="1.26.2"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Many common UNIX utilities for core-5in1/boot flavor."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/busybox-pam/receipt	Tue Jan 10 16:46:56 2017 +0100
     2.2 +++ b/busybox-pam/receipt	Wed Jan 11 10:36:15 2017 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="busybox-pam"
     2.7 -VERSION="1.23.2"
     2.8 +VERSION="1.26.2"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/busybox-static/receipt	Tue Jan 10 16:46:56 2017 +0100
     3.2 +++ b/busybox-static/receipt	Wed Jan 11 10:36:15 2017 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="busybox-static"
     3.7 -VERSION="1.23.2"
     3.8 +VERSION="1.26.2"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
     4.1 --- a/busybox/receipt	Tue Jan 10 16:46:56 2017 +0100
     4.2 +++ b/busybox/receipt	Wed Jan 11 10:36:15 2017 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="busybox"
     4.7 -VERSION="1.23.2"
     4.8 +VERSION="1.26.2"
     4.9  CATEGORY="base-system"
    4.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -13,7 +13,7 @@
    4.13  
    4.14  DEPENDS="slitaz-base-files glibc-base ncurses-common"
    4.15  BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486 \
    4.16 -musl-libc-dev dietlibc"
    4.17 +musl-libc-dev dietlibc gettext-tools"
    4.18  
    4.19  CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf \
    4.20  /etc/resolv.conf /etc/httpd.conf"
    4.21 @@ -37,7 +37,6 @@
    4.22  stat.u
    4.23  ris.u
    4.24  zmodules.u
    4.25 -printable.u
    4.26  cmdline.u
    4.27  diff.u
    4.28  diet.u
    4.29 @@ -45,8 +44,8 @@
    4.30  fbvnc.u
    4.31  cpio.u
    4.32  ftpd.u
    4.33 -dpkgxz.u
    4.34  shutdown.u
    4.35 +scriptreplay.u
    4.36  EOT
    4.37      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    4.38  }
    4.39 @@ -170,7 +169,6 @@
    4.40  		grep -qi config_$i=y $stuff/$PACKAGE-${VERSION%.*}.config &&
    4.41  		ln -s daemon $fs/etc/init.d/$i
    4.42  	done
    4.43 -	rm $fs/linuxrc
    4.44  	mkdir -p $fs/etc/modprobe.d
    4.45  
    4.46  	# Udhcpc stuff.
     5.1 --- a/busybox/stuff/busybox-1.26.config	Tue Jan 10 16:46:56 2017 +0100
     5.2 +++ b/busybox/stuff/busybox-1.26.config	Wed Jan 11 10:36:15 2017 +0100
     5.3 @@ -160,8 +160,8 @@
     5.4  CONFIG_GZIP_FAST=0
     5.5  # CONFIG_FEATURE_GZIP_LEVELS is not set
     5.6  # CONFIG_LZOP is not set
     5.7 -CONFIG_UNLZOP=y
     5.8 -CONFIG_LZOPCAT=y
     5.9 +# CONFIG_UNLZOP is not set
    5.10 +# CONFIG_LZOPCAT is not set
    5.11  # CONFIG_LZOP_COMPR_HIGH is not set
    5.12  CONFIG_RPM=y
    5.13  CONFIG_RPM2CPIO=y
     6.1 --- a/ssfs-busybox/receipt	Tue Jan 10 16:46:56 2017 +0100
     6.2 +++ b/ssfs-busybox/receipt	Wed Jan 11 10:36:15 2017 +0100
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="ssfs-busybox"
     6.7 -VERSION="1.23.2"
     6.8 +VERSION="1.26.2"
     6.9  CATEGORY="base-system"
    6.10  SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot."
    6.11  MAINTAINER="pankso@slitaz.org"