aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2017-11-29 01:26:39 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-29 16:52:06 +0000
commitfef401fab1a1ead0d43398007064b0265d443ae0 (patch)
tree3c453038668b98a20346ddd90020828c85e01f86
parenta5d8d6b46a68bbf939b7b0187e2991836998e9c7 (diff)
downloadalpine_aports-fef401fab1a1ead0d43398007064b0265d443ae0.tar.bz2
alpine_aports-fef401fab1a1ead0d43398007064b0265d443ae0.tar.xz
alpine_aports-fef401fab1a1ead0d43398007064b0265d443ae0.zip
main/libxcursor: upgrade to 1.1.15 (CVE-2017-16612)
-rw-r--r--main/libxcursor/APKBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/main/libxcursor/APKBUILD b/main/libxcursor/APKBUILD
index 3150c82040..34a932b566 100644
--- a/main/libxcursor/APKBUILD
+++ b/main/libxcursor/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=libxcursor 2pkgname=libxcursor
3pkgver=1.1.14 3pkgver=1.1.15
4pkgrel=2 4pkgrel=0
5pkgdesc="X cursor management library" 5pkgdesc="X cursor management library"
6url="http://xorg.freedesktop.org/" 6url="http://xorg.freedesktop.org/"
7arch="all" 7arch="all"
@@ -11,9 +11,12 @@ subpackages="$pkgname-dev $pkgname-doc"
11depends= 11depends=
12makedepends="util-macros xproto libx11-dev libxrender-dev libxfixes-dev" 12makedepends="util-macros xproto libx11-dev libxrender-dev libxfixes-dev"
13source="http://www.x.org/releases/individual/lib/libXcursor-$pkgver.tar.bz2" 13source="http://www.x.org/releases/individual/lib/libXcursor-$pkgver.tar.bz2"
14
15builddir="$srcdir"/libXcursor-$pkgver 14builddir="$srcdir"/libXcursor-$pkgver
16 15
16# secfixes:
17# 1.1.15-r0:
18# - CVE-2017-16612
19
17build() { 20build() {
18 cd "$builddir" 21 cd "$builddir"
19 ./configure \ 22 ./configure \
@@ -28,6 +31,4 @@ package() {
28 cd "$builddir" 31 cd "$builddir"
29 make DESTDIR="$pkgdir" install 32 make DESTDIR="$pkgdir" install
30} 33}
31md5sums="1e7c17afbbce83e2215917047c57d1b3 libXcursor-1.1.14.tar.bz2" 34sha512sums="53ad0fa2afd7b4cf1108b560e44ea71abdf5c55a18df243d7123942513589c927f5c105395f790d8769959e0129db54264e6aac7efd51a5f1aec270379b1f2f5 libXcursor-1.1.15.tar.bz2"
32sha256sums="9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df libXcursor-1.1.14.tar.bz2"
33sha512sums="687963b54da66be25371f64a88f91812b38de4ffc3b806070f3aeb1da379df16ede819201a352b3fb66efc6b40a36a22770add3ae464f2008aff3e23cb60a8e6 libXcursor-1.1.14.tar.bz2"