Ver código fonte

libpng: update to 1.2.56

Fixes CVE-2015-8126 and CVE-2015-8540.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
Oliver Middleton 9 anos atrás
pai
commit
39f90ec9d5
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      libs/libpng/Makefile

+ 2
- 2
libs/libpng/Makefile Ver arquivo

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=libpng
11
-PKG_VERSION:=1.2.54
11
+PKG_VERSION:=1.2.56
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 15
 PKG_SOURCE_URL:=@SF/libpng
16
-PKG_MD5SUM:=bbb7a7264f1c7d9c444fd16bf6f89832
16
+PKG_MD5SUM:=868562bd1c58b76ed8703f135a2e439a
17 17
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
18 18
 
19 19
 PKG_LICENSE:=Libpng GPL-2.0+ BSD-3-Clause