lzo: Update to version 2.08
lzo: Update to 2.08, fixes CVE-2014-4607 Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com> SVN-Revision: 41707
This commit is contained in:
parent
7435b628c6
commit
48494962d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue