[libreoffice/f15] .doc parsing fixes

Caolan McNamara caolanm at fedoraproject.org
Thu Oct 6 08:37:51 UTC 2011


commit 9b0ebd582e009b47f56b013b01d8de80d2007afb
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Oct 6 09:37:46 2011 +0100

    .doc parsing fixes

 libreoffice.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 8b23999..2a04c4c 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -161,6 +161,7 @@ Patch72: 0001-catch-exceptions-from-missing-components-here-as-wel.patch
 Patch73: 0001-Resolves-rhbz-738255-avoid-crash-on-NULL-pointer.patch
 Patch74: 0001-On-recovery-from-an-autosave-file-use-DefaultFilter-.patch
 Patch75: 0001-Fix-for-fdo-35513-avoid-crash-while-processing-incor.patch
+Patch76: 2011-2713.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -841,6 +842,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc
 %patch73 -p1 -b .rhbz738255-avoid-crash-on-NULL-pointer.patch
 %patch74 -p1 -b .On-recovery-from-an-autosave-file-use-DefaultFilter-.patch
 %patch75 -p1 -b .fdo-35513-avoid-crash-while-processing-incor.patch
+%patch76 -p1 -b .2011-2713.patch
 
 touch scripting/source/pyprov/delzip
 touch scripting/util/provider/beanshell/delzip
@@ -2185,7 +2187,8 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{basisinstdir}/program/kde-open-url
 
 %changelog
-* Tue Sep 20 2011 Caolán McNamara <caolanm at redhat.com> 1:3.3.3.1-7.UNBUILT
+* Wed Oct 05 2011 Caolán McNamara <caolanm at redhat.com> 1:3.3.3.1-7
+- Resolves: CVE-2011-2713, binary .doc parsing fixes
 - Resolves: rhbz#739407 recovery from autosave for non odf format
 - Resolves: fdo#35513 avoid crash while processing incorrect print range
 


More information about the scm-commits mailing list