X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8D3C2385803D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Date: Fri, 17 Jun 2022 08:20:22 +0100 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Re: unzip failure with files that contain colons Message-ID: <20220617072022.gqtwexwzcfrwoove@lucy.dinwoodie.org> References: <20220615183007 DOT 7xchz44wwbx2gnio AT lucy DOT dinwoodie DOT org> <20220617002939 DOT 65c772fc3504f992b6fcf4d9 AT nifty DOT ne DOT jp> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220617002939.65c772fc3504f992b6fcf4d9@nifty.ne.jp> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="iso-8859-1" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 25H7L6Ki014126 On Fri, Jun 17, 2022 at 12:29:39AM +0900, Takashi Yano wrote: > On Thu, 16 Jun 2022 06:22:38 +0200 > Thomas Wolff wrote: > > Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: > > > Cygwin generally handles filenames with colons just fine, by mapping the > > > character to some higher Unicode character and remapping on the fly. > > > However Cygwin's `unzip` appears to have a bug: when unzipping an > > > archive that contains a filename with a colon, it replaces the colon > > > with an underscore. > > > > > > cygcheck.out and simple test script attached; expected behaviour from > > > running `bash unzip-bug.sh` is that you get an empty file called `a:b`, > > > but on Cygwin you instead get an empty file called `a_b`. > > It's an explicit #ifdef __CYGWIN__ in upstream unzip, file unix/unix.c, > > which transforms a bunch of characters. > > If I uncomment most of them (except \), all unpack fine: > > x0:z  x1z  x3|z  x4"z  x5?z  x6*z > > I have taken over the maintenance of unzip package, and > fix the problem in the updated unzip-6.0-18. > https://cygwin.com/pipermail/cygwin/2022-June/251653.html > > Please try. Confirmed fixed. Thank you for adopting this and the quick turnaround! Adam -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple