From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5173A389681E for ; Tue, 18 May 2021 08:17:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5173A389681E DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05947389441F DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 80762385782B X-Mailbox-Line: From cygwin-announce-rebase-4.5.0-1 Tue May 18 10:12:08 2021 To: cygwin@cygwin.com Date: Tue, 18 May 2021 10:12:08 +0200 Message-Id: Subject: [ANNOUNCEMENT] rebase 4.5.0-1 X-Provags-ID: V03:K1:gbnjuxXdJckRtRFjRVb87iv0n/qHLCJWqXtloDFfJHNPSH+J89Q TAFnZzrkhV/1An7GHfU8V58uPBoBUzjjlVfuKzDx623PogHBThVC3ZCqZVzfisOoGFHpgJw 75vf0nXeqBArt4a5ZUuHdpkF8R4VY+g14Bm41L+lFI84a/lWGqPun8ILaZt9eZIP4nCckRN d9eSJlNl/hHppPY3gtZAg== X-UI-Out-Filterresults: notjunk:1;V03:K0:1rlcJn6k3EQ=:ZpsjcqIZRDxVEV4nIpkZjB tsHSiYomkwCmkRs7b8X9XTa/VEmlU2vCWKlMIrt2QTrtwyjBRm/NPlOO6r1NA8Rlk/xTKIUtB HdBLj1fcVtjPKC94lmii9kSMK4TZ5ExTAWlls+KkEW4diaXFxH5wba37SKbs8UOftsA8HIuRE jwuzZjS0slNKG80yTrzjuhEpg0xkpatoOAYVyEKt4YJOXW6XaN1aSr2ILmMBLV7PXIOLvCf7o 2BCJQ8UsI+ilujOP5FepYk+jmQfrt4L1FoGbTNFgIousu8Wwc3dn5ntXTyWzcyniQiPcyT5A+ K9Lq/AW0KWXF+ttH/8fz0/3khJR8/o9cXGzZI9vY0JXoQyzNswiFL4X+3Z3V2aFqo72TX+DRu QNGz8M/Ag/Vn9oMVBecMyIumStFX6Rsts2stMDY6T8O7FmNPN8qzNz+jBLcaffW1cz5GN4uZK U2OKqu8syKK5pTIVe+wpULCtsqdwxm/jDp+U+zuY4vVwOjpM3647isO6YxSlijSmUe829LegN l+8XWywNNJg/iCnsAYP8ZY= X-Spam-Status: No, score=-99.0 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Corinna Vinschen via Cygwin-announce Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 08:17:48 -0000 The following packages have been uploaded to the Cygwin distribution: * rebase-4.5.0-1 This package contains the Cygwin rebase utilities. Use rebase for specific DLLs or rebaseall for all DLLs installed by Cygwin's setup.exe. What's new: - Introduce --merge-files (-M) flag. The --merge-files flag is to update the database for new files, without performing a rebase. The file names provided should have been rebased using the --oblivious flag just before. - Introduce --high-entropy-va (-e) flag. This flag allows for setting, clearing, and displaying the value of the "high entropy va" dll characteristics flag, which is required to indicate that a DLL is 64 bit ASLR clean. - The --verbose option now prints a reason why rebase is necessary. - Some errors causing an unnecessary rebase are fixed. - Add a --with-posix-shell configure flag to use other shells than dash to be used as default shell in scripts. This is only interesting when building rebase for non-Cygwin distros.