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 | |
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')
-rw-r--r-- | converters/libwpd/Makefile | 4 | ||||
-rw-r--r-- | converters/libwpd/distinfo | 9 |
2 files changed, 7 insertions, 6 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/} diff --git a/converters/libwpd/distinfo b/converters/libwpd/distinfo index ce194a94faa..3f6a529eae1 100644 --- a/converters/libwpd/distinfo +++ b/converters/libwpd/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2006/11/18 22:02:28 wiz Exp $ +$NetBSD: distinfo,v 1.4 2007/03/18 20:41:28 rillig Exp $ -SHA1 (libwpd-0.8.7.tar.gz) = 80f2930acda85fc553207adadc5a4dba01846f64 -RMD160 (libwpd-0.8.7.tar.gz) = f954409c57cbe0ac8b2fae8d9e32c9d920238ff0 -Size (libwpd-0.8.7.tar.gz) = 564750 bytes +SHA1 (libwpd-0.8.9.tar.gz) = f5751f76dca619618659f480f32b35b9b7d88737 +RMD160 (libwpd-0.8.9.tar.gz) = c69853e8f86ee5c936102e00960a7fdea7984ab7 +Size (libwpd-0.8.9.tar.gz) = 569384 bytes +SHA1 (patch-aa) = 4c91375938db1761200af1b68cacd4714a4da004 |