mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Small patch from the developers to handle (an extremely small) vulnerability
in pdftops. PR: ports/47211 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
This commit is contained in:
parent
de4c35ed4c
commit
f0e62452e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73853
@ -7,11 +7,17 @@
|
||||
|
||||
PORTNAME= xpdf
|
||||
PORTVERSION= 2.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
||||
${MASTER_SITE_TEX_CTAN}
|
||||
MASTER_SITE_SUBDIR= support/xpdf
|
||||
|
||||
PATCH_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
||||
${MASTER_SITE_TEX_CTAN}
|
||||
PATCH_SITE_SUBDIR= support/xpdf
|
||||
PATCHFILES= xpdf-2.01-patch1
|
||||
|
||||
MAINTAINER= DougB@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
|
||||
@ -34,6 +40,8 @@ CONFIGURE_ARGS= --with-gzip --enable-opi --with-x \
|
||||
CONFIGURE_ARGS+= --enable-a4-paper
|
||||
.endif
|
||||
|
||||
PATCH_DIST_ARGS=-d ${PATCH_WRKSRC}/xpdf --forward --quiet -E ${PATCH_DIST_STRIP}
|
||||
|
||||
MAN1= pdffonts.1 \
|
||||
pdfimages.1 \
|
||||
pdfinfo.1 \
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (xpdf-2.01.tar.gz) = 90326075b7bdabe85dc011882365824c
|
||||
MD5 (xpdf-2.01-patch1) = f27f2bb23dcf7d68c402c7ba50eae22c
|
||||
|
Loading…
Reference in New Issue
Block a user