lz4: Update our internal copy to release r128
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 7 May 2015 08:52:54 +0000 (10:52 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 7 May 2015 09:15:13 +0000 (11:15 +0200)
commit4314257d8cf9c367cab2333cfdc7b10b0109de90
treeaf2526ecae97b7cbfb5513b6a4cfebbc3da98935
parent6d87ac299158702a6a98f015d2096f8b69fcc06a
lz4: Update our internal copy to release r128

Looking through the git log it is unclear which release we used before as nobody
stated it there. :/ We updated after the security issues last year so my best
guess is that we have something like r119.

To see what changed I now included the NEWS file and also the LICENSE file from
upstream. Upstream in now hosted here: https://github.com/Cyan4973/lz4 and
http://www.lz4.info

I recommend STRONGLY that you check if your distro ships liblz4 as an up to
date library package and use the --enable-liblz4 configure option to use the
system version. I consider making the system version default for upcoming
releases and only carry the internal one as fallback for systems that do not
provide it.

Fix T2374
src/Makefile_Emile.am
src/static_libs/lz4/LICENSE [new file with mode: 0644]
src/static_libs/lz4/NEWS [new file with mode: 0644]
src/static_libs/lz4/README [deleted file]
src/static_libs/lz4/README.md [new file with mode: 0644]
src/static_libs/lz4/lz4.c
src/static_libs/lz4/lz4.h
src/static_libs/lz4/lz4hc.c
src/static_libs/lz4/lz4hc.h