From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id D35143858C53 for ; Fri, 20 Jan 2023 00:27:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D35143858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id IaUHpE908c9C4IfFEpYXhx; Fri, 20 Jan 2023 00:27:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1674174420; bh=fXiSHdu+IjIJlkpCNQBpjX52h3CBxxLvH3ADdXlq6zw=; h=Date:Reply-To:Subject:To:References:From:In-Reply-To; b=LqqR3if95lqAY5F61MGWEzfs+P41425ybf1TUfm6nkHK7ANlm8RFUaEO+0BbFxvpH YRWq2B2Ij0TzMUPq4c6W9TKyiO3MkthGhPaL00lK7qrHi7laWOdHF0WTfEgiOVWgQt 5cNzd1nPVAvN8R4+BFUC5u8DPm2avmV9vANmCrS2oM8g1ZPi5a3xnO0twASKEm7nNa 1jSMRKJR3y3Z1fYXjLqLmSZ/d9FH73UJNGBZg/dimaR4vDEoQOnTgYMA7vuSAsUUbo UxwPOZ0Ui8lVs8J2J/5t68UvMbbaLOJkqIk/qGjGe6L67ap1H3JF6KOT+VZexHvlHR k0LWwunEj9SlQ== Received: from [10.0.0.5] ([184.64.124.72]) by cmsmtp with ESMTP id IfFDpqzesyAOeIfFEpaaeX; Fri, 20 Jan 2023 00:27:00 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=63c9dfd4 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=LNsBuoBJ8BvZ7LKXKycA:9 a=QEXdDO2ut3YA:10 a=Xy1frU_iiY8A:10 a=muGb7Jkpa3wA:10 a=4HEiIsOhGckA:10 a=-ukEekaqFAUA:10 a=yczbOVMIybcA:10 a=ItBvRwrPtTcA:10 a=hedhHLgAW90A:10 a=GNUBElM5C2wA:10 a=sRI3_1zDfAgwuvI8zelB:22 Message-ID: <8216283e-2158-d136-11bc-ed020f5161ba@Shaw.ca> Date: Thu, 19 Jan 2023 17:26:59 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Reply-To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] cygwin 3.4.5-1 Content-Language: en-CA To: cygwin@cygwin.com References: From: Brian Inglis Organization: Inglis In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfBSr8I94fIDcPyj0aBcbUTyTkdWSLLElp3REnfBnSjLM4kfmcrTIB0dQFMvchv5cn+0BWboTSbyqsIbqb1R2CGvVdp7ufedxZe93hdkl+pv+IvYytfz2 /f+jbadErcZJoRuDXAVApGc9xYc1j2PPWgK1WtUwwcYJ3mAOfQI4wO29GEXHQ//j6AC2UJGu3v5VOA== X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP 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: On 2023-01-19 13:16, Corinna Vinschen via Cygwin wrote: > The following packages have been uploaded to the Cygwin distribution: > * cygwin-3.4.5-1 > * cygwin-devel-3.4.5-1 > * cygwin-doc-3.4.5-1 > The 3.4.4 release had to be skipped for technical reasons. > Bug Fixes > --------- > - Fix an uninitialized variable having weird side-effects in path handling. > Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252734.html > - Fix hang-up of less on quit which occurs when it is started from non-cygwin > shell and window is resized. > Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252737.html > - Reinstantiate exporting _alloca. > Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252797.html > - Avoid hangs when reading /proc//status. > Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252756.html > - Fix vmstat(1) printing an error message on single core CPUs. > Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252857.html > - Fix potential process termination during process initialization. > Most easily reproducible is the case of non-Cygwin processes running > with high-entropy VA enabled and loading the Cygwin DLL dynamically. > Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252765.html > https://cygwin.com/pipermail/cygwin/2023-January/252865.html > - Fix a build problem breaking cygcheck and strace. > Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252894.html Looking much better - installed and surviving a couple of cygcheck loops still running, ncurses build completed no issues, curl build and tests ongoing, top running, cron jobs continuing, X clients running under server - no issues so far. Will push ncurses build to Scallywag to see if those errors are gone. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry