bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32342: [PATCH] Do not store mtime when compressing stdin


From: Paul Eggert
Subject: bug#32342: [PATCH] Do not store mtime when compressing stdin
Date: Thu, 2 Aug 2018 08:59:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/02/2018 01:31 AM, Bernhard M. Wiedemann wrote:
I know that it does, but patching hundreds of packages [1] (including
ones still to be created) doing
tar -czf $file
to do instead
tar -c | gzip -n > $file

This would be something that tar could and should address, I'd think.

Is there a good reason to want the current time in .gz in this situation?

It seemed like a good idea at the time :-). At this point, it'd be an incompatible change to omit the timestamp.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]