Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
bsdiff: Binary diff/patch utility
- Summary
- bsdiff 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.
Changelog
- * Mon Sep 11 17:00:00 2006 Jindrich Novy <jnovy{%}redhat{*}com> 4.3-2
- rebuild
- * Fri Mar 24 16:00:00 2006 Jindrich Novy <jnovy{%}redhat{*}com> 4.3-1
- initial build