aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxcursor
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 /main/libxcursor
parenta5d8d6b46a68bbf939b7b0187e2991836998e9c7 (diff)
downloadaports-fef401fab1a1ead0d43398007064b0265d443ae0.tar.bz2
aports-fef401fab1a1ead0d43398007064b0265d443ae0.tar.xz
main/libxcursor: upgrade to 1.1.15 (CVE-2017-16612)
Diffstat (limited to 'main/libxcursor')
-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 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxcursor
-pkgver=1.1.14
-pkgrel=2
+pkgver=1.1.15
+pkgrel=0
pkgdesc="X cursor management library"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -11,9 +11,12 @@ subpackages="$pkgname-dev $pkgname-doc"
depends=
makedepends="util-macros xproto libx11-dev libxrender-dev libxfixes-dev"
source="http://www.x.org/releases/individual/lib/libXcursor-$pkgver.tar.bz2"
-
builddir="$srcdir"/libXcursor-$pkgver
+# secfixes:
+# 1.1.15-r0:
+# - CVE-2017-16612
+
build() {
cd "$builddir"
./configure \
@@ -28,6 +31,4 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-md5sums="1e7c17afbbce83e2215917047c57d1b3 libXcursor-1.1.14.tar.bz2"
-sha256sums="9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df libXcursor-1.1.14.tar.bz2"
-sha512sums="687963b54da66be25371f64a88f91812b38de4ffc3b806070f3aeb1da379df16ede819201a352b3fb66efc6b40a36a22770add3ae464f2008aff3e23cb60a8e6 libXcursor-1.1.14.tar.bz2"
+sha512sums="53ad0fa2afd7b4cf1108b560e44ea71abdf5c55a18df243d7123942513589c927f5c105395f790d8769959e0129db54264e6aac7efd51a5f1aec270379b1f2f5 libXcursor-1.1.15.tar.bz2"