head 1.2; access; symbols pkgsrc-2013Q2:1.1.0.58 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.56 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.54 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.52 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.50 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.48 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.46 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.44 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.42 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.40 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.38 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.36 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.34 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.32 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.30 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.28 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.26 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.24 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.22 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.20 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.18 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.16 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.14 pkgsrc-2008Q1:1.1.0.12 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.10 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.8 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.6 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.4 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2013.08.24.21.50.24; author jaapb; state dead; branches; next 1.1; commitid y5GLxfDGRtdMOK2x; 1.1 date 2007.03.18.20.41.50; author rillig; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2007.03.18.20.41.50; author salo; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2007.03.20.15.15.01; author salo; state Exp; branches; next ; desc @@ 1.2 log @Updated package to latest version, 0.9.9. Removed obsolete patches, took over maintainership (all this okayed by the old maintainer, Jeremy C. Reed). Changes from 0.9.2 include (apart from various bugfixes): - WPX_SEEK_END for WPXMemoryInputStream (Laurent Alonso) - Metadata for wpd2html (David Hislop) - Change source code layout so that public headers be in inc/ and its subdirectories - libwpd.h and libwpd-stream.h are not generated headers anymore - Change the way we get version from libwpd build - Improvements to WPXOLEStream class - Added MPL2+ to the licenses libwpd is released under - Revert an accidental ABI change in WPXPropertyList - Link the Windows static libraries with DLL runtimes - libwpd-stream: Add experimental support for ZIP storages - libwpd-stream: Add WPX_SEEK_END to the WPXSeekType enum (Be sure that you are at offset 0 using it and check return value in order to be compatible with lower versions of libwpd) - New Visual Studio 2008 and Visual Studio 2010 build files - Don't output points as integer. This solves some rounding issues along with possibility of writing 10.5 point font size (Fridrich) - General improvement of code quality by buiding with -Weffc++ option (Fridrich) - Improvement of textbox code (Laurent Alonso) - Improvement of arabic charset mapping (Smokey Ardisson) - Build system rewrite and improvement (Tomas Chvatal) - Cleanup of return values (Thomas Klausner) - Conversion of extended characters in WP 42 parser (Fridrich) @ text @$NetBSD: patch-aa,v 1.1 2007/03/18 20:41:50 rillig Exp $ NetBSD 3.0 is missing the extern "C" around the definition of vsnprintf() in . In NetBSD 4.99.4, it is fixed. --- src/lib/WPXString.cpp.orig 2007-03-04 10:44:21.000000000 +0100 +++ src/lib/WPXString.cpp 2007-03-18 21:29:54.000000000 +0100 @@@@ -24,6 +24,12 @@@@ * Corel Corporation or Corel Corporation Limited." */ +#if defined(__NetBSD__) +extern "C" { +#include +} +#endif + #include "WPXString.h" #include "libwpd_internal.h" @ 1.1 log @... and a patch for NetBSD 3.0. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-aa was added on branch pkgsrc-2006Q4 on 2007-03-18 20:41:50 +0000 @ text @d1 20 @ 1.1.2.2 log @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. @ text @a0 20 $NetBSD: patch-aa,v 1.1.2.1 2007/03/20 15:15:01 salo Exp $ NetBSD 3.0 is missing the extern "C" around the definition of vsnprintf() in . In NetBSD 4.99.4, it is fixed. --- src/lib/WPXString.cpp.orig 2007-03-04 10:44:21.000000000 +0100 +++ src/lib/WPXString.cpp 2007-03-18 21:29:54.000000000 +0100 @@@@ -24,6 +24,12 @@@@ * Corel Corporation or Corel Corporation Limited." */ +#if defined(__NetBSD__) +extern "C" { +#include +} +#endif + #include "WPXString.h" #include "libwpd_internal.h" @