~alpine/aports

1

[alpine-aports] [PATCH 1/2] main/sdl2: upgrade to 2.0.8

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20180311222426.28478-1-dsabogalcc@gmail.com>
Sender timestamp
1520807065
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 main/sdl2/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/sdl2/APKBUILD b/main/sdl2/APKBUILD
index 679614c4b5..1f13b9b420 100644
--- a/main/sdl2/APKBUILD
+++ b/main/sdl2/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=sdl2
pkgver=2.0.7
pkgrel=3
pkgver=2.0.8
pkgrel=0
pkgdesc="A development library designed to provide low level access to audio, keyboard, mouse, joystick and graphics"
url="http://www.libsdl.org"
arch="all"
@@ -44,5 +44,5 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="eed5477843086a0e66552eb197a5c4929134522bc366d873732361ea0df5fb841ef7e2b1913e21d1bae69e6fd3152ee630492e615c58cbe903e7d6e47b587410  SDL2-2.0.7.tar.gz
sha512sums="673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869  SDL2-2.0.8.tar.gz
f57a7a7b89f11934835b5693d104354be1107ddd31d34f6cfc07cf480b0811d775c95685f6b6b20c6154f03744ed976c8092973ddb6e87773969b8394e852c24  fix-directfb-include.patch"
-- 
2.16.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/2] main/sdl2_image: security upgrade to 2.0.3

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20180311222426.28478-2-dsabogalcc@gmail.com>
In-Reply-To
<20180311222426.28478-1-dsabogalcc@gmail.com> (view parent)
Sender timestamp
1520807066
DKIM signature
missing
Download raw message
Patch: +12 -2
Requires SDL 2.0.8 or newer.
---
 main/sdl2_image/APKBUILD | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/main/sdl2_image/APKBUILD b/main/sdl2_image/APKBUILD
index 3422e152df..9d8bcec666 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"
-- 
2.16.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)