From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 26E003858D20; Tue, 8 Aug 2023 18:17:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 26E003858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1691518625; bh=Ovaq2wuhZkLMk1fCAna8NgYqxNghz4JDpgb34xxG/Ok=; h=Date:From:To:Subject:Reply-To:References:In-Reply-To:From; b=K7ftlojclMbwxOQKPq6SpBsT4K+hl/fFQYtoZ8+t9O7TmmGPSRI3pQb0OdnIgv81I 4fxY1TD0ap+YC7ZZzHTP6So058BOMDr7erSpsa2f6okwME/o1XKI7JHFaKzADvkpxE qYOtRBc5iU0mHiQujpI427v/7k3Nwutz71EOP6KA= Received: by calimero.vinschen.de (Postfix, from userid 500) id 70C54A80C9F; Tue, 8 Aug 2023 20:17:03 +0200 (CEST) Date: Tue, 8 Aug 2023 20:17:03 +0200 From: Corinna Vinschen To: cygwin-apps@cygwin.com Subject: Re: [PATCH rebase] rebase: Add -c, --checksum option Message-ID: Reply-To: cygwin-apps@cygwin.com Mail-Followup-To: cygwin-apps@cygwin.com References: <5f97c53a-d206-292f-96c6-6fbdf69272b1@t-online.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5f97c53a-d206-292f-96c6-6fbdf69272b1@t-online.de> List-Id: On Aug 8 12:10, Christian Franke via Cygwin-apps wrote: > Last patch for now. > > Left for later: ReBaseImage64() unconditionally updates the timestamp in the > file header. > > -- > Regards, > Christian > > From 3973a92cf11056521552d9d3f87efe8e721e8c31 Mon Sep 17 00:00:00 2001 > From: Christian Franke > Date: Tue, 8 Aug 2023 12:04:25 +0200 > Subject: [PATCH] rebase: Add -c, --checksum option > > If specified, the file checksum in the PE header is updated after > rebasing. > > Signed-off-by: Christian Franke > --- > Makefile.in | 4 ++-- > rebase.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- > 2 files changed, 48 insertions(+), 6 deletions(-) Pushed. Next release gets created right now. Thanks, Corinna