aboutsummaryrefslogtreecommitdiff
path: root/libs/libgd
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-12-04 19:32:29 +0100
committerGitHub <noreply@github.com>2017-12-04 19:32:29 +0100
commit888570f2819b4cebca32adc975f57bd257879683 (patch)
treef3d31ff9b4eacf9369180e9a04176661aeefe3d5 /libs/libgd
parentede858fb5d7ba27818cea7bde76188a1afe27c1a (diff)
libs/libgd: Update to 2.2.5
Update libgd to 2.2.5 CVEs: CVE-2017-6362 + CVE-2017-7890 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs/libgd')
-rw-r--r--libs/libgd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libgd/Makefile b/libs/libgd/Makefile
index ec4ac1c21..8d4fc08a5 100644
--- a/libs/libgd/Makefile
+++ b/libs/libgd/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libgd
-PKG_VERSION:=2.2.4
-PKG_RELEASE:=2
+PKG_VERSION:=2.2.5
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME)/releases/download/gd-$(PKG_VERSION)/
-PKG_HASH:=137f13a7eb93ce72e32ccd7cebdab6874f8cf7ddf31d3a455a68e016ecd9e4e6
+PKG_HASH:=8c302ccbf467faec732f0741a859eef4ecae22fea2d2ab87467be940842bde51
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=MIT