libpng: update to 1.2.56
authorOliver Middleton <olliemail27@gmail.com>
Tue, 29 Dec 2015 12:08:21 +0000 (12:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 9 Jan 2016 13:40:32 +0000 (14:40 +0100)
Fixes CVE-2015-8126 and CVE-2015-8540.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
libs/libpng/Makefile

index 23d833d38c9b46d1558c2b4e2d39fe37bd99a551..c634061ec6b46b241506952c931fe158b1acf89c 100644 (file)
@@ -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 <jow@openwrt.org>
 
 PKG_LICENSE:=Libpng GPL-2.0+ BSD-3-Clause