X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=Y/Ur53bLtfk0C1sbNgwjUIq/plDei6EFZY2dnGx7J/t PJDCWrgAI3ij5fsRKbxgHWRmHZuj9hDEjBKpX84kAB81FYonQ7tO4Io3skBonxPv BlDitjPchRsNmdlJ1JZRSMwYazxocpbbV/peKDP4Ba6/oQGcfIfvX7kYQh0Dhikc = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=UT92MDCjXEIPKqJ5+N86/I4WKnU=; b=sSGFMSDqg0B70879r AbEuspxzxm3PoIhDuinV1uwuxc7uUCGROpnjdTjjdBN867XUfchVdTv1tRJk/uk0 MFNQ0x4ctHTKdYtTiKgq0uPNaKqEfm4cNeZ7f85ns3b1dgMu7zgsBXuwqxA740Au qOrsWbvx9usH1kf0yryhlFSVUE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f44.google.com X-Received: by 10.140.31.10 with SMTP id e10mr8052383qge.101.1398891280245; Wed, 30 Apr 2014 13:54:40 -0700 (PDT) Message-ID: <5361630C.2010006@googlemail.com> Date: Wed, 30 Apr 2014 22:54:36 +0200 From: m0viefreak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.7.29: Incorrect output from the "file" command References: <1398884124 DOT 63968 DOT YahooMailNeo AT web140604 DOT mail DOT bf1 DOT yahoo DOT com> In-Reply-To: <1398884124.63968.YahooMailNeo@web140604.mail.bf1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 30.04.2014 20:55, Andy Leung wrote: > > In the 1.7.29 version of cygwin, the "file" command (5.18) outputs the > following: > > PNG image data72 72 8-bit/color RGBA, non-interlaced > > > > While in previous versions, the "file" command actually outputs for the same file: > > PNG image data, 72 x 72, 8-bit/color RGBA, non-interlaced > > > > $ file --version > file-5.18 > magic file from /usr/share/misc/magic This is a bug in the latest file 5.18 release. It got fixed the day after the release: https://github.com/file/file/commit/af7c95ec08af7bf7e5f03fb38af8e14b64116123 There are a bunch of other fixes committed since the 5.18 release, too: https://github.com/file/file/commits/master You could compile the latest git version if you don't want to wait for a new release. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple