1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin ac398c3baf liblzma: Disable external SHA-256 by default.
This is the sane thing to do. The conflict with OpenSSL
on some OSes and especially that the OS-provided versions
can be significantly slower makes it clear that it was
a mistake to have the external SHA-256 support enabled by
default.

Those who want it can now pass --enable-external-sha256 to
configure. INSTALL was updated with notes about OSes where
this can be a bad idea.

The SHA-256 detection code in configure.ac had some bugs that
could lead to a build failure in some situations. These were
fixed, although it doesn't matter that much now that the
external SHA-256 is disabled by default.

MINIX >= 3.2.0 uses NetBSD's libc and thus has SHA256_Init
in libc instead of libutil. Support for the libutil version
was removed.
2016-03-13 20:21:49 +02:00
..
api liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer. 2015-07-12 20:48:19 +03:00
check liblzma: Disable external SHA-256 by default. 2016-03-13 20:21:49 +02:00
common Build: Don't omit lzma_cputhreads() unless using --disable-threads. 2015-11-03 17:41:54 +02:00
delta liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lz liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma. 2015-11-04 23:14:00 +02:00
lzma liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c. 2015-11-03 20:55:45 +02:00
rangecoder liblzma: Check that the first byte of range encoded data is 0x00. 2012-06-28 10:47:49 +03:00
simple liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
liblzma.map Bump version and soname for 5.2.0. 2014-12-21 18:11:17 +02:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Bump version to 5.3.0alpha and soname to 5.3.99. 2015-03-30 22:44:02 +03:00
validate_map.sh liblzma: Use symbol versioning. 2011-05-28 15:55:39 +03:00