diff options
author | mnag <mnag@FreeBSD.org> | 2005-12-07 14:25:20 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-12-07 14:25:20 +0000 |
commit | c8f862f203463837278663cc269950132bd45d61 (patch) | |
tree | 0957d785ff284e050ab1fa7adff9afc063fadcfd /graphics/xpdf | |
parent | 61de7286de6460b35850f92c1c3c177bbd0379e9 (diff) | |
download | FreeBSD-ports-c8f862f203463837278663cc269950132bd45d61.zip FreeBSD-ports-c8f862f203463837278663cc269950132bd45d61.tar.gz |
Add vendor patch for security issues
Bump PORTREVISION
Add SHA256
PR: 90028
Approved by: maintainer timeout (security 1 day, simon with secteam hat)
Security: http://www.idefense.com/application/poi/display?id=342&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=343&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=345&type=vulnerabilities
http://secunia.com/advisories/17897/
CVE-2005-3191, CVE-2005-3192, CVE-2005-3193
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 6 | ||||
-rw-r--r-- | graphics/xpdf/distinfo | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 69089f5..59d19a3 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -7,12 +7,16 @@ PORTNAME= xpdf PORTVERSION= 3.01 -PORTREVISION= 1 +PORTREVISION= 2 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/ +PATCHFILES= xpdf-3.01pl1.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= nork@FreeBSD.org COMMENT= Display PDF files, and convert them to other formats diff --git a/graphics/xpdf/distinfo b/graphics/xpdf/distinfo index f02c223..52ba67d 100644 --- a/graphics/xpdf/distinfo +++ b/graphics/xpdf/distinfo @@ -1,2 +1,6 @@ MD5 (xpdf-3.01.tar.gz) = e004c69c7dddef165d768b1362b44268 +SHA256 (xpdf-3.01.tar.gz) = 7aedfb8cd113b868277c3d894633dd6e0f5a8ed28af12f5d883ae4ed98e9f789 SIZE (xpdf-3.01.tar.gz) = 599778 +MD5 (xpdf-3.01pl1.patch) = 4184783da2885ecde3c2256de5144555 +SHA256 (xpdf-3.01pl1.patch) = 10a9dd1ff8dc6885d0168ba9cfece8f9bc9a0b305f3afc0739d940103ed19124 +SIZE (xpdf-3.01pl1.patch) = 4936 |