From: Oliver Middleton Date: Tue, 29 Dec 2015 12:08:21 +0000 (+0000) Subject: libpng: update to 1.2.56 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b4a34de7d87a4d136985075bb9dbac925228e2f1;p=feed%2Fpackages.git libpng: update to 1.2.56 Fixes CVE-2015-8126 and CVE-2015-8540. Signed-off-by: Oliver Middleton --- diff --git a/libs/libpng/Makefile b/libs/libpng/Makefile index 23d833d38c..c634061ec6 100644 --- a/libs/libpng/Makefile +++ b/libs/libpng/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpng -PKG_VERSION:=1.2.54 +PKG_VERSION:=1.2.56 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/libpng -PKG_MD5SUM:=bbb7a7264f1c7d9c444fd16bf6f89832 +PKG_MD5SUM:=868562bd1c58b76ed8703f135a2e439a PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=Libpng GPL-2.0+ BSD-3-Clause