summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2009-04-17 11:04:58 +0200
committerEric Sandall2009-04-27 17:30:24 -0700
commite370ae4870b291ea34d0918daff74ed5e41a3705 (patch)
tree3781d261bcdeacf9a244c34823fda741a174f34c
parentfc36f43ac3f8fdc3d379030da20b0c03877b05fc (diff)
doc/xpdf: added security patch, cf.
http://rhn.redhat.com/errata/RHSA-2009-0430.html (cherry picked from commit 93ca5ea6772152766c85cb8b88c03d6fa1d6ed66)
-rwxr-xr-xdoc/xpdf/DETAILS7
-rw-r--r--doc/xpdf/HISTORY6
-rwxr-xr-xdoc/xpdf/PRE_BUILD3
3 files changed, 13 insertions, 3 deletions
diff --git a/doc/xpdf/DETAILS b/doc/xpdf/DETAILS
index b3faff328f..9fc602ace7 100755
--- a/doc/xpdf/DETAILS
+++ b/doc/xpdf/DETAILS
@@ -1,18 +1,21 @@
SPELL=xpdf
VERSION=3.02
- SECURITY_PATCH=4
+ SECURITY_PATCH=5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=xpdf-${VERSION}pl1.patch
SOURCE3=xpdf-${VERSION}pl2.patch
+ SOURCE4=xpdf-${VERSION}pl3.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}
+ SOURCE4_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/${SOURCE4}
WEB_SITE=http://www.foolabs.com/xpdf
SOURCE2_HASH=sha512:2ec6610ac5993c9d443b80311b7bec7a1bb3165f9f5b2f0ecb576c4b37470a07ed6a1e0c3e16ce9e3671492cb15cd4ffd1d5f05d6adaa11ef22f3343b40b6695
SOURCE3_HASH=sha512:6b259243b0166cdac42ff4c84a7453281682add63d2333e87a81be94866c24007ce6b71e4bb539b25bf78b989eeb3b77760aab5b6a3535a990960757f53a62e3
+ SOURCE4_HASH=sha512:eb94a0f9ad3020fa6bab250618824f9bf03e753a9d0acc2ee38c08381debd311d5c491771406af93107900da7d0897727fc49c2cdd913acb64e7d01eab2f7361
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- PATCHLEVEL=2
+ PATCHLEVEL=3
KEYWORDS="pdf doc"
ENTERED=20010923
LICENSE=GPL
diff --git a/doc/xpdf/HISTORY b/doc/xpdf/HISTORY
index f2e4499c52..957f92c2a7 100644
--- a/doc/xpdf/HISTORY
+++ b/doc/xpdf/HISTORY
@@ -1,3 +1,9 @@
+2009-04-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, PRE_BUILD: added security patch, cf.
+ http://rhn.redhat.com/errata/RHSA-2009-0430.html and
+ http://www.foolabs.com/xpdf/download.html
+ * DETAILS: SECURITY_PATCH++
+
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
diff --git a/doc/xpdf/PRE_BUILD b/doc/xpdf/PRE_BUILD
index 0b912a66ee..feb102cb96 100755
--- a/doc/xpdf/PRE_BUILD
+++ b/doc/xpdf/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
patch -p1 < ${SOURCE_CACHE}/${SOURCE2} &&
-patch -p1 < ${SOURCE_CACHE}/${SOURCE3}
+patch -p1 < ${SOURCE_CACHE}/${SOURCE3} &&
+patch -p1 < ${SOURCE_CACHE}/${SOURCE4}