Update to 0.10.6 Fixes CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, CVE-2009-1188 and a couple of other bugs.
Detailed changelog at http://poppler.freedesktop.org/releases.html Major bumps to all shared libs. I think that only libpoppler.so needs a a bump, but bumps are cheap and don't hurt, and I may have missed some changes when reading the diffs. Comments? Oks? (developers can also find this diff in ~kili/poppler.diff) Index: Makefile =================================================================== RCS file: /cvs/ports/print/poppler/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile 19 Nov 2008 18:27:16 -0000 1.22 +++ Makefile 18 Apr 2009 20:59:07 -0000 @@ -4,17 +4,17 @@ COMMENT-main= PDF rendering library COMMENT-qt= qt interface to PDF rendering library COMMENT-qt4= qt4 interface to PDF rendering library -V= 0.10.0 +V= 0.10.6 DISTNAME= poppler-$V CATEGORIES= print -PKGNAME-main= poppler-$Vp0 -FULLPKGNAME-qt= poppler-qt-$Vp0 -FULLPKGNAME-qt4=poppler-qt4-$Vp0 +PKGNAME-main= poppler-$V +FULLPKGNAME-qt= poppler-qt-$V +FULLPKGNAME-qt4=poppler-qt4-$V -SHARED_LIBS += poppler 4.0 # .2.0 -SHARED_LIBS += poppler-glib 4.0 # .2.0 -SHARED_LIBS += poppler-qt 4.0 # .2.0 -SHARED_LIBS += poppler-qt4 3.0 # .2.0 +SHARED_LIBS += poppler 5.0 # .2.0 +SHARED_LIBS += poppler-glib 5.0 # .4.0 +SHARED_LIBS += poppler-qt 5.0 # .2.0 +SHARED_LIBS += poppler-qt4 4.0 # .4.0 HOMEPAGE= http://poppler.freedesktop.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/print/poppler/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 28 Oct 2008 12:59:55 -0000 1.5 +++ distinfo 18 Apr 2009 20:59:07 -0000 @@ -1,5 +1,5 @@ -MD5 (poppler-0.10.0.tar.gz) = xfMALCyylcTikJJaBA+Avg== -RMD160 (poppler-0.10.0.tar.gz) = BopPiV45Y1tijwoh9EILvxYuvso= -SHA1 (poppler-0.10.0.tar.gz) = gRtzVXto991kzsT+wL3Yo+dB1Vg= -SHA256 (poppler-0.10.0.tar.gz) = MgM8pxrA+FadJVR/u8NgPdsnOLMytcfy4ZVBCLkqtxo= -SIZE (poppler-0.10.0.tar.gz) = 1525340 +MD5 (poppler-0.10.6.tar.gz) = 4aLZi6WkGZ8g12N6fXmoKQ== +RMD160 (poppler-0.10.6.tar.gz) = 5PrsjMIvJac8HeoFTfHUOjZKXho= +SHA1 (poppler-0.10.6.tar.gz) = C6uUZER4junyG9/rptPWNaYYuAk= +SHA256 (poppler-0.10.6.tar.gz) = vNeNZ0xBZq8Gmv2yevgQwBLhPP0reyH53OY90/Yr3tE= +SIZE (poppler-0.10.6.tar.gz) = 1527715 Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/print/poppler/pkg/PLIST-main,v retrieving revision 1.4 diff -u -p -r1.4 PLIST-main --- pkg/PLIST-main 28 Oct 2008 12:59:55 -0000 1.4 +++ pkg/PLIST-main 18 Apr 2009 20:59:07 -0000 @@ -5,7 +5,6 @@ include/poppler/ include/poppler/Annot.h include/poppler/Array.h -include/poppler/BaseFile.h include/poppler/BuiltinFont.h include/poppler/BuiltinFontTables.h include/poppler/CMap.h @@ -22,7 +21,6 @@ include/poppler/FileSpec.h include/poppler/FontEncodingTables.h include/poppler/FontInfo.h include/poppler/Form.h -include/poppler/Function.cc include/poppler/Function.h include/poppler/Gfx.h include/poppler/GfxFont.h
