From 7cb6e8f3c2ca875fade4b5b7947fd73082107f54 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Thu, 25 Apr 2024 18:47:52 +0900 Subject: python/python3-bsdiff4: Added (binary diffs). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-bsdiff4/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python/python3-bsdiff4/README (limited to 'python/python3-bsdiff4/README') diff --git a/python/python3-bsdiff4/README b/python/python3-bsdiff4/README new file mode 100644 index 0000000000..88ff0ba161 --- /dev/null +++ b/python/python3-bsdiff4/README @@ -0,0 +1,12 @@ +binary diff and patch using the BSDIFF4-format + +The code is mostly derived from cx_bsdiff (written by Anthony +Tuininga, http://cx-bsdiff.sourceforge.net/). The cx_bsdiff code in +turn was derived from bsdiff, the standalone utility produced for BSD +which can be found at http://www.daemonology.net/bsdiff. In addition +to the two functions (diff and patch) cx_bsdiff provides, this package +includes: + +an interface to the BSDIFF4-format + +command line interfaces: bsdiff4 and bspatch4 -- cgit v1.2.3