1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00

Merge pull request #3745 from D-Albers/libpng

libpng: Update to version 1.2.57 fixes CVE-2016-10087
This commit is contained in:
Jo-Philipp Wich 2017-01-03 20:22:17 +01:00 committed by GitHub
commit 08035876b7

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libpng
PKG_VERSION:=1.2.56
PKG_VERSION:=1.2.57
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/libpng
PKG_MD5SUM:=868562bd1c58b76ed8703f135a2e439a
PKG_MD5SUM:=307052e5e8af97b82b17b64fb1b3677a
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=Libpng GPL-2.0+ BSD-3-Clause