# HG changeset patch # User Pascal Bellard # Date 1484127375 -3600 # Node ID 9c81bcc2a3b75d558db7d1a061cda518b198bc3c # Parent 13031b3df5bbca7a4302e044b6abcdc7f7bc24b5 Up busybox (1.26.2) diff -r 13031b3df5bb -r 9c81bcc2a3b7 busybox-boot/receipt --- a/busybox-boot/receipt Tue Jan 10 16:46:56 2017 +0100 +++ b/busybox-boot/receipt Wed Jan 11 10:36:15 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-boot" -VERSION="1.23.2" +VERSION="1.26.2" CATEGORY="base-system" SHORT_DESC="Many common UNIX utilities for core-5in1/boot flavor." MAINTAINER="pascal.bellard@slitaz.org" diff -r 13031b3df5bb -r 9c81bcc2a3b7 busybox-pam/receipt --- a/busybox-pam/receipt Tue Jan 10 16:46:56 2017 +0100 +++ b/busybox-pam/receipt Wed Jan 11 10:36:15 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-pam" -VERSION="1.23.2" +VERSION="1.26.2" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r 13031b3df5bb -r 9c81bcc2a3b7 busybox-static/receipt --- a/busybox-static/receipt Tue Jan 10 16:46:56 2017 +0100 +++ b/busybox-static/receipt Wed Jan 11 10:36:15 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-static" -VERSION="1.23.2" +VERSION="1.26.2" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r 13031b3df5bb -r 9c81bcc2a3b7 busybox/receipt --- a/busybox/receipt Tue Jan 10 16:46:56 2017 +0100 +++ b/busybox/receipt Wed Jan 11 10:36:15 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox" -VERSION="1.23.2" +VERSION="1.26.2" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" @@ -13,7 +13,7 @@ DEPENDS="slitaz-base-files glibc-base ncurses-common" BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486 \ -musl-libc-dev dietlibc" +musl-libc-dev dietlibc gettext-tools" CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf \ /etc/resolv.conf /etc/httpd.conf" @@ -37,7 +37,6 @@ stat.u ris.u zmodules.u -printable.u cmdline.u diff.u diet.u @@ -45,8 +44,8 @@ fbvnc.u cpio.u ftpd.u -dpkgxz.u shutdown.u +scriptreplay.u EOT cp $stuff/$PACKAGE-${VERSION%.*}.config .config } @@ -170,7 +169,6 @@ grep -qi config_$i=y $stuff/$PACKAGE-${VERSION%.*}.config && ln -s daemon $fs/etc/init.d/$i done - rm $fs/linuxrc mkdir -p $fs/etc/modprobe.d # Udhcpc stuff. diff -r 13031b3df5bb -r 9c81bcc2a3b7 busybox/stuff/busybox-1.26.config --- a/busybox/stuff/busybox-1.26.config Tue Jan 10 16:46:56 2017 +0100 +++ b/busybox/stuff/busybox-1.26.config Wed Jan 11 10:36:15 2017 +0100 @@ -160,8 +160,8 @@ CONFIG_GZIP_FAST=0 # CONFIG_FEATURE_GZIP_LEVELS is not set # CONFIG_LZOP is not set -CONFIG_UNLZOP=y -CONFIG_LZOPCAT=y +# CONFIG_UNLZOP is not set +# CONFIG_LZOPCAT is not set # CONFIG_LZOP_COMPR_HIGH is not set CONFIG_RPM=y CONFIG_RPM2CPIO=y diff -r 13031b3df5bb -r 9c81bcc2a3b7 ssfs-busybox/receipt --- a/ssfs-busybox/receipt Tue Jan 10 16:46:56 2017 +0100 +++ b/ssfs-busybox/receipt Wed Jan 11 10:36:15 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ssfs-busybox" -VERSION="1.23.2" +VERSION="1.26.2" CATEGORY="base-system" SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot." MAINTAINER="pankso@slitaz.org"