3aee3a326d
Fixes the following security issue: CVE-2023-43641: Out-of-bounds array access in track_set_index https://github.com/lipnitsk/libcue/security/advisories/GHSA-5982-x7hv-r9cj For more details, see the github writeup: https://github.blog/2023-10-09-coordinated-disclosure-1-click-rce-on-gnome-cve-2023-43641/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
444 B
Makefile
15 lines
444 B
Makefile
################################################################################
|
|
#
|
|
# libcue
|
|
#
|
|
################################################################################
|
|
|
|
LIBCUE_VERSION = 2.3.0
|
|
LIBCUE_SITE = $(call github,lipnitsk,libcue,v$(LIBCUE_VERSION))
|
|
LIBCUE_LICENSE = GPL-2.0, BSD-2-Clause (rem.c)
|
|
LIBCUE_LICENSE_FILES = LICENSE
|
|
LIBCUE_DEPENDENCIES = host-bison host-flex flex
|
|
LIBCUE_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|