[Bug 538710] Re: zsync doesn't prevent timestamp of downloaded file

2010-10-17 Thread Matt Zimmerman
The .zsync files you downloaded were generated using an older version of zsync which did not support this feature. Current versions do support it, and newer .zsync files for Ubuntu ISOs contain the mtime. ** Changed in: zsync (Ubuntu) Status: New = Fix Released -- zsync doesn't prevent

[Bug 538710] Re: zsync doesn't prevent timestamp of downloaded file

2010-09-16 Thread Colin Phipps
zsync 0.6 and above does include the mtime in the .zsync file, and the client will use that to set the mtime of the download. -- zsync doesn't prevent timestamp of downloaded file https://bugs.launchpad.net/bugs/538710 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 538710] Re: zsync doesn't prevent timestamp of downloaded file

2010-03-14 Thread psl
I noticed that this report could be extended from timestamps to file rights, to umask. $ umask 0022 WGET set file rights to 0644: $ umask; ls -l lucid-alternate-i386.iso 0022 -rw-r--r-- 1 psl psl 673048576 2010-03-14 08:36 lucid-alternate-i386.iso ZSYNC set file rights to 0600: $ umask; ls