Subject: CVS commit: [pkgsrc-2006Q4] pkgsrc/converters/libwpd
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 03/20/2007 15:15:02
Module Name: pkgsrc
Committed By: salo
Date: Tue Mar 20 15:15:02 UTC 2007
Modified Files:
pkgsrc/converters/libwpd [pkgsrc-2006Q4]: Makefile distinfo
Added Files:
pkgsrc/converters/libwpd/patches [pkgsrc-2006Q4]: patch-aa
Log Message:
Pullup ticket 2053 - requested by rillig
security update for libwpd
Revisions pulled up:
- pkgsrc/converters/libwpd/Makefile 1.13
- pkgsrc/converters/libwpd/distinfo 1.4
- pkgsrc/converters/libwpd/patches/patch-aa 1.1
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 18 20:41:28 UTC 2007
Modified Files:
pkgsrc/converters/libwpd: Makefile distinfo
Log Message:
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)
---
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 18 20:41:50 UTC 2007
Added Files:
pkgsrc/converters/libwpd/patches: patch-aa
Log Message:
... and a patch for NetBSD 3.0.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.2.1 pkgsrc/converters/libwpd/Makefile
cvs rdiff -r1.3 -r1.3.2.1 pkgsrc/converters/libwpd/distinfo
cvs rdiff -r0 -r1.1.2.1 pkgsrc/converters/libwpd/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.