Accepting request 724357 from LibreOffice:Factory
- Update to 0.1.7: - Fix a few memory leaks found by oss-fuzz. - Fix date and time conversion to string. (tdf#98291) - Fix number conversion to string. (tdf#76829) - Fix unit conversion. (tdf#126292) - Handle more arrow styles. (tdf#126402) - Fix some issues found by Coverity. - Disable expanding entities by XML parser as a vulnerability prevention measure. Applications writing VSDX/VDX documents do not use entities, so there is no difference in behavior. OBS-URL: https://build.opensuse.org/request/show/724357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvisio?expand=0&rev=27
This commit is contained in:
commit
7ec8e4445f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9
|
|
||||||
size 676396
|
|
BIN
libvisio-0.1.7.tar.xz
(Stored with Git LFS)
Normal file
BIN
libvisio-0.1.7.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 18 07:19:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.1.7:
|
||||||
|
- Fix a few memory leaks found by oss-fuzz.
|
||||||
|
- Fix date and time conversion to string. (tdf#98291)
|
||||||
|
- Fix number conversion to string. (tdf#76829)
|
||||||
|
- Fix unit conversion. (tdf#126292)
|
||||||
|
- Handle more arrow styles. (tdf#126402)
|
||||||
|
- Fix some issues found by Coverity.
|
||||||
|
- Disable expanding entities by XML parser as a vulnerability
|
||||||
|
prevention measure. Applications writing VSDX/VDX documents do not use
|
||||||
|
entities, so there is no difference in behavior.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 7 10:48:14 UTC 2017 - tchvatal@suse.com
|
Tue Nov 7 10:48:14 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libvisio
|
# spec file for package libvisio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libname libvisio-0_1-1
|
%define libname libvisio-0_1-1
|
||||||
Name: libvisio
|
Name: libvisio
|
||||||
Version: 0.1.6
|
Version: 0.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for parsing the MS Visio file format structure
|
Summary: Library for parsing the MS Visio file format structure
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: Productivity/Publishing/Word
|
Group: Productivity/Publishing/Word
|
||||||
Url: http://www.freedesktop.org/wiki/Software/libvisio
|
URL: https://www.freedesktop.org/wiki/Software/libvisio
|
||||||
Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -130,8 +130,9 @@ make check %{?_smp_mflags}
|
|||||||
%doc %{_docdir}/%{name}-devel/html/
|
%doc %{_docdir}/%{name}-devel/html/
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%doc AUTHORS COPYING.* ChangeLog
|
%license COPYING.*
|
||||||
|
%doc AUTHORS ChangeLog
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*.1%{ext_man}
|
%{_mandir}/man1/*.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user