[tor-bugs] #22595 [Applications/Tor Browser]: Timestamps in tor-browser tar file are set to a fixed value
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Jun 13 17:08:31 UTC 2017
#22595: Timestamps in tor-browser tar file are set to a fixed value
--------------------------------------+--------------------------
Reporter: cypherpunks | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+--------------------------
Comment (by cypherpunks):
There are two ways to solve the issue without changing how the tarballs
are generated.
1. `tar` has the `-m` and `--touch` options (see
[https://www.gnu.org/software/tar/manual/html_node/Data-Modification-
Times.html#SEC83]) to use the current date as the modification date when
extracting.
2. `rsync` has the `-c` and `--checksum` options to skip based on
checksum, not mod-time & size (see
https://download.samba.org/pub/rsync/rsync.html).
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22595#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list