aboutsummaryrefslogtreecommitdiffstats
path: root/main/sdl2_image
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2018-03-11 18:24:26 -0400
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-03-12 08:42:38 +0000
commit53eca00d555f64bd2da618c0ae5cdfbee8670f4a (patch)
tree6342ec4873b1a0b3056905b7079962c8cf48590a /main/sdl2_image
parentc9796f644ac007fff057a63de0572660236e7aa9 (diff)
downloadaports-53eca00d555f64bd2da618c0ae5cdfbee8670f4a.tar.bz2
aports-53eca00d555f64bd2da618c0ae5cdfbee8670f4a.tar.xz
main/sdl2_image: security upgrade to 2.0.3
Diffstat (limited to 'main/sdl2_image')
-rw-r--r--main/sdl2_image/APKBUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/main/sdl2_image/APKBUILD b/main/sdl2_image/APKBUILD
index 3422e152df..3b62844082 100644
--- a/main/sdl2_image/APKBUILD
+++ b/main/sdl2_image/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sdl2_image
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=0
_pkgname=SDL2_image
pkgdesc="A simple library to load images of various formats as SDL surfaces"
@@ -14,6 +14,16 @@ subpackages="$pkgname-dev"
source="http://www.libsdl.org/projects/SDL_image/release/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
+# secfixes:
+# 2.0.3-r0:
+# - CVE-2017-12122 TALOS-2017-0488
+# - CVE-2017-14440 TALOS-2017-0489
+# - CVE-2017-14441 TALOS-2017-0490
+# - CVE-2017-14442 TALOS-2017-0491
+# - CVE-2017-14448 TALOS-2017-0497
+# - CVE-2017-14449 TALOS-2017-0498
+# - CVE-2017-14450 TALOS-2017-0499
+
build() {
cd "$builddir"
./configure \
@@ -39,4 +49,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="468f1a5aaee0b6920adb80df21aaaa41bfc5c642b4a00ac60244a90c5e9f27b092b73bcdd2c5520aa1de2759e8b174686b186a51f2d07e7e188ce2cd10519724 SDL2_image-2.0.2.tar.gz"
+sha512sums="869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a SDL2_image-2.0.3.tar.gz"