4ac6464501
Fixes CVE-2015-1802, CVE-2015-1803, CVE-2015-1804 http://lists.x.org/archives/xorg-announce/2015-March/002551.html http://lists.x.org/archives/xorg-announce/2015-March/002550.html Also add hash file. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
762 B
Makefile
21 lines
762 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXfont
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXFONT_VERSION = 1.5.1
|
|
XLIB_LIBXFONT_SOURCE = libXfont-$(XLIB_LIBXFONT_VERSION).tar.bz2
|
|
XLIB_LIBXFONT_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXFONT_LICENSE = MIT
|
|
XLIB_LIBXFONT_LICENSE_FILES = COPYING
|
|
XLIB_LIBXFONT_AUTORECONF = YES
|
|
XLIB_LIBXFONT_INSTALL_STAGING = YES
|
|
XLIB_LIBXFONT_DEPENDENCIES = freetype xlib_libfontenc xlib_xtrans xproto_fontsproto xproto_xproto xfont_encodings
|
|
XLIB_LIBXFONT_CONF_OPTS = --disable-devel-docs
|
|
|
|
HOST_XLIB_LIBXFONT_CONF_OPTS = --disable-devel-docs
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|