Up to [cvs.netbsd.org] / pkgsrc / print / poppler
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.55 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:27 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.54: +3 -1
lines
Diff to previous 1.54 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.54 / (download) - annotate - [select for diffs], Mon Jan 31 16:55:28 2011 UTC (15 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.53: +1 -2
lines
Diff to previous 1.53 (colored)
update to 0.16.2 This switches to a new major branch -- many improvements and fixes.
Revision 1.53 / (download) - annotate - [select for diffs], Thu Jan 13 13:39:14 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -1
lines
Diff to previous 1.52 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.52 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:55 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.51 / (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.50: +1 -2
lines
Diff to previous 1.50 (colored)
update to 0.14.4 changes: -bugfixes (in particular for security issues which were patched in pkgsrc) -fixed memory leaks
Revision 1.50 / (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.49: +2 -1
lines
Diff to previous 1.49 (colored)
Makefile.common is not a good place to set PKGREVISION -- distribute it over the corresponding Makefiles instead.
Revision 1.49 / (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.48: +2 -2
lines
Diff to previous 1.48 (colored)
update to 0.14.1 this is a new major branch, many fixes and improvements
Revision 1.48 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:16 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.47: +2 -1
lines
Diff to previous 1.47 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.47 / (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-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.46: +1 -2
lines
Diff to previous 1.46 (colored)
update to 0.12.4 changes: -bugfixes -Update requirement to Qt 4.4
Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:23 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.45: +2 -1
lines
Diff to previous 1.45 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.45 / (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.44: +1 -3
lines
Diff to previous 1.44 (colored)
update to 0.12.2 changes: minor bugfixes (also fix for CVE-2009-3607 which was patched in pkgsrc)
Revision 1.44 / (download) - annotate - [select for diffs], Thu Nov 19 17:58:41 2009 UTC (2 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.43: +3 -1
lines
Diff to previous 1.43 (colored)
The code which calculates linear gradients divides by zero under some circumstances. This leads to NaNs passed to cairo which makes that literally "nan" is inserted into the output file when printing. The resulting file crashes ghostscript, and also poppler when it is fed to it again. I didn't read PDF specs yet to understand where the math is failing, just avoided the division by zero.
Revision 1.43 / (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.42: +2 -3
lines
Diff to previous 1.42 (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.42 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:42 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
bump revision because of graphics/jpeg update
Revision 1.41 / (download) - annotate - [select for diffs], Tue Jul 28 18:22:49 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.40: +3 -1
lines
Diff to previous 1.40 (colored)
pull a patch from upstream which fixes generation of invalid postscript files in some cases, bump PKGREVISION
Revision 1.40 / (download) - annotate - [select for diffs], Sun Jun 14 21:16:22 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.39: +2 -1
lines
Diff to previous 1.39 (colored)
Convert @exec/@unexec to @pkgdir or drop it.
Revision 1.39 / (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.38: +1 -3
lines
Diff to previous 1.38 (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.38 / (download) - annotate - [select for diffs], Mon Apr 6 09:29:27 2009 UTC (3 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.37: +3 -1
lines
Diff to previous 1.37 (colored)
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
Revision 1.37 / (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,
pkgsrc-2009Q1
Changes since 1.36: +1 -3
lines
Diff to previous 1.36 (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.36 / (download) - annotate - [select for diffs], Thu Feb 26 20:23:02 2009 UTC (3 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.35: +3 -1
lines
Diff to previous 1.35 (colored)
pull some patches from upstream, to fix two crashes and an off-by-one in color management support, bump PKGREVISION
Revision 1.35 / (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.34: +13 -1
lines
Diff to previous 1.34 (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.34 / (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.33: +1 -2
lines
Diff to previous 1.33 (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.33 / (download) - annotate - [select for diffs], Fri Dec 5 01:57:07 2008 UTC (3 years, 5 months ago) by smb
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.32: +2 -5
lines
Diff to previous 1.32 (colored)
Delete non-functional reference to PAPERSIZE environment variable; add MESSAGE file saying what to do to get US Letter.
Revision 1.32 / (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.31: +2 -1
lines
Diff to previous 1.31 (colored)
Move MAINTAINER from Makefile.common into individual Makefiles. Okayed by reed.
Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 15 10:34:21 2008 UTC (3 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.30: +1 -3
lines
Diff to previous 1.30 (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.30 / (download) - annotate - [select for diffs], Wed Jul 9 10:30:37 2008 UTC (3 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.29: +3 -1
lines
Diff to previous 1.29 (colored)
add a missing pointer initialization, fixes possible memory corruption (CVE-2008-2950), patch from the advisory, bump PKGREVISION
Revision 1.29 / (download) - annotate - [select for diffs], Thu Jun 5 21:03:37 2008 UTC (3 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.28: +1 -3
lines
Diff to previous 1.28 (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.28 / (download) - annotate - [select for diffs], Thu May 15 09:15:41 2008 UTC (4 years ago) by drochner
Branch: MAIN
Changes since 1.27: +3 -1
lines
Diff to previous 1.27 (colored)
pulla patch from upstream CVS which appearently fixes a problem reported by Steven M. Bellovin on pkgsrc-users, bump PKGREVISION
Revision 1.27 / (download) - annotate - [select for diffs], Tue Apr 29 19:23:34 2008 UTC (4 years ago) by drochner
Branch: MAIN
Changes since 1.26: +1 -3
lines
Diff to previous 1.26 (colored)
update to 0.8.1 Some fixes which we had patched in pkgsrc are included now.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Apr 18 14:03:54 2008 UTC (4 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
-fix embedded font handling (CVE-2008-1693), patch from Ubuntu, bump PKGREVISION -being here, add a patch from upstream CVS which fixes display of 16-bit colors
Revision 1.25 / (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-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.24: +1 -3
lines
Diff to previous 1.24 (colored)
update to 0.6.2 changes: -security fixes (patched in pkgsrc) were integrated upstream -fix some possible crashes -cleanup
Revision 1.24 / (download) - annotate - [select for diffs], Thu Nov 8 12:06:12 2007 UTC (4 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.23: +3 -1
lines
Diff to previous 1.23 (colored)
apply a patch from poppler CVS (derived from xpdf) to fix a couple of memory corruption / buffer overflows (CVE-2007-4352, CVE-2007-5392, CVE-2007-5393) bump PKGREVISION
Revision 1.23 / (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.22: +1 -3
lines
Diff to previous 1.22 (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.22 / (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.21: +4 -5
lines
Diff to previous 1.21 (colored)
Add DESTDIR support.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Aug 2 14:41:18 2007 UTC (4 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
apply a patch from xpdf to fix an integer overflow vulnerability (CVE-2007-3387) bump PKGREVISION
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 17 15:53:09 2007 UTC (5 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
pull a patch from poppler CVS to fix MOAB-06-01-2007 (DOS) bump PKGREVISION
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jul 7 15:49:33 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.18: +1 -2
lines
Diff to previous 1.18 (colored)
LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
Revision 1.18 / (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-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.17: +1 -3
lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Sat Apr 1 19:57:57 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.16: +1 -3
lines
Diff to previous 1.16 (colored)
Remove the conflicst of xpdf now that utilities are in a different package. Ride on same revision from a little earlier.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 1 19:08:40 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.15: +6 -4
lines
Diff to previous 1.15 (colored)
Don't install PDF utilities here. I am about to import a new package for this. Bump PKGREVISION. Configure with --enable-splash-output (that was default before). Also --disable-utils.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 1 17:58:03 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.14: +4 -2
lines
Diff to previous 1.14 (colored)
This conflicts with xpdf for the utilities. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 31 20:37:37 2006 UTC (6 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.13: +4 -1
lines
Diff to previous 1.13 (colored)
Create the include/poppler directory from the base poppler package so that poppler-qt can install its headers properly. Found by tron@. This also helps in removing this shared directory (used in poppler-qt and poppler-glib) from a single place. Bump PKGREVISION of the three packages to 1.
Revision 1.13 / (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.12: +1 -3
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Thu Mar 9 01:19:16 2006 UTC (6 years, 2 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.11: +5 -6
lines
Diff to previous 1.11 (colored)
Remove the support for installing the "glib" wrapper files. A new package, print/poppler-glib, now provides this. And this means X11 (and GTK2) is no longer needed for libpoppler. Bump PKGREVISION. In buildlink3.mk file, remove the BUILDLINK_RECOMMENDED.poppler and increase the BUILDLINK_DEPENDS.poppler to this latest version so packages don't accidently attempt to depend on old poppler and poppler-glib at same time. Also include the fontconfig buildlink3.mk at joerg's request.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 15 18:08:35 2006 UTC (6 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
update to 0.4.5 - Security update; CVE-2006-0301 (buffer overflow)
Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:38 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:32 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 11 17:49:35 2006 UTC (6 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.7: +4 -8
lines
Diff to previous 1.7 (colored)
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".)
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 11 16:10:11 2006 UTC (6 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to poppler-0.4.4. From ChangeLog: 2006-01-10 Kristian Høgsberg <krh@redhat.com> * configure.ac: Bump realease to 0.4.4. * NEWS: Sum up changes. * poppler/DCTStream.cc: Backport patch for KDE #119569. 2006-01-10 Kristian Høgsberg <krh@redhat.com> Security patch from Martin Pitt (#5516). Multiple integer/buffer overflows. * poppler/Stream.cc (CCITTFaxStream::CCITTFaxStream): Check columns for negative or large values (CVE-2005-3624). * poppler/Stream.cc: Reset numComps to 0 since it's a global variable that is used later (CVE-2005-3627). * poppler/Stream.cc (DCTStream::readHuffmanTables): Fix out of bounds array access in Huffman tables (CVE-2005-3627). * poppler/Stream.cc (DCTStream::readMarker): Check for EOF in while loop to prevent endless loops (CVE-2005-3625). * poppler/JBIG2Stream.cc (JBIG2Bitmap::JBIG2Bitmap, JBIG2Bitmap::expand, JBIG2Stream::readHalftoneRegionSeg): Check user supplied width and height against invalid values. Allocate one extra byte to prevent out of bounds access in combine(). 2006-01-10 Kristian Høgsberg <krh@redhat.com> * poppler/Stream.cc: Fix bug in last security patch (#5514). Also, for the record, the security patch also fixes CVE-2005-3192 and CVE-2005-3193. 2005-12-18 Albert Astals Cid <aacid@kde.org> * configure.ac: Better jpeg detection, refer to ml PCbsd problem * qt/Makefile.am: Backport fix build on systems where fontconfig is not on /usr/include
Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 31 00:35:55 2005 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.5: +3 -4
lines
Diff to previous 1.5 (colored)
Update to 0.4.3: - Fix selection crasher (Nickolay V. Shmyrev, #4402). - Fix printing problem for single page output (#4555). - Fix miscellaneous compile problems/warnings. - CVE-2005-3191 and CAN-2005-2097 security fixes.
Revision 1.1.1.1.2.1 / (download) - annotate - [select for diffs], Thu Dec 15 01:00:51 2005 UTC (6 years, 5 months ago) by seb
Branch: pkgsrc-2005Q3
Changes since 1.1.1.1: +3 -3
lines
Diff to previous 1.1.1.1 (colored) next main 1.2 (colored)
Pullup ticket 955 - requested by Lubomir Sedlacik security fix via patch for print/poppler Module Name: pkgsrc Committed By: salo Date: Sun Dec 11 05:08:50 UTC 2005 Modified Files: pkgsrc/print/poppler: Makefile distinfo Added Files: pkgsrc/print/poppler/patches: patch-aa patch-ab patch-ac Log Message: Security fixes for CVE-2005-3191, CVE-2005-3192 and CVE-2005-3193. Patches from xpdf.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 11 05:08:50 2005 UTC (6 years, 5 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Security fixes for CVE-2005-3191, CVE-2005-3192 and CVE-2005-3193. Patches from xpdf.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 6 17:13:50 2005 UTC (6 years, 5 months ago) by reed
Branch: MAIN
Changes since 1.3: +9 -3
lines
Diff to previous 1.3 (colored)
Set --sysconfdir=${PKG_SYSCONFDIR} so that SYSTEM_XPDFRC in
${PREFIX}/include/poppler/poppler-config.h is set appropriately
for the user's PKG_SYSCONFBASE setting.
Use the PAPERSIZE variable to set the a4 option, the same way the
xpdf package does it.
These two improvements are from Mark Davies via private email.
Thank you Mark.
Bump PKGREVISION.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:53 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 16 12:24:06 2005 UTC (6 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +3 -4
lines
Diff to previous 1.1 (colored)
Update to 0.4.2:
Release 0.4.2
- Fix a rotation bug.
- Fix freetype pkg-config check
- Default to built-in decompression.
Release 0.4.1
- Fix and simplify glib rotation API.
- Fix build issue with freetype flags.
Release 0.4.0
- Real text selection.
- API breakage in glib wrapper: dropping dest_x and dest_y
arguments from poppler_page_render_to_pixbuf().
- Updates to glib printing API from Martin Kretzschmar to
support setting paper size and duplex from the application.
- Much work on Qt4 bindings and Arthur output device. Still
work in progress, thouhg.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 8 20:31:34 2005 UTC (6 years, 10 months ago) by reed
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q3-base
Branch point for: pkgsrc-2005Q3
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Add poppler from pkgsrc-wip. This is poppler, a PDF rendering library. It is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC. Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort and to reduce duplicated effort. And the poppler developers would like to move libpoppler forward in a number of areas that doesn't fit within the goals of xpdf.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 8 20:31:34 2005 UTC (6 years, 10 months ago) by reed
Branch: MAIN
Initial revision