delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/11/10/12:48:17

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Date: Mon, 10 Nov 2003 12:47:49 -0500
From: Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Available for testing: tar-1.13.25-5
Message-ID: <20031110174749.GA13143@redhat.com>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <Pine DOT GSO DOT 4 DOT 58 DOT 0311101254410 DOT 7007 AT dipsy DOT eng DOT gla DOT ac DOT uk> <20031110142535 DOT GA13408 AT redhat DOT com>
Mime-Version: 1.0
In-Reply-To: <20031110142535.GA13408@redhat.com>
User-Agent: Mutt/1.4.1i

On Mon, Nov 10, 2003 at 09:25:35AM -0500, Christopher Faylor wrote:
>On Mon, Nov 10, 2003 at 01:25:02PM +0000, Jeremy Green wrote:
>>I.e. files/foo/bar is backed-up even though it hasn't changed. With the
>>application of the following patch to the tar-1.13.25-4 source package:
>>
>>--- src/incremen.c.orig 2003-11-10 12:27:36.094206400 +0000
>>+++ src/incremen.c      2003-11-10 12:33:06.629492800 +0000
>>@@ -437,7 +437,7 @@ read_directory_file (void)
>>
>>          errno = 0;
>> #ifdef __CYGWIN_USE_BIG_TYPES__
>>-         ino = strtoul (strp, &ebuf, 10);
>>+         ino = strtoull (strp, &ebuf, 10);
>> #else
>>          ino = strtoul (strp, &ebuf, 10);
>> #endif
>
>Odd.  I already have that change in my sandbox already but I must have
>made the change after uploading the file.  I'll refresh the source and
>binaries shortly.

The new version of tar is uploaded.  It should be on mirrors shortly.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019