wok-6.x rev 19996
Up busybox (1.27.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 22 18:55:04 2017 +0200 (2017-07-22) |
parents | ee7f2d5d32f9 |
children | 4bb6570b3245 |
files | busybox-boot/receipt busybox-pam/receipt busybox-static/receipt busybox/receipt busybox/stuff/busybox-1.27-ash.u ssfs-busybox/receipt |
line diff
1.1 --- a/busybox-boot/receipt Sat Jul 22 12:34:30 2017 +0200 1.2 +++ b/busybox-boot/receipt Sat Jul 22 18:55:04 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="busybox-boot" 1.7 -VERSION="1.26.2" 1.8 +VERSION="1.27.1" 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 Sat Jul 22 12:34:30 2017 +0200 2.2 +++ b/busybox-pam/receipt Sat Jul 22 18:55:04 2017 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="busybox-pam" 2.7 -VERSION="1.26.2" 2.8 +VERSION="1.27.1" 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 Sat Jul 22 12:34:30 2017 +0200 3.2 +++ b/busybox-static/receipt Sat Jul 22 18:55:04 2017 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="busybox-static" 3.7 -VERSION="1.26.2" 3.8 +VERSION="1.27.1" 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 Sat Jul 22 12:34:30 2017 +0200 4.2 +++ b/busybox/receipt Sat Jul 22 18:55:04 2017 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="busybox" 4.7 -VERSION="1.26.2" 4.8 +VERSION="1.27.1" 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 @@ -43,11 +43,10 @@ 4.13 losetup.u 4.14 fbvnc.u 4.15 cpio.u 4.16 -ftpd.u 4.17 shutdown.u 4.18 scriptreplay.u 4.19 -bug9471.u 4.20 mkfs_vfat.u 4.21 +ash.u 4.22 EOT 4.23 cp $stuff/$PACKAGE-${VERSION%.*}.config .config 4.24 }
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/busybox/stuff/busybox-1.27-ash.u Sat Jul 22 18:55:04 2017 +0200 5.3 @@ -0,0 +1,22 @@ 5.4 +Some SliTaz scripts (cook) need that... 5.5 +--- busybox-1.27/shell/ash.c 5.6 ++++ busybox-1.27/shell/ash.c 5.7 +@@ -12632,7 +12632,8 @@ 5.8 + if (strchr(name, '/')) 5.9 + return name; 5.10 + 5.11 +- while ((fullname = path_advance(&path, name)) != NULL) { 5.12 ++ fullname = name; /* search in . first */ 5.13 ++ do { 5.14 + if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) { 5.15 + /* 5.16 + * Don't bother freeing here, since it will 5.17 +@@ -12642,7 +12643,7 @@ 5.18 + } 5.19 + if (fullname != name) 5.20 + stunalloc(fullname); 5.21 +- } 5.22 ++ } while ((fullname = path_advance(&path, name)) != NULL); 5.23 + 5.24 + /* not found in the PATH */ 5.25 + ash_msg_and_raise_error("%s: not found", name);
6.1 --- a/ssfs-busybox/receipt Sat Jul 22 12:34:30 2017 +0200 6.2 +++ b/ssfs-busybox/receipt Sat Jul 22 18:55:04 2017 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="ssfs-busybox" 6.7 -VERSION="1.26.2" 6.8 +VERSION="1.27.1" 6.9 CATEGORY="base-system" 6.10 SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot." 6.11 MAINTAINER="pankso@slitaz.org"