[Lunar-commits] r17585 - moonbase/trunk/x11-apps/xpdf

Moritz Heiber moe at lunar-linux.org
Wed Dec 7 09:24:22 UTC 2005


Author: moe
Date: 2005-12-07 09:24:21 +0000 (Wed, 07 Dec 2005)
New Revision: 17585

Modified:
   moonbase/trunk/x11-apps/xpdf/BUILD
   moonbase/trunk/x11-apps/xpdf/DETAILS
Log:
Security update for xpdf. Fixes (at least) 4 different
crucial holes.



Modified: moonbase/trunk/x11-apps/xpdf/BUILD
===================================================================
--- moonbase/trunk/x11-apps/xpdf/BUILD	2005-12-07 05:29:46 UTC (rev 17584)
+++ moonbase/trunk/x11-apps/xpdf/BUILD	2005-12-07 09:24:21 UTC (rev 17585)
@@ -1,12 +1,14 @@
 (
 
-OPTS="$OPTS --with-freetype2-includes=/usr/include/freetype2 \
+  patch_it $SOURCE2 1 &&
+
+  OPTS="$OPTS --with-freetype2-includes=/usr/include/freetype2 \
             --with-gzip" &&
 
-# Need these exports to fix the freetype2 problems when freetype2 > 2.1.5
-export CXXFLAGS="-I/usr/include/freetype2 -I/usr/include" &&
-export CPPFLAGS="-I/usr/include" &&
+  # Need these exports to fix the freetype2 problems when freetype2 > 2.1.5
+  export CXXFLAGS="-I/usr/include/freetype2 -I/usr/include" &&
+  export CPPFLAGS="-I/usr/include" &&
 
-default_build
+  default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-apps/xpdf/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/xpdf/DETAILS	2005-12-07 05:29:46 UTC (rev 17584)
+++ moonbase/trunk/x11-apps/xpdf/DETAILS	2005-12-07 09:24:21 UTC (rev 17585)
@@ -1,15 +1,20 @@
           MODULE=xpdf
-         VERSION=3.01
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=3.01pl1
+          SOURCE=$MODULE-3.01.tar.gz
+         SOURCE2=$MODULE-$VERSION.patch
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.01
    SOURCE_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/
    SOURCE_URL[1]=ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/X/
    SOURCE_URL[2]=ftp://ftp.xopen.org/pub/PDF/$MODULE/
    SOURCE_URL[3]=ftp://planetmirror.com/pub/$MODULE/
+  SOURCE2_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/
+  SOURCE2_URL[1]=$PATCH_URL/
         WEB_SITE=http://www.foolabs.com/xpdf
       SOURCE_VFY=sha1:472cbf0f3df4e20a3ab7ada2e704b4e10d1d385b
+     SOURCE2_VFY=sha1:b8906e23b8de6c49f9e50aedaa160f17ea040f08
          ENTERED=20020218
-         UPDATED=20050818
-           SHORT="xpdf: a PDF viewer for X11R6."
+         UPDATED=20051207
+           SHORT="a PDF viewer for X11R6."
 
 cat << EOF
 Xpdf is an open source viewer for Portable Document Format (PDF)



More information about the Lunar-commits mailing list