Commit 7001f391 authored by Baruch Siach's avatar Baruch Siach Committed by Thomas Petazzoni
Browse files

lzo: security bump to version 2.07



Fixes CVE-2014-4607.

[Thomas: fix small typo in comment.]

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 39ae2a31
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,11 +4,14 @@
#
################################################################################

LZO_VERSION = 2.06
LZO_VERSION = 2.07
LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
LZO_LICENSE = GPLv2+
LZO_LICENSE_FILES = COPYING
LZO_INSTALL_STAGING = YES
# Our libtool patch does not apply to bundled ltmain.sh since it's too new.
# Run autoreconf to regenerate ltmain.sh.
LZO_AUTORECONF = YES

$(eval $(autotools-package))
$(eval $(host-autotools-package))