[Aboriginal] Oy I am behind.

Denys Vlasenko vda.linux at googlemail.com
Mon Oct 19 05:50:59 PDT 2015


On Tue, Oct 13, 2015 at 5:16 AM, Rob Landley <rob at landley.net> wrote:
> On 10/12/2015 06:48 PM, Denys Vlasenko wrote:
>> On Wed, Aug 26, 2015 at 9:40 AM, Rob Landley <rob at landley.net> wrote:
>>> And that's on top of the nommu support stuff I've been doing for $DAYJOB...
>>
>> Rob, please note that hush had a nommu bug discovered recently.
>
> Sigh. Ok, updating to current busybox.
>
>> Testcase is a bit convoluted:
>>
>> func()
>> {
>>        while read p; do echo "$p"; done
>> }
>> pipe_to_func()
>> {
>>        # We had a NOMMU bug which caused "echo Ok |" part to be lost
>>        echo Ok | func
>> }
>> pipe_to_func | cat
>> echo $?
>>
>> And also, there is an embarrassing simple bug: "umask N"
>> actually sets umask ~N.
>>
>> I released busybox-1.24.0 with both fixed.
>
> Updating broke
> http://landley.net/hg/aboriginal/file/tip/sources/patches/busybox-ftpd.patch
> which looks like it's still needed...

Will go into 1.24.1

http://busybox.net/downloads/fixes-1.24.0/busybox-1.24.0-ftpd.patch



More information about the Aboriginal mailing list