kumquat-buildroot/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
Bernd Kuhls f781add88f package/x11r7/xlib_libXcursor: security bump to version 1.1.15
Fixes CVE-2017-16612:
https://lists.x.org/archives/xorg-announce/2017-November/002823.html

Added all hashed provided by upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-11-29 22:02:50 +01:00

20 lines
743 B
Makefile

################################################################################
#
# xlib_libXcursor
#
################################################################################
XLIB_LIBXCURSOR_VERSION = 1.1.15
XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.bz2
XLIB_LIBXCURSOR_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCURSOR_LICENSE = MIT
XLIB_LIBXCURSOR_LICENSE_FILES = COPYING
XLIB_LIBXCURSOR_INSTALL_STAGING = YES
XLIB_LIBXCURSOR_DEPENDENCIES = xlib_libX11 xlib_libXfixes xlib_libXrender xproto_xproto
HOST_XLIB_LIBXCURSOR_DEPENDENCIES = \
host-xlib_libX11 host-xlib_libXfixes host-xlib_libXrender \
host-xproto_xproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))