Path to this page:
./
misc/bsdiff,
Size efficient binary diff and patch tools
Branch: CURRENT,
Version: 4.3nb1,
Package name: bsdiff-4.3nb1,
Maintainer: pkgsrc-usersBsdiff and bspatch are tools for building and applying patches to binary
files. By using suffix sorting (specifically, Larsson and Sadakane's
qsufsort) and taking advantage of how executable files change, bsdiff
routinely produces binary patches 50-80% smaller than those produced by
Xdelta, and 15% smaller than those produced by .RTPatch (a $2750/seat
commercial patch tool).
If n is the size of the old file and m is the size of the new file, bsdiff
runs in O((n+m) log n) time; on a 200MHz Pentium Pro, building a binary
patch for a 4MB file takes about 90 seconds. bspatch runs in O(n+m) time;
on the same machine, applying that patch takes about two seconds.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 5.605 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2017-07-31) Updated to version: bsdiff-4.3nb1
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2006-11-20) Updated to version: bsdiff-4.3
- (2005-10-05) Package added to pkgsrc.se, version bsdiff-4.2nb1 (created)
CVS history: (Expand)