Up to [cvs.netbsd.org] / pkgsrc / print / poppler
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.45 / (download) - annotate - [select for diffs], Mon Jul 11 10:05:22 2011 UTC (10 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
update to 0.16.7 changes: bugfixes pkgsrc change: set --enable-cms in frontend components if it was set in the base pkg -- the layout of some classes depends on this definition, and inconsistencies can lead to crashes (see poppler bug #35381)
Revision 1.44 / (download) - annotate - [select for diffs], Wed Mar 9 12:07:11 2011 UTC (14 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
update to 0.16.3 changes: -Increase precision in PS output device -bugfixes (shlib name changed)
Revision 1.43 / (download) - annotate - [select for diffs], Mon Jan 31 16:55:28 2011 UTC (15 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
update to 0.16.2 This switches to a new major branch -- many improvements and fixes.
Revision 1.42 / (download) - annotate - [select for diffs], Mon Nov 15 15:13:20 2010 UTC (18 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
update to 0.14.5 changes: minor fixes
Revision 1.41 / (download) - annotate - [select for diffs], Tue Nov 2 15:45:12 2010 UTC (18 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
update to 0.14.4 changes: -bugfixes (in particular for security issues which were patched in pkgsrc) -fixed memory leaks
Revision 1.40 / (download) - annotate - [select for diffs], Sat Oct 2 22:46:49 2010 UTC (19 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.39: +1 -2
lines
Diff to previous 1.39 (colored)
Makefile.common is not a good place to set PKGREVISION -- distribute it over the corresponding Makefiles instead.
Revision 1.39 / (download) - annotate - [select for diffs], Fri Oct 1 21:32:33 2010 UTC (19 months, 3 weeks ago) by spz
Branch: MAIN
Changes since 1.38: +2 -1
lines
Diff to previous 1.38 (colored)
security fixes from and for http://secunia.com/advisories/41596/ plus the necessary backporting to poppler-0.14.2 (and a pkgrev bump): poppler/Form.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=473de6f88a055bb03470b4af5fa584be8cb5fda4 Fix memory leak if obj2 is not a dict poppler/Dict.h poppler/Form.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=d2578bd66129466b2dd114b6407c147598e09d2b Avoid loops in Form::fieldLookup poppler/Stream.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=c6a091512745771894b54a71613fd6b5ca1adcb3 Fix memory leak fofi/FoFiType1.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=39d140bfc0b8239bdd96d6a55842034ae5c05473 Fix crash in broken pdf (code < 0) poppler/Decrypt.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=a2dab0238a69240dad08eca2083110b52ce488b7 Initialize properly charactersRead poppler/Gfx.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=2fe825deac055be82b220d0127169cb3d61387a8 Make sure obj1 is a num before reading it poppler/Gfx.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=3422638b2a39cbdd33a114a7d7debc0a5f688501 Fix crash in broken pdf (parser->getStream() is 0) poppler/Gfx.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=e853106b58d6b4b0467dbd6436c9bb1cfbd372cf Properly initialize parser poppler/Gfx.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=dfdf3602bde47d1be7788a44722c258bfa0c6d6e Give a value to color.c[i] poppler/Function.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=bf2055088a3a2d3bb3d3c37d464954ec1a25771f Properly initialize stack poppler/Function.cc http://cgit.freedesktop.org/poppler/poppler/commit/?id=26a5817ffec9f05ac63db6c5cd5b1f0871d271c7 Fix crash when idx is out of range
Revision 1.38 / (download) - annotate - [select for diffs], Sun Aug 15 11:19:18 2010 UTC (21 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
update to 0.14.2 changes: -Improve rendering of some annotations -bugfixes pkgsrc nore: shlib name changed, revbumps needed
Revision 1.37 / (download) - annotate - [select for diffs], Sat Jul 17 19:29:25 2010 UTC (22 months, 1 week ago) by tron
Branch: MAIN
Changes since 1.36: +2 -1
lines
Diff to previous 1.36 (colored)
Improve horrible version check to unbreak build under NetBSD 5.1* which provides both fmin(3) and fmax(3). The build is still broke under NetBSD 5.0_STABLE built from sources after 2010-03-12. A possible fix for this case is to upgrade to NetBSD 5.1*.
Revision 1.36 / (download) - annotate - [select for diffs], Wed Jul 14 17:04:22 2010 UTC (22 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
update to 0.14.1 this is a new major branch, many fixes and improvements
Revision 1.35 / (download) - annotate - [select for diffs], Tue Feb 23 20:11:58 2010 UTC (2 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
update to 0.12.4 changes: -bugfixes -Update requirement to Qt 4.4
Revision 1.34 / (download) - annotate - [select for diffs], Fri Jan 15 19:24:19 2010 UTC (2 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
update to 0.12.3 changes: -Improve the reconstruction of the XRef for broken files -Make PSOutputDev code a bit more resilient -bugfixes
Revision 1.33 / (download) - annotate - [select for diffs], Fri Nov 20 11:20:11 2009 UTC (2 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
update to 0.12.2 changes: minor bugfixes (also fix for CVE-2009-3607 which was patched in pkgsrc)
Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 21 10:18:57 2009 UTC (2 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
update to 0.12.1 changes: -Security fixes from xpdf 3.02pl4 -bugfixes -qt4 API improvements pkgsrc change: add patch for CVE-2009-3607 (integer overflow in create_surface_from_thumbnail_data)
Revision 1.31 / (download) - annotate - [select for diffs], Wed Sep 9 19:57:05 2009 UTC (2 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
update to 0.12.0 This is a major update, switches to the 0.12 release branch. Most notable change is that the color management stuff which we had as patches in pkgsrc is official now. Otherwise - many fixes and enhancements. (while this is a .0 release I've been tracking the 0.11.x snapshots and release candidate for a while so I don't expect big problems)
Revision 1.30 / (download) - annotate - [select for diffs], Mon May 25 21:05:23 2009 UTC (3 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
update to 0.10.7 changes: bugfixes
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Wed Apr 29 21:29:23 2009 UTC (3 years ago) by tron
Branch: pkgsrc-2009Q1
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Pullup ticket #2751 - requested by drochner poppler: security update Revisions pulled up: - print/poppler-glib/Makefile 1.19-1.20 - print/poppler/Makefile 1.38-1.39 - print/poppler/Makefile.common 1.29 - print/poppler/distinfo 1.42-1.43 - print/poppler/patches/patch-ai 1.8 - print/poppler/patches/patch-al 1.3 - print/poppler/patches/patch-am 1.1 - print/poppler/patches/patch-bc delete --- Module Name: pkgsrc Committed By: drochner Date: Mon Apr 6 09:29:27 UTC 2009 Modified Files: pkgsrc/print/poppler: Makefile distinfo Added Files: pkgsrc/print/poppler/patches: patch-al patch-am Log Message: fix some problems with interactive forms: -if a choice field defines both an "export value" and a "name", use the latter as "value" if selected (according to the PDF spec) -- makes that I can fill in my company's travel expenses form correctly (there is still an issue with captions of check boxes / radio buttons which looks like a font problem) -where iconv() is called to fill in a text field, use "UTF-8" and "UTF-16BE" as encoding names rather than the less portable "UTF8" and "UTF16BE" -- this makes it work on NetBSD bump PKGREVISION --- Module Name: pkgsrc Committed By: drochner Date: Mon Apr 6 09:31:45 UTC 2009 Modified Files: pkgsrc/print/poppler-glib: Makefile Log Message: bump PKGREVISION for font conversion patch added to the base pkg --- Module Name: pkgsrc Committed By: drochner Date: Fri Apr 17 16:08:18 UTC 2009 Modified Files: pkgsrc/print/poppler: Makefile Makefile.common distinfo pkgsrc/print/poppler/patches: patch-ai Removed Files: pkgsrc/print/poppler/patches: patch-bc Log Message: update to 0.10.6 changes: * Fix problems that happen when parsing broken JBIG2 files. 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 * Fix parsing of incorrect border arrays. (was patched in pkgsrc) * Fix clip test for fonts. * Fix getGlyphAdvance to behave correctly on font size changes. * Misc build fixes --- Module Name: pkgsrc Committed By: drochner Date: Fri Apr 17 16:08:54 UTC 2009 Modified Files: pkgsrc/print/poppler-glib: Makefile Log Message: reset PKGREVISION for base pkg update
Revision 1.29 / (download) - annotate - [select for diffs], Fri Apr 17 16:08:17 2009 UTC (3 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
update to 0.10.6 changes: * Fix problems that happen when parsing broken JBIG2 files. 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 * Fix parsing of incorrect border arrays. (was patched in pkgsrc) * Fix clip test for fonts. * Fix getGlyphAdvance to behave correctly on font size changes. * Misc build fixes
Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 19 12:12:24 2009 UTC (3 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base
Branch point for: pkgsrc-2009Q1
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
update to 0.10.5 Changes since 0.10.4: core: * Read the UF entry if present and prefer it over F in Filespec dictionary * Fix typo that was making CairoOutputDev crash on some files. Bug #17337 * Make JBIG2Stream more robust to corrupt input data * Do not blindly follow loops parsing OutlineItem. Bug #18364 * Set up the error manager before calling jpeg_create_decompress. Bug #20484 * Check there is an optional content config before using it. Bug #20587 * Fix rendering of some PDF with OpenType fonts. Bug #20605 build system: * Yet more support for build on windows * Use AC_CHECK_HEADER to find headers. Bug #20538 * Check for pkgconfig before using it * General autotools improvements
Revision 1.27 / (download) - annotate - [select for diffs], Thu Feb 12 20:55:07 2009 UTC (3 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
update to 0.10.4 changes: -fixed some crashes and a memory leak -fixed pdfimages to work for jpeg pkgsrc change: pulled in color management support from the development branch (but tested by me for many weeks), as an option which is on per default
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jan 13 10:18:56 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Update to 0.10.3: Release 0.10.3 core: * Fix a crash on documents with malformed outline. Bug #19024 * Fix leak on AnnotScreen destructor. Bug #19095 * Fix wrong PS generation when a large image is in Patterns. Bug #18908 * Remove BaseFile.h it was never used. Bug #19298 * Improve document saving * Fix PS generation of PDF with malformed font Length2 definition * Fix a leak while parsing annotations * Fix rendering of some checkboxes Qt4: * Fix positioning of Form rects on PDF with cropbox * Fix positioning of Annotation rects on PDF with cropbox. Bug #18558. * Small documentation improvements * Make Document::fonts() work when called more than once. Bug #19405 build system: * CMake: look harder for openjpeg * CMake: update the poppler core headers installation * Autotools: do not install Function.cc as it's not a header Qt: * Fix deserialization of links right coordinate
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 7 13:54:14 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Update to 0.10.2: Release 0.10.2 core: * Fix a crash when selecting text in word mode * Fix a crash in some malformed documents (second argument of opMarkPoint is not a dictionary) * Ensure cairo font matrix is invertable. Fixes bugs #18254 and #18429 * Fix a memory leak (Bug #18924) Qt4: * Fix deserization of links right coordinate misc: * Fix build on Solaris 10 + Sun Studio 12 * Compile with -pedantic
Revision 1.24 / (download) - annotate - [select for diffs], Thu Nov 20 14:33:00 2008 UTC (3 years, 6 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Note that this file is now also used by poppler-includes.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 20 14:28:22 2008 UTC (3 years, 6 months ago) by dillo
Branch: MAIN
Changes since 1.22: +1 -2
lines
Diff to previous 1.22 (colored)
Move MAINTAINER from Makefile.common into individual Makefiles. Okayed by reed.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Nov 10 20:59:27 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.21: +3 -2
lines
Diff to previous 1.21 (colored)
Update to 0.10.1: Release 0.10.1 core: * Improvements in Optional Content support * Small fix in Form support * Fix memory leak in case of error * Fix potential crash on text search * Try render documents with invalid indexed color space parameters. Bug #18374 * Fix crash on text extraction when poppler-data is not installed. Bug #18023 Qt: * Fix two memory leaks Qt4: * Small documentation improvement * Fix memory leak in the demo code
Revision 1.21 / (download) - annotate - [select for diffs], Fri Oct 24 23:28:53 2008 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.20: +5 -2
lines
Diff to previous 1.20 (colored)
Update to 0.10.0: Release 0.10.0 core: * Fix crashes on PDF using Stitching or Axial Shading painting * Fix rendering of PDF with Type1 fonts that have more than one encoding definition per line * Do not try to save documents that have Encryption as we do not support that and the user ended with a broken file * Fix crash on files with OptionalContentGroup but no Name Qt4: * Fix the area of the links to be correctly reported on rotated documents misc: * Mingw+Msys should work Release 0.9.3 (0.10 RC 2) core: * Fix rendering regression on some embedded fonts * Fix rendering regression of some special fonts * Fix crash on documents with bogus jpeg data Qt4: * The printing flag defaults to true on PSConverter * Documentation improvement utils: * Fix regression that made HmtlOutputDev ignore jpeg images misc: * Improve compilation on mingw Release 0.9.2 (0.10 RC 1) core: * Fix conversion to PS some files (bug #17645) * Small Form fixes * Small JS fixes * Improve memory usage of the cairo renderer utils: * Fix mismatched free/delete in pdftohtml * Fix memory leak in pdftohtml * Fix crash in pdftohtml glib: * Fix a crash in forms demo misc: * Compile with -pedantic Release 0.9.1 (0.10 Beta 2) Core: * Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523) * Improve parsing of broken files (bug #17568) glib frontend: * Minor improvements to the demo application utils: * pdftohtml: Generate the outline file in the same place of the other generated files (bug #17504) Release 0.9.0 (0.10 Beta 1) Core: * Initial JavaScript support * Annotation improvements * Improvements in the Arthur based renderer * Improvements in the Cairo based renderer * Added a JPEG2000 decoder based on OpenJPEG * Small fixes in ActualText implementation * Fix jpeg rendering when not using the libjpeg based decoder * Movie fixes * Do not get out of memory on documents that specify huge fonts * Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries * Forms improvements Qt4 frontend: * Annotation improvements * Forms improvements * Add the possibility of extracting embedded fonts * Initial Movie support * Documentation improvements * Small improvements in the PS exporter glib frontend: * Annotation improvements * Attachment fixes utils: * updated man pages * Added -listenc to pdfinfo and pdftotext
Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 14 14:17:58 2008 UTC (3 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
update to 0.8.7 changes: -Fix regression in Form rendering
Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 26 17:10:02 2008 UTC (3 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: cube-native-xorg-base,
cube-native-xorg
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
update to 0.8.6 Changes since 0.8.5: Core: * Call error() when font loading fails * Be less strict parsing TTF tables (bug #16940) * Fix crash due to uninitialized variable Qt 4 frontend: * Make the paper color setting working as it should * Make sure to use the correct page width/height for form widgets coordinates
Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 6 18:44:25 2008 UTC (3 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
update to 0.8.5 changes: -fix some crashes and memory leaks -pdftohtml improvements
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 15 10:34:21 2008 UTC (3 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
update to 0.8.4 changes: -bugfixes -build fix for qt4 (which doesn't work) The security fix for CVE-2008-2950 is not yet integrated upstream.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 5 21:03:37 2008 UTC (3 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
update to 0.8.3 changes: -fix crashes on certain input -Fix leaks -Do not limit CharCodeToUnicodeString to 8 characters -Support for surrogates outside the BMP plane pkgsrc note: the crashes had been fixed by patches in pkgsrc before
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 3 20:31:10 2008 UTC (3 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.14: +3 -2
lines
Diff to previous 1.14 (colored)
pkglint (added comments) no functional change
Revision 1.14 / (download) - annotate - [select for diffs], Thu May 1 13:32:08 2008 UTC (4 years ago) by xtraeme
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update to 0.8.2: core: * Fix call broken by a fix introduced in 0.8.1
Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 29 19:23:34 2008 UTC (4 years ago) by drochner
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
update to 0.8.1 Some fixes which we had patched in pkgsrc are included now.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 15 19:57:00 2008 UTC (4 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
update to 0.8.0 changes: * Fix caching of members in the glib frontend causing issues with rendering * Change glib public api to have a correct naming * Some better error handling on corner cases * Check the document stream is seekable when opening it * Build fixes with autotools and with cmake * Fix infinite recursion on some malformed documents when consulting the fonts * Fix possible crash when asking for Movie contents
Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 1 21:12:41 2008 UTC (4 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
update to 0.6.4 changes: -Fix crash in the Splash renderer when T3 fonts are badly defined -Draw underlined Links correctly -utils: Fix two use after free bugs in HtmlOutputDev.cc -some fixes to the qt4 frontend
Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 28 20:54:36 2007 UTC (4 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
update to 0.6.2 changes: -security fixes (patched in pkgsrc) were integrated upstream -fix some possible crashes -cleanup
Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 3 16:10:38 2007 UTC (4 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
update to 0.6.1 This switches to the new 0.6 branch which is not source compatible to 0.5.x. Most notable changes: -Merge xpdf 3.02 changes -Support for Sound objects -Support for Opening/Closing page actions -Support for page duration -Improve PS Tokenizer performance -Beginning of Interactive Form support -xpdfrc is no longer used for anything -Fix security issue MOAB-06-01-2007 -Lots of bugs fixed
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 9 18:42:51 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Add DESTDIR support.
Revision 1.6.4.1 / (download) - annotate - [select for diffs], Sat Dec 9 08:38:35 2006 UTC (5 years, 5 months ago) by salo
Branch: pkgsrc-2006Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Pullup ticket 1940 - requested by wiz security update for evince Revisions pulled up: - pkgsrc/print/evince/Makefile 1.26, 1.27 - pkgsrc/print/evince/Makefile.common 1.12 - pkgsrc/print/evince/PLIST 1.13 - pkgsrc/print/evince/distinfo 1.9, 1.10 - pkgsrc/print/evince/patches/patch-ac 1.1 - pkgsrc/print/evince-nautilus/Makefile 1.11, 1.12 - pkgsrc/print/poppler/Makefile.common 1.7 - pkgsrc/print/poppler/distinfo 1.14, 1.15 - pkgsrc/print/poppler/patches/patch-ab 1.6 - pkgsrc/print/poppler/patches/patch-ac 1.3, 1.4 - pkgsrc/print/poppler-qt/Makefile 1.14 - pkgsrc/print/poppler-qt/PLIST 1.3 Module Name: pkgsrc Committed By: drochner Date: Thu Oct 12 14:16:22 UTC 2006 Modified Files: pkgsrc/print/evince: Makefile Makefile.common PLIST distinfo pkgsrc/print/evince-nautilus: Makefile Log Message: update to 0.6.1 canges: -bugfixes -translation updates pkgsrc change: include tiff/buildlink directly instead relying on gtk to pull it in --- Module Name: pkgsrc Committed By: wiz Date: Wed Dec 6 14:48:35 UTC 2006 Modified Files: pkgsrc/print/evince: Makefile distinfo Added Files: pkgsrc/print/evince/patches: patch-ac Log Message: Fix CVE-2006-5864 using a patch from evince CVS. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: wiz Date: Wed Dec 6 14:51:36 UTC 2006 Modified Files: pkgsrc/print/evince-nautilus: Makefile Log Message: Bump PKGREVISION for evince/patches/patch-ac, to be on the safe side. --- Module Name: pkgsrc Committed By: rillig Date: Tue Oct 10 20:07:05 UTC 2006 Modified Files: pkgsrc/print/poppler: distinfo Added Files: pkgsrc/print/poppler/patches: patch-ac Log Message: Fixed "test ==". --- Module Name: pkgsrc Committed By: drochner Date: Thu Oct 12 14:12:15 UTC 2006 Modified Files: pkgsrc/print/poppler: Makefile.common distinfo pkgsrc/print/poppler/patches: patch-ab patch-ac Log Message: update to 0.5.4 changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed --- Module Name: pkgsrc Committed By: markd Date: Fri Oct 13 20:25:22 UTC 2006 Modified Files: pkgsrc/print/poppler-qt: Makefile PLIST Log Message: poppler-link-qt3.h should also be installed. Bump PKGREVISION. Should fix PR pkg/34810.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 12 14:12:15 2006 UTC (5 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
update to 0.5.4 changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed
Revision 1.6 / (download) - annotate - [select for diffs], Wed May 31 18:13:54 2006 UTC (5 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
update to 0.5.3 changes: -improved Qt bindings -Cairo backend now supports masked images -make glib bindings more language binding friendly -Search now works with ligatures -glib bindings now has an entry point to render to a cairo_t -GCC 4.1 and MSVC compilation fixes -bugfixes and cleanup
Revision 1.5 / (download) - annotate - [select for diffs], Tue May 9 16:31:56 2006 UTC (6 years ago) by joerg
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Uses C++.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 1 17:22:12 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Move the glib/Makefile.in patch-aa from the poppler-glib/patches/ directory to the poppler/patches/ directory. The checksum was removed, but patch still existed. So keep the patch in same place as the distinfo. Uncomment the PATCHDIR for this. (The patch is so libpoppler is not rebuilt -- just use the previously installed version. If there is any change my next patch updates PKGREVISION so will cover this too.)
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 30 21:30:25 2006 UTC (6 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update poppler, poppler-glib and poppler-qt to 0.5.1.
This is a development version but is needed to update evince to 0.5.2,
which is part of GNOME 2.14.0.
Release 0.5.1
- Support for embedded files.
- Handle 0-width lines correctly.
- Avoid external file use when opening fonts.
- Only use vector fonts returned from fontconfig (#5758).
- Fix scaled 1x1 pixmaps use for drawing lines (#3387).
- drawSoftMaskedImage support in cairo backend.
- Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420.
Release 0.5.0
- Font matching code for non embedded fonts now use fontconfig
instead of hard coded list of fonts.
- Merge in Xpdf 3.01 changes.
- Add command line tools from Xpdf.
- Make install of Xpdf header files ./configure'able.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 15 18:08:35 2006 UTC (6 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
update to 0.4.5 - Security update; CVE-2006-0301 (buffer overflow)
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 11 17:49:35 2006 UTC (6 years, 4 months ago) by reed
Branch: MAIN
Create a Makefile.common so poppler-qt will use same. Remove distinfo from poppler-qt. Make sure that poppler-qt depends on at least same version of poppler. Take maintainership for poppler-qt. This updates poppler-qt to 0.4.4. (I didn't check to see if fixes are related to "qt".)