07dad085fa
Fix CVE-2023-45897: exfatprogs before 1.2.2 allows out-of-bounds memory access, such as in read_file_dentry_set. https://github.com/exfatprogs/exfatprogs/blob/1.2.2/NEWS Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
533 B
Makefile
16 lines
533 B
Makefile
################################################################################
|
|
#
|
|
# exfatprogs
|
|
#
|
|
################################################################################
|
|
|
|
EXFATPROGS_VERSION = 1.2.2
|
|
EXFATPROGS_SOURCE = exfatprogs-$(EXFATPROGS_VERSION).tar.xz
|
|
EXFATPROGS_SITE = https://github.com/exfatprogs/exfatprogs/releases/download/$(EXFATPROGS_VERSION)
|
|
EXFATPROGS_LICENSE = GPL-2.0+
|
|
EXFATPROGS_LICENSE_FILES = COPYING
|
|
EXFATPROGS_CPE_ID_VENDOR = namjaejeon
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|