mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 21:33:39 -09:00
https://github.com/libexif/libexif/blob/v0.6.26/NEWS * Security issues fixed: * CVE-2026-40386: An unsigned integer underflow in Fuji and Olympus makernote handling * CVE-2026-40385: An unsigned integer overflow on 32bit systems in Nikon makernote handling * CVE-2026-32775: A buffer overwrite via integer underflow in makernote handling Switched to xz tarball and tarball hash provided by upstream. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
527 B
Makefile
18 lines
527 B
Makefile
################################################################################
|
|
#
|
|
# libexif
|
|
#
|
|
################################################################################
|
|
|
|
LIBEXIF_VERSION = 0.6.26
|
|
LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.xz
|
|
LIBEXIF_SITE = \
|
|
https://github.com/libexif/libexif/releases/download/v$(LIBEXIF_VERSION)
|
|
LIBEXIF_INSTALL_STAGING = YES
|
|
LIBEXIF_DEPENDENCIES = host-pkgconf
|
|
LIBEXIF_LICENSE = LGPL-2.1+
|
|
LIBEXIF_LICENSE_FILES = COPYING
|
|
LIBEXIF_CPE_ID_VALID = YES
|
|
|
|
$(eval $(autotools-package))
|