summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2008-04-03 00:27:26 +0200
committerEric Sandall2008-04-02 18:43:17 -0700
commitd3084b446f99fbef7978bf6fd188cbcdd771ffc1 (patch)
tree82c2c313bc640d3998d9f68fcd5359eab1bb83b8
parentf783f7d12a1519388e24e62e15004752d58abb2a (diff)
doc/xpdf: added a security patch
(cherry picked from commit 318b90d3b19ebd3a684728fc86bd988628c7349f)
-rwxr-xr-xdoc/xpdf/DETAILS5
-rw-r--r--doc/xpdf/HISTORY4
-rwxr-xr-xdoc/xpdf/PRE_BUILD3
3 files changed, 10 insertions, 2 deletions
diff --git a/doc/xpdf/DETAILS b/doc/xpdf/DETAILS
index 78689d7e6e..b3faff328f 100755
--- a/doc/xpdf/DETAILS
+++ b/doc/xpdf/DETAILS
@@ -1,13 +1,16 @@
SPELL=xpdf
VERSION=3.02
- SECURITY_PATCH=3
+ SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=xpdf-${VERSION}pl1.patch
+ SOURCE3=xpdf-${VERSION}pl2.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/$SOURCE
SOURCE2_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/${SOURCE2}
+ SOURCE3_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/${SOURCE3}
WEB_SITE=http://www.foolabs.com/xpdf
SOURCE2_HASH=sha512:2ec6610ac5993c9d443b80311b7bec7a1bb3165f9f5b2f0ecb576c4b37470a07ed6a1e0c3e16ce9e3671492cb15cd4ffd1d5f05d6adaa11ef22f3343b40b6695
+ SOURCE3_HASH=sha512:6b259243b0166cdac42ff4c84a7453281682add63d2333e87a81be94866c24007ce6b71e4bb539b25bf78b989eeb3b77760aab5b6a3535a990960757f53a62e3
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
PATCHLEVEL=2
KEYWORDS="pdf doc"
diff --git a/doc/xpdf/HISTORY b/doc/xpdf/HISTORY
index 6af60c2742..f2e4499c52 100644
--- a/doc/xpdf/HISTORY
+++ b/doc/xpdf/HISTORY
@@ -1,3 +1,7 @@
+2008-04-03 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, PRE_BUILD: added security patch, cf.
+ http://www.foolabs.com/xpdf/download.html
+
2007-07-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS, PRE_BUILD: added security related patch, cf.
http://www.kde.org/info/security/advisory-20070730-1.txt
diff --git a/doc/xpdf/PRE_BUILD b/doc/xpdf/PRE_BUILD
index 3d9ab6f12a..0b912a66ee 100755
--- a/doc/xpdf/PRE_BUILD
+++ b/doc/xpdf/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SOURCE_CACHE}/${SOURCE2}
+patch -p1 < ${SOURCE_CACHE}/${SOURCE2} &&
+patch -p1 < ${SOURCE_CACHE}/${SOURCE3}