From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.13]) by sourceware.org (Postfix) with ESMTPS id 80762385782B for ; Tue, 18 May 2021 08:17:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 80762385782B Received: from calimero.vinschen.de ([24.134.7.25]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1Mi23L-1lDxxO2laj-00e18y for ; Tue, 18 May 2021 10:17:43 +0200 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by calimero.vinschen.de (Postfix) with ESMTP id C87E9A80EE8 for ; Tue, 18 May 2021 10:17:42 +0200 (CEST) X-Mailbox-Line: From cygwin-announce-rebase-4.5.0-1 Tue May 18 10:12:08 2021 From: Corinna Vinschen To: cygwin-announce@cygwin.com Date: Tue, 18 May 2021 10:12:08 +0200 Message-Id: <20210518101208.1004814-1-corinna-cygwin@cygwin.com> Subject: 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 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 08:17:47 -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.