diff options
author | B. Watson <yalhcru@gmail.com> | 2018-12-11 04:37:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 20:44:28 +0700 |
commit | 7e1284e7a9fc58e8bd40bf1016511258a8a9c15a (patch) | |
tree | f3bfdecbdaf5e829589fbadc01aae04ce6504822 /development/bsdiff/README | |
parent | e78d03870bfa8916f50c947e683f015141d1886b (diff) |
development/bsdiff: New maintainer, tweaks.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/bsdiff/README')
-rw-r--r-- | development/bsdiff/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/bsdiff/README b/development/bsdiff/README index 8b4167b91e64..482944aaced8 100644 --- a/development/bsdiff/README +++ b/development/bsdiff/README @@ -1,8 +1,10 @@ +bsdiff (binary diff/patch utility) + 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 (a $2750/seat commercial patch tool). +than those produced by .RTPatch (a $2750/seat commercial patch tool). These programs were originally named bdiff and bpatch, but the large number of other programs using those names lead to confusion; I'm not sure if the "bs" |