OBS User unknown
2007-03-22 09:55:58 +00:00
committed by Git OBS Bridge
parent 52a97a611a
commit 10d718db42
4 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:886f3f19052a8f25d80d01095257ece08c408e45e1a1167d0201c482322913af
size 393288

3
libwpd-0.8.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c7067a0ae85006f9c43861f0a686dc595b8a123e98d4198716f98cb53ea32dc
size 569384

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 16 13:12:07 CET 2007 - stbinner@suse.de
- update to version 0.8.9:
* Fix 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)
-------------------------------------------------------------------
Sun Jan 14 17:11:40 CET 2007 - dmueller@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package libwpd (Version 0.8.8)
# spec file for package libwpd (Version 0.8.9)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,10 +15,10 @@ BuildRequires: doxygen gcc-c++ libgsf-devel
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Autoreqprov: on
Version: 0.8.8
Version: 0.8.9
Release: 1
Summary: Library for Importing WordPerfect (tm) Documents
Source: %{name}-%{version}.tar.bz2
Source: %{name}-%{version}.tar.gz
URL: http://libwpd.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -116,7 +116,18 @@ rm -rf $RPM_BUILD_ROOT
%defattr (-, root, root)
%{_bindir}/*
%changelog -n libwpd
%changelog
* Fri Mar 16 2007 - stbinner@suse.de
- update to version 0.8.9:
* Fix 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)
* Sun Jan 14 2007 - dmueller@suse.de
- update to version 0.8.8:
* Add unit tests for the stream class