From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by sourceware.org (Postfix) with ESMTPS id 009473858D38 for ; Mon, 12 Feb 2024 18:42:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 009473858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=t-online.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 009473858D38 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=194.25.134.80 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707763371; cv=none; b=WWijfpYyOmGpqtv3WMzF84dxQIbQl9RyT8djkOGq3YyirwgpbbiXZHoRuI14vhCweDDXraYat2puvOsr9ENQir/n4XzNmCKOtWHYxMv8QsmwKqre58ISUelhq0dn1sW2XALl+r1BT3ln23770NrFZPm933sDGfuXrN/I19ykm/g= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707763371; c=relaxed/simple; bh=KxzlZaXikd6as01+huEf47KGFzJI/4AkR8nvZllQ7fA=; h=To:From:Subject:Message-ID:Date:MIME-Version; b=AaQgNYpm7RnCF9sq7rv6AYfXsh2kyWebwr//BjR7zj7VYWOInCKPeeQvo2IalKvRs/b0KqWwT6p3yR90QuvjERxDSWA+f6EVLz15lOdvQY0+sSwZBzAQ75CYZJWOzFY0B9GIL6JLJ/kF/uPdhI57CNtLqX/75CcenKYAc2RdOzQ= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fwd70.aul.t-online.de (fwd70.aul.t-online.de [10.223.144.96]) by mailout01.t-online.de (Postfix) with SMTP id EAC262D0A4 for ; Mon, 12 Feb 2024 19:42:35 +0100 (CET) Received: from [192.168.2.101] ([91.57.252.188]) by fwd70.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rZbGD-35ozFA0; Mon, 12 Feb 2024 19:42:33 +0100 To: cygwin-announce@cygwin.com From: Christian Franke Subject: busybox 1.36.1-2 Message-ID: Date: Mon, 12 Feb 2024 19:42:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-TOI-EXPURGATEID: 150726::1707763353-32FFA937-1AEDE645/0/0 CLEAN NORMAL X-TOI-MSGID: 4d22d100-18ad-491a-ab01-14e151e0767b X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * busybox-1.36.1-2 * busybox-standalone-1.36.1-2 * busybox-doc-1.36.1-2 BusyBox combines tiny versions of many (un)common utilities into a single executable. It is still smaller than bash. https://busybox.net/about.html This is a bugfix release. Changes since the last Cygwin package 1.36.1-1: - Applied an upstream fix for SIGWINCH and SIGCHLD. This (at least) prevents that the BusyBox shell rewrites the prompt after each resize of the Windows console. - Fixed various issues if 'sleep' is run from the BusyBox shell. - Enabled function 'rev'. The source package supports reproducible builds if used with cygport 0.36.8-1 or later. Regards, Christian