Package: wit / 2.31a-3

Metadata

Package Version Patches format
wit 2.31a-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use libbz2 and mhash.patch | (download)

Makefile | 7 4 + 3 - 0 !
src/crypt.h | 3 2 + 1 - 0 !
src/iso-interface.c | 12 7 + 5 - 0 !
src/lib-bzip2.c | 3 1 + 2 - 0 !
src/lib-lzma.c | 8 4 + 4 - 0 !
src/wit-sha1.c | 41 41 + 0 - 0 !
6 files changed, 59 insertions(+), 15 deletions(-)

 use libbz2 and mhash
 The upstream tarball comes with a bundled version of libbz2 and uses OpenSSL
 for SHA1. In accordance with Debian policy (Convenience copies of code),
 the Debian tarball ships without libbz2. Also, due to licensing, we use mhash
 instead of OpenSSL.
fix usr local.patch | (download)

src/lib-std.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use /usr/share/wit instead of /usr/local/share/wit
 This is hardcoded in the code.
0003 Don t link wfuse against libdl.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't link wfuse against libdl.

It's not necessary.

0001 Reproducible build.patch | (download)

setup.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---