473390a30c
Fixes CVE-2018-9918: mishandle certain "expected dictionary key but found non-name object" cases, allowing remote attackers to cause a denial of service (stack exhaustion) https://github.com/qpdf/qpdf/issues/202 Drop local SHA256 hash since we use upstream provided SHA512. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
463 B
Makefile
17 lines
463 B
Makefile
################################################################################
|
|
#
|
|
# qpdf
|
|
#
|
|
################################################################################
|
|
|
|
QPDF_VERSION = 8.1.0
|
|
QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
|
|
QPDF_INSTALL_STAGING = YES
|
|
QPDF_LICENSE = Artistic-2.0
|
|
QPDF_LICENSE_FILES = Artistic-2.0
|
|
QPDF_DEPENDENCIES = pcre zlib jpeg
|
|
|
|
QPDF_CONF_OPTS = --without-random
|
|
|
|
$(eval $(autotools-package))
|