Version: 0.2.8.4-bp152.2.24
* Mon Jan 29 2018 sndirsch@suse.com
- removed unneeded 'BuildRequires: xorg-x11-util-devel' (bsc#1077489)
* Tue Jun 20 2017 bwiedemann@suse.com
- Add reproducible.patch to sort input files to make build reproducible (boo#1041090)
* Tue Jun 30 2015 fstrba@suse.com
- Added patches:
* libwmf-0.2.8.4-CVE-2015-4695.patch
- Fix CVE-2015-4695: meta_pen_create heap buffer over read
(bsc#936058)
* libwmf-0.2.8.4-CVE-2015-4696.patch
- Fix CVE-2015-4696: wmf2gd/wmf2eps use after free (bsc#936062)
* Thu Jun 11 2015 fstrba@suse.com
- Added patches:
* libwmf-0.2.8.4-CVE-2015-0848.patch
- Fix CVE-2015-0848: Heap overflow on libwmf0.2-7 (bsc#933109)
* libwmf-0.2.8.4-badrle.patch
- Fix CVE-2015-4588: DecodeImage() does not check that the
run-length "count" fits into the total size of the image,
which can lead to a heap-based buffer overflow (bsc#933109)
* Wed Aug 20 2014 nadvornik@suse.com
- dropped libwmf-devel -> libwmf-tools dependency (bnc#892356)
* Wed May 28 2014 fstrba@suse.com
- Clean spec file with spec-cleaner
- Do not distribute *.la files
* Wed Mar 05 2014 nadvornik@suse.com
- Add libwmf-0.2.8.4-bnc495842.patch to fix realloc return value
usage (bnc#495842, bnc#831299)
* Tue Apr 16 2013 mmeister@suse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
* Mon Jun 18 2012 dimstar@opensuse.org
- Add libwmf-0_2-7 to baselibs.conf.
* Sat Mar 03 2012 jengelh@medozas.de
- Add libjpeg-devel as BuildRequires, needed to resolve build error
- Add selected Xorg packages to BR to have wmf2x be built again
* Mon Jan 30 2012 jengelh@medozas.de
- Remove further redundant sections
* Tue Nov 29 2011 jengelh@medozas.de
- Actually use "libwmf-tools" instead of wmf-utils, this goes much
more in line with the preexisting libwpd-tools and libwps-tools.
* Tue Nov 15 2011 jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Apply shlib packaging (-> new libwmf-0_2-7 subpackage),
create "wmf-utils" subpackage as suggested by namtrac
* Fri Dec 17 2010 coolo@novell.com
- fix file list
* Sun Apr 04 2010 ro@suse.de
- fix build of in-tree copy of gd to build with new libpng14
(long deprecated function has been removed)
* Thu Dec 24 2009 jengelh@medozas.de
- package baselibs.conf
- enable parallel build
* Mon Dec 21 2009 coolo@novell.com
- rediff another patch
* Tue Dec 08 2009 meissner@suse.de
- rediffed without fuzz, some spec cleanups
* Tue Nov 25 2008 sbrabec@suse.cz
- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).
* Tue Jan 16 2007 nadvornik@suse.cz
- changed gnome prefix to /usr
Version: 0.2.12-150000.4.6.2
* Wed May 19 2021 fstrba@suse.com
- Define conditionally make_build to fix build on systems that do
not have that macro
* Sat May 08 2021 dmueller@suse.com
- update to 0.2.12:
* upstream changed to fork from Fedora: https://github.com/caolanm/libwmf
* fix abi
* merge in fixes for libgd CVE-2019-6978
* release with coverity, clang and shellcheck fixes
* Seeing as wvware.sourceforge.net seems to be dead, but libwmf is still in
use and has had a bunch of security bugs reported against, and I've a
history with libwmf, I'll call this libwmf 0.2.9 and merge in my (Red Hat)
fixes.
- drop libwmf-0.2.8.4-ia64.patch, libwmf-0.2.8.4-config.patch: obsolete
- drop libwmf-0.2.8.4-overflow-CVE-2006-3376.patch: upstream via
https://github.com/caolanm/libwmf/commit/b9cc022c8d7dd8c557e2dae5681c2d344237b4f9
- drop libwmf-0.2.8.4-CVE-2015-0848.patch: part of
https://github.com/caolanm/libwmf/commit/879d6bffa6dd21b8c0e9ec3b5aa31b6ae090ef83
- drop libwmf-0.2.8.4-badrle.patch: part of
https://github.com/caolanm/libwmf/commit/879d6bffa6dd21b8c0e9ec3b5aa31b6ae090ef83
- drop libwmf-0.2.8.4-CVE-2015-4696.patch: upstream via
https://github.com/caolanm/libwmf/commit/f47cbdf96838c2daa7b8e489f59e62371d33352a
- drop libwmf-0.2.8.4-CVE-2015-4695.patch: upstream via
https://github.com/caolanm/libwmf/commit/b5ae5d1f3bbddf051a5c9dd01897bd835817f013
- drop reproducible.patch: differently done upstream
- drop use-pkg-config-for-freetype.patch: obsolete
* Mon Aug 24 2020 callumjfarmer13@gmail.com
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
* Fri May 04 2018 idonmez@suse.com
- Add use-pkg-config-for-freetype.patch to use pkgconfig to detect
Freetype libraries. Add BR autoconf, automake, libtool due to
above.
* Tue Mar 13 2018 crrodriguez@opensuse.org
- libwmf-0.2.8.4-config.patch: update so -config --libs
do not inject bogus dependencies to other packages.
- build with disable-static too.
* Thu Mar 01 2018 crrodriguez@opensuse.org
- Fix -devel package Requires not to still include xorg-x11-devel