summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2009-10-19 23:01:18 +0200
committerArwed von Merkatz2009-10-20 20:42:20 +0200
commit1f3569d288677d0db6169391fc2c251b43533a7e (patch)
tree9dd6011afe783fcde569e15f80dc899fa5364db6
parentab0929ce757cd3995b7da9a6a3c599884a411eee (diff)
xpdf 3.02pl4, SECURITY_PATCH=6
patches weren't verifying!!! (cherry picked from commit a4118ba938a35113e566c6a6ce26eaa96d24e6d3)
-rwxr-xr-xdoc/xpdf/DETAILS5
-rw-r--r--doc/xpdf/HISTORY4
-rwxr-xr-xdoc/xpdf/PRE_BUILD9
3 files changed, 15 insertions, 3 deletions
diff --git a/doc/xpdf/DETAILS b/doc/xpdf/DETAILS
index 9fc602ace7..7d96c229de 100755
--- a/doc/xpdf/DETAILS
+++ b/doc/xpdf/DETAILS
@@ -1,19 +1,22 @@
SPELL=xpdf
VERSION=3.02
- SECURITY_PATCH=5
+ SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=xpdf-${VERSION}pl1.patch
SOURCE3=xpdf-${VERSION}pl2.patch
SOURCE4=xpdf-${VERSION}pl3.patch
+ SOURCE5=xpdf-${VERSION}pl4.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}
+ SOURCE5_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/${SOURCE5}
WEB_SITE=http://www.foolabs.com/xpdf
SOURCE2_HASH=sha512:2ec6610ac5993c9d443b80311b7bec7a1bb3165f9f5b2f0ecb576c4b37470a07ed6a1e0c3e16ce9e3671492cb15cd4ffd1d5f05d6adaa11ef22f3343b40b6695
SOURCE3_HASH=sha512:6b259243b0166cdac42ff4c84a7453281682add63d2333e87a81be94866c24007ce6b71e4bb539b25bf78b989eeb3b77760aab5b6a3535a990960757f53a62e3
SOURCE4_HASH=sha512:eb94a0f9ad3020fa6bab250618824f9bf03e753a9d0acc2ee38c08381debd311d5c491771406af93107900da7d0897727fc49c2cdd913acb64e7d01eab2f7361
+ SOURCE5_HASH=sha512:6a254fbc0e6def5055d15cc7552e025354137178ce8ac489c614d6b4a3a7d601c28f6a0d436872f5ccb9a4c2fa05bd2afa5ee0552c19de804539fbbc6e420a44
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
PATCHLEVEL=3
KEYWORDS="pdf doc"
diff --git a/doc/xpdf/HISTORY b/doc/xpdf/HISTORY
index 957f92c2a7..5eee2b2a51 100644
--- a/doc/xpdf/HISTORY
+++ b/doc/xpdf/HISTORY
@@ -1,3 +1,7 @@
+2009-10-19 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, PRE_BUILD: added xpdf-3.02pl4.patch, SECURITY_PATCH=6
+ * PRE_BUILD: added unpack_files
+
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
diff --git a/doc/xpdf/PRE_BUILD b/doc/xpdf/PRE_BUILD
index feb102cb96..f88f00591c 100755
--- a/doc/xpdf/PRE_BUILD
+++ b/doc/xpdf/PRE_BUILD
@@ -1,5 +1,10 @@
-default_pre_build &&
+default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
+unpack_file 2 &&
+unpack_file 3 &&
+unpack_file 4 &&
+unpack_file 5 &&
patch -p1 < ${SOURCE_CACHE}/${SOURCE2} &&
patch -p1 < ${SOURCE_CACHE}/${SOURCE3} &&
-patch -p1 < ${SOURCE_CACHE}/${SOURCE4}
+patch -p1 < ${SOURCE_CACHE}/${SOURCE4} &&
+patch -p1 < ${SOURCE_CACHE}/${SOURCE5}