Compressed file format that allows easy deltas
https://github.com/zchunk/zchunk
zchunk is a compressed file format that splits the file into independent
chunks. This allows you to only download the differences when downloading a
new version of the file, and also makes zchunk files efficient over rsync.
zchunk files are protected with strong checksums to verify that the file you
downloaded is in fact the file you wanted.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2/zchunk && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
zchunk-1.1.4.tar.gz | 0001448005 1.38 MB | |
zchunk.changes | 0000004237 4.14 KB | |
zchunk.spec | 0000003872 3.78 KB |
Revision 5 (latest revision is 6)
Yuchen Lin (maxlin_factory)
accepted
request 757745
from
Neal Gompa (Pharaoh_Atem)
(revision 5)
- Update to version 1.1.4: * Simplify regex for detecting part header info * Fix coverity warnings * Open files with permissions 0666 and let umask(2) do its job. * Multipart boundary field can be quoted.
Comments 0