50ed3c13a8
- Fix CVE-2020-12268: jbig2_image_compose in jbig2_image.c in Artifex jbig2dec before 0.18 has a heap-based buffer overflow. - Add JBIG2DEC_AUTORECONF=YES otherwise build will fail because install-sh has been removed from the tarball - Update indentation of hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
500 B
Makefile
16 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# jbig2dec
|
|
#
|
|
################################################################################
|
|
|
|
JBIG2DEC_VERSION = 0.18
|
|
JBIG2DEC_SITE = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952
|
|
JBIG2DEC_LICENSE = AGPL-3.0+
|
|
JBIG2DEC_LICENSE_FILES = LICENSE
|
|
JBIG2DEC_INSTALL_STAGING = YES
|
|
# tarball is missing install-sh, install.sh, or shtool
|
|
JBIG2DEC_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|