wok-tiny diff busybox/receipt @ rev 126

Update config_form()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 19:39:46 2017 +0100 (2017-02-12)
parents f04e6a2d1224
children 395df81fd01f
line diff
     1.1 --- a/busybox/receipt	Mon Dec 26 16:37:28 2016 +0100
     1.2 +++ b/busybox/receipt	Sun Feb 12 19:39:46 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox"
     1.7 -VERSION="1.18.4"
     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 @@ -28,9 +28,16 @@
    1.13  stat.u
    1.14  ris.u
    1.15  zmodules.u
    1.16 -printable.u
    1.17  cmdline.u
    1.18 -conspy.u
    1.19 +diff.u
    1.20 +diet.u
    1.21 +losetup.u
    1.22 +fbvnc.u
    1.23 +cpio.u
    1.24 +ftpd.u
    1.25 +shutdown.u
    1.26 +scriptreplay.u
    1.27 +bug9471.u
    1.28  EOT
    1.29      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    1.30      var="CONFIG_CROSS_COMPILER_PREFIX"
    1.31 @@ -122,6 +129,7 @@
    1.32  	rootfs/etc/init.d/*.sh
    1.33      sed -i 's/^#.*//;/^$/d' rootfs/etc/*.conf rootfs/etc/*tab \
    1.34  	rootfs/etc/profile rootfs/etc/securetty rootfs/etc/shells
    1.35 +    find rootfs -exec touch -r rootfs {} \;
    1.36      ( cd rootfs ; find | cpio -o -H newc ) > rootfs.cpio
    1.37      du -h rootfs.cpio
    1.38