diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-18 20:41:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-18 20:41:27 +0000 |
commit | 9796feb67d9ee8c2f04237382e12b857b4e6d227 (patch) | |
tree | 088b68f449cb1e67830c4e223b7b447f0200837d /converters/libwpd/Makefile | |
parent | 5d3328b25dd5dd7a65b7a10f6017af9b9b8a6ec3 (diff) | |
download | pkgsrc-9796feb67d9ee8c2f04237382e12b857b4e6d227.tar.gz |
Updated libwpd to 0.8.9.
CHANGES:
0.8.8 - 0.8.9
- Fix http://qa.openoffice.org/issues/show_bug.cgi?id=74134, a bug in WP1 document
type detection where we could try to seek to a negative place in document (Fridrich)
- Fix a regression wrt. 0.8.7 preventing the conversion of tab table in
WP1 and WP3 file-format (Fridrich)
- Fixed several overflow bugs reported by iDefense. An attacker could create a
carefully crafted Word Perfect file that could cause an application linked with
libwpd, such as OpenOffice, to crash or possibly execute arbitrary code if the
file was opened by a victim. (CVE-2007-0002) (iDefense's Sean Larsson, Fridrich)
0.8.7 - 0.8.8
- Add unit tests for the stream class (Fridrich & Andrew Ziem)
- Ignore foot/endnotes that are referenced inside other foot/endnotes (Fridrich);
fixes http://www.openoffice.org/issues/show_bug.cgi?id=71487
- Handle graciously unsupported password-protected documents; (Fridrich)
fixes http://www.openoffice.org/issues/show_bug.cgi?id=72307
- Remove warnings on main OpenOffice.org platforms (Fridrich)
- Remove some potential memory leaks in the WPXPropertyList class and optimize
the WPXPropertyList subscription operator (Fridrich)
- When possible, pass WPXStrings by reference instead of passing them by copy
(Fridrich)
- Refactor WPXString to not cast from and to void*; refactor WPXPropertyList and
WPXPropertyListVector classes as to save a bunch of virtual calls (Fridrich)
Diffstat (limited to 'converters/libwpd/Makefile')
-rw-r--r-- | converters/libwpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libwpd/Makefile b/converters/libwpd/Makefile index a3b00fe6108..eeed3bee97c 100644 --- a/converters/libwpd/Makefile +++ b/converters/libwpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2006/11/18 22:02:28 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/03/18 20:41:27 rillig Exp $ -DISTNAME= libwpd-0.8.7 +DISTNAME= libwpd-0.8.9 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/} |