diff options
author | Armin Kuster <akuster@mvista.com> | 2014-07-17 20:45:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-19 00:08:47 +0100 |
commit | b1811c07589a3eff5702d435f8feface63f1c39e (patch) | |
tree | 4f554bd6e11cbd63433c66b83a294d88ce2022c8 /meta/recipes-support | |
parent | 9add830b85222b57774acc35539e678d9ca8efb2 (diff) | |
download | openembedded-core-b1811c07589a3eff5702d435f8feface63f1c39e.tar.gz openembedded-core-b1811c07589a3eff5702d435f8feface63f1c39e.tar.bz2 openembedded-core-b1811c07589a3eff5702d435f8feface63f1c39e.zip |
lz4: update to latest
update to version r119
LICENSE md5sum changed since it was updated in r117 for
copyright date change
Fixes CVE-2014-4611
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/lz4/lz4_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4_svn.bb index 38e36d8256..44160f4d3f 100644 --- a/meta/recipes-support/lz4/lz4_svn.bb +++ b/meta/recipes-support/lz4/lz4_svn.bb @@ -2,10 +2,10 @@ SUMMARY = "Extremely Fast Compression algorithm" DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems." LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2008d2325e11691e17fcaa3a6046f850" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd" # Upstream names releases after SVN revs -SRCREV = "112" +SRCREV = "119" PV = "r${SRCREV}" SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http" |