diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-17 22:06:04 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-17 22:06:04 +0000 |
commit | e1acaa4af2caf1d31ad02c987a985602cfcae0e0 (patch) | |
tree | c6c4dddf4059a18c34b22dcd2e5f06b49bd7ae33 | |
parent | 4a0919e7bbf9d68577c72665aace31b181691ed4 (diff) | |
download | upstream-e1acaa4af2caf1d31ad02c987a985602cfcae0e0.tar.gz upstream-e1acaa4af2caf1d31ad02c987a985602cfcae0e0.tar.bz2 upstream-e1acaa4af2caf1d31ad02c987a985602cfcae0e0.zip |
lzo: Update to version 2.08
lzo: Update to 2.08, fixes CVE-2014-4607
Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41707 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/libs/lzo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/lzo/Makefile b/package/libs/lzo/Makefile index 87e858e90f..a19365c96d 100644 --- a/package/libs/lzo/Makefile +++ b/package/libs/lzo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lzo -PKG_VERSION:=2.06 +PKG_VERSION:=2.08 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/lzo/download/ -PKG_MD5SUM:=95380bd4081f85ef08c5209f4107e9f8 +PKG_MD5SUM:=fcec64c26a0f4f4901468f360029678f PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |