# HG changeset patch # User Pascal Bellard # Date 1422374103 -3600 # Node ID 30cc6214b5bdbd052c3829af5e0ca05f0f7f7d5f # Parent 1bc35c002ae01f235adba649e756a3dfe36d2720 Up busybox (1.23.1) diff -r 1bc35c002ae0 -r 30cc6214b5bd busybox-boot/receipt --- a/busybox-boot/receipt Tue Jan 27 15:44:44 2015 +0100 +++ b/busybox-boot/receipt Tue Jan 27 16:55:03 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-boot" -VERSION="1.23.0" +VERSION="1.23.1" CATEGORY="base-system" SHORT_DESC="Many common UNIX utilities for core-5in1/boot flavor." MAINTAINER="pascal.bellard@slitaz.org" diff -r 1bc35c002ae0 -r 30cc6214b5bd busybox-pam/receipt --- a/busybox-pam/receipt Tue Jan 27 15:44:44 2015 +0100 +++ b/busybox-pam/receipt Tue Jan 27 16:55:03 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-pam" -VERSION="1.23.0" +VERSION="1.23.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r 1bc35c002ae0 -r 30cc6214b5bd busybox-slish/receipt --- a/busybox-slish/receipt Tue Jan 27 15:44:44 2015 +0100 +++ b/busybox-slish/receipt Tue Jan 27 16:55:03 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-slish" -VERSION="1.23.0" +VERSION="1.23.1" SOURCE="busybox" CATEGORY="base-system" SHORT_DESC="Busybox for SlisH basic chroot." diff -r 1bc35c002ae0 -r 30cc6214b5bd busybox-static/receipt --- a/busybox-static/receipt Tue Jan 27 15:44:44 2015 +0100 +++ b/busybox-static/receipt Tue Jan 27 16:55:03 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-static" -VERSION="1.23.0" +VERSION="1.23.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r 1bc35c002ae0 -r 30cc6214b5bd busybox/receipt --- a/busybox/receipt Tue Jan 27 15:44:44 2015 +0100 +++ b/busybox/receipt Tue Jan 27 16:55:03 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox" -VERSION="1.23.0" +VERSION="1.23.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r 1bc35c002ae0 -r 30cc6214b5bd busybox/stuff/busybox-1.23-ftpd.u --- a/busybox/stuff/busybox-1.23-ftpd.u Tue Jan 27 15:44:44 2015 +0100 +++ b/busybox/stuff/busybox-1.23-ftpd.u Tue Jan 27 16:55:03 2015 +0100 @@ -40,7 +40,7 @@ if (opts & (OPT_l|OPT_1)) { /* Our secret backdoor to ls */ /* TODO: pass --group-directories-first? would be nice, but ls doesn't do that yet */ -@@ -1188,7 +1190,8 @@ +@@ -1193,7 +1195,8 @@ signal(SIGALRM, timeout_handler); #if ENABLE_FEATURE_FTP_AUTHENTICATION @@ -50,7 +50,7 @@ struct passwd *pw = NULL; while (1) { -@@ -1211,8 +1214,9 @@ +@@ -1216,8 +1219,9 @@ } } change_identity(pw); diff -r 1bc35c002ae0 -r 30cc6214b5bd ssfs-busybox/receipt --- a/ssfs-busybox/receipt Tue Jan 27 15:44:44 2015 +0100 +++ b/ssfs-busybox/receipt Tue Jan 27 16:55:03 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ssfs-busybox" -VERSION="1.23.0" +VERSION="1.23.1" CATEGORY="base-system" SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot." MAINTAINER="pankso@slitaz.org"