cfe35b8543
Fixes CVE-2017-2626, release notes:
https://lists.x.org/archives/xorg-announce/2019-July/003006.html
Added all hashes provided by upstream, added license hash.
Updated _SITE according to release notes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c6657f450a
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
528 B
Makefile
16 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libICE
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBICE_VERSION = 1.0.10
|
|
XLIB_LIBICE_SOURCE = libICE-$(XLIB_LIBICE_VERSION).tar.bz2
|
|
XLIB_LIBICE_SITE = https://xorg.freedesktop.org/archive/individual/lib
|
|
XLIB_LIBICE_LICENSE = MIT
|
|
XLIB_LIBICE_LICENSE_FILES = COPYING
|
|
XLIB_LIBICE_INSTALL_STAGING = YES
|
|
XLIB_LIBICE_DEPENDENCIES = xlib_xtrans xorgproto host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|