Skip to content
Snippets Groups Projects
Commit 0995182a authored by Daniel Sabogal's avatar Daniel Sabogal Committed by Carlo Landmeter
Browse files

main/gd: security upgrade to 2.2.3 (8 CVEs)

2.2.3
CVE-2016-6905
CVE-2016-6214
CVE-2016-6132
CVE-2016-6128
CVE-2016-6207
CVE-2016-5766

2.2.2
CVE-2016-5767
CVE-2015-8874

https://libgd.github.io/
parent 591c7b7c
No related branches found
No related tags found
No related merge requests found
# Contributor: Carlo Landmeter <clandmeter@gmail.com> # Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gd pkgname=gd
pkgver=2.2.1 pkgver=2.2.3
_myver=${pkgver/_rc/RC} _myver=${pkgver/_rc/RC}
pkgrel=0 pkgrel=0
pkgdesc="Library for the dynamic creation of images by programmers" pkgdesc="Library for the dynamic creation of images by programmers"
...@@ -29,6 +29,7 @@ build() { ...@@ -29,6 +29,7 @@ build() {
--with-jpeg \ --with-jpeg \
--without-xpm \ --without-xpm \
--without-fontconfig \ --without-fontconfig \
--disable-werror \
|| return 1 || return 1
make || return 1 make || return 1
} }
...@@ -36,10 +37,8 @@ build() { ...@@ -36,10 +37,8 @@ build() {
package() { package() {
cd "$builddir" cd "$builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
rm -r "$pkgdir"/usr/lib/libgd.la
} }
md5sums="4d3d5b6c77c4875861af1bc663441efd libgd-2.2.1.tar.xz" md5sums="14e4134c129b4c166c3a0549a32ef340 libgd-2.2.3.tar.xz"
sha256sums="708762ae483e5fe46b58659f622c3e8f820c7ce0b3ae4e10ad0fbf17d4c4b976 libgd-2.2.1.tar.xz" sha256sums="746b6cbd6769a22ff3ba6f5756f3512a769bd4cdf4695dff17f4867f25fa7d3c libgd-2.2.3.tar.xz"
sha512sums="c19fe86230198b5ba25d7bb275f93ad3332d039accf7149036f53fc333753bacd91a80b5dca576b241e9eb20e9a4028236a485ca0f9fb8581c2a552fe4fe2262 libgd-2.2.1.tar.xz" sha512sums="bdc6d086bc054beda6574ec46baa4cd94048a5f2f357f875ba05983e92d247f1b731434b9e438c6aef09d46fa96f1a7e1f330a25a77ffd2dd78aa8a32d652557 libgd-2.2.3.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment