package/lz4: security bump to version 1.9.2
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 28 Feb 2020 23:26:26 +0000 (00:26 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 29 Feb 2020 07:39:06 +0000 (08:39 +0100)
- Fix CVE-2019-17543: LZ4 before 1.9.2 has a heap-based buffer overflow
  in LZ4_write32 (related to LZ4_compress_destSize), affecting
  applications that call LZ4_compress_fast with a large input. (This
  issue can also lead to data corruption.) NOTE: the vendor states "only
  a few specific / uncommon usages of the API are at risk."
- Update indentation of hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lz4/lz4.hash
package/lz4/lz4.mk

index 5477cb6395c7fcf23bd20bf3d809a64e29e342e7..01d0107b3f195ee5f439a763ae2ef58cfda965a8 100644 (file)
@@ -1,4 +1,4 @@
 # sha256 locally computed
-sha256 33af5936ac06536805f9745e0b6d61da606a1f8b4cc5c04dd3cbaca3b9b4fc43  lz4-1.8.3.tar.gz
-sha256 d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71  lib/LICENSE
-sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  programs/COPYING
+sha256  658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc  lz4-1.9.2.tar.gz
+sha256  d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71  lib/LICENSE
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  programs/COPYING
index 70e193c51a3a1a314b7b3fe2384b43dc8b6cbaff..2a658fbba54acbf3bfc327ec535d755499407488 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LZ4_VERSION = 1.8.3
+LZ4_VERSION = 1.9.2
 LZ4_SITE = $(call github,lz4,lz4,v$(LZ4_VERSION))
 LZ4_INSTALL_STAGING = YES
 LZ4_LICENSE = BSD-2-Clause (library), GPL-2.0+ (programs)