ca0547ffea
- Switch site to github - Drop patches (already in version) - Fix the following CVEs: - CVE-2020-13114: Time consumption DoS when parsing canon array markers - CVE-2020-13113: Potential use of uninitialized memory - CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes - CVE-2020-0093: read overflow - CVE-2020-12767: fixed division by zero https://github.com/libexif/libexif/releases/tag/libexif-0_6_22-release Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
528 B
Makefile
17 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# libexif
|
|
#
|
|
################################################################################
|
|
|
|
LIBEXIF_VERSION = 0.6.22
|
|
LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.xz
|
|
LIBEXIF_SITE = \
|
|
https://github.com/libexif/libexif/releases/download/libexif-$(subst .,_,$(LIBEXIF_VERSION))-release
|
|
LIBEXIF_INSTALL_STAGING = YES
|
|
LIBEXIF_DEPENDENCIES = host-pkgconf
|
|
LIBEXIF_LICENSE = LGPL-2.1+
|
|
LIBEXIF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|