[Lunar-commits] <moonbase> xpdf: add a security patch.
Florin Braescu
florin at lunar-linux.org
Fri Apr 17 17:56:31 CEST 2009
commit 6e56aa63b388670a5490c7324ab88926e982c0e5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Apr 17 18:56:31 2009 +0300
xpdf: add a security patch.
---
x11-apps/xpdf/BUILD | 7 ++++---
x11-apps/xpdf/DETAILS | 17 ++++++++++-------
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/x11-apps/xpdf/BUILD b/x11-apps/xpdf/BUILD
index 95f0f2b..06b84d8 100644
--- a/x11-apps/xpdf/BUILD
+++ b/x11-apps/xpdf/BUILD
@@ -2,10 +2,11 @@
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE4 1 &&
- OPTS="$OPTS --with-freetype2-includes=/usr/include/freetype2 \
- --sysconfdir=/etc --enable-opi --enable-multithreaded \
- --enable-wordlist --with-gzip" &&
+ OPTS="$OPTS --with-freetype2-includes=/usr/include/freetype2 \
+ --sysconfdir=/etc --enable-opi --enable-multithreaded \
+ --enable-wordlist --with-gzip" &&
default_build
diff --git a/x11-apps/xpdf/DETAILS b/x11-apps/xpdf/DETAILS
index 68bd82f..1db268f 100644
--- a/x11-apps/xpdf/DETAILS
+++ b/x11-apps/xpdf/DETAILS
@@ -3,28 +3,31 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=xpdf-3.02pl1.patch
SOURCE3=xpdf-3.02pl2.patch
- SOURCE_URL=ftp://ftp.foolabs.com/pub/xpdf/
+ SOURCE4=xpdf-3.02pl3.patch
+ SOURCE_URL=ftp://ftp.foolabs.com/pub/xpdf
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
+ SOURCE4_URL=$PATCH_URL
WEB_SITE=http://www.foolabs.com/xpdf
SOURCE_VFY=sha1:f9940698840c8a8045677e8be68ab8580903e20a
SOURCE2_VFY=sha1:cd3c8ed6e1fd3606098b85d5cc8a7d1aa305266d
SOURCE3_VFY=sha1:d082ebe0d36cad0c04603950216f5c52de1c2593
+ SOURCE4_VFY=sha1:7b4644d6cc5835a708f4ef34ad5713553c716115
ENTERED=20020218
- UPDATED=20071108
- SHORT="a PDF viewer for X11"
+ UPDATED=20090417
+ SHORT="A PDF viewer for X11"
cat << EOF
Xpdf is an open source viewer for Portable Document Format (PDF)
-files. (These are also sometimes also called 'Acrobat' files, from
-the name of Adobe's PDF software.) The Xpdf project also includes a
+files. (These are also sometimes also called 'Acrobat' files, from
+the name of Adobe's PDF software.) The Xpdf project also includes a
PDF text extractor, PDF-to-PostScript converter, and various other
utilities.
-Xpdf runs under the X Window System on UNIX, VMS, and OS/2. The non-X
+Xpdf runs under the X Window System on UNIX, VMS, and OS/2. The non-X
components (pdftops, pdftotext, etc.) also run on Win32 systems and
should run on pretty much any system with a decent C++ compiler.
-Xpdf is designed to be small and efficient. It can use Type 1,
+Xpdf is designed to be small and efficient. It can use Type 1,
TrueType, or standard X fonts.
EOF
More information about the Lunar-commits
mailing list