Raspbian forward pporter [Sun, 22 Apr 2018 15:18:12 +0000 (16:18 +0100)]
Merge version 1:5.2.7-1+rpi1+deb9u3 and 1:5.2.7-1+deb9u4 to produce 1:5.2.7-1+rpi1+deb9u4
Rene Engelhard [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
Merge libreoffice (1:5.2.7-1+deb9u4) import into refs/heads/workingbranch
Caolán McNamara [Fri, 9 Feb 2018 10:49:39 +0000 (10:49 +0000)]
ofz#6173 check index before use
Change-Id: I09d15ab324af0a8b3566f11868eb3266a68c4afe
Reviewed-on: https://gerrit.libreoffice.org/49486
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Gbp-Pq: Name CVE-2018-10120.diff
Caolán McNamara [Sat, 27 Jan 2018 19:38:12 +0000 (19:38 +0000)]
ofz#5747 short->sal_Int32 like in StgDataStrm
Change-Id: I254c00b1142d7187beabe5d18532efec036de494
Reviewed-on: https://gerrit.libreoffice.org/48751
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Gbp-Pq: Name CVE-2018-10119.diff
Michael Stahl [Thu, 22 Jun 2017 08:39:36 +0000 (10:39 +0200)]
tdf#101821 sw: fix layout footnote use-after-free in SwRootFrame
The ClearSwLayouterEntries() accesses anchored objects and if they are
anchored in footnotes then RemoveFootnotes() has already deleted them.
(regression from
962d0500c4debaef43e5f146e47e08c66d851562)
Invalid write of size 1
at 0x4143CCB3: SwAnchoredObject::SetTmpConsiderWrapInfluence(bool) (anchoredobject.cxx:739)
by 0x414D8A21: SwObjsMarkedAsTmpConsiderWrapInfluence::Clear() (objstmpconsiderwrapinfl.cxx:58)
by 0x414C943E: SwLayouter::ClearObjsTmpConsiderWrapInfluence(SwDoc const&) (layouter.cxx:401)
by 0x411DBE57: sw::DocumentLayoutManager::ClearSwLayouterEntries() (DocumentLayoutManager.cxx:504)
by 0x414D05D9: SwRootFrame::DestroyImpl() (newfrm.cxx:594)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
Address 0x5feb6eee is 334 bytes inside a block of size 488 free'd
at 0x4C2F21A: operator delete(void*) (vg_replace_malloc.c:576)
by 0x41488962: SwFlyAtContentFrame::~SwFlyAtContentFrame() (flyfrms.hxx:134)
by 0x41535AFC: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:391)
by 0x415360BD: SwLayoutFrame::DestroyImpl() (ssfrm.cxx:477)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x414A2FF4: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:852)
by 0x414A3104: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:874)
by 0x414A321A: SwRootFrame::RemoveFootnotes(SwPageFrame*, bool, bool) (ftnfrm.cxx:897)
by 0x414D0558: SwRootFrame::DestroyImpl() (newfrm.cxx:585)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
Change-Id: I147f46d49c90de46189ad34feed66c289adddc15
Gbp-Pq: Name layout-footnote-use-after-free.diff
Caolán McNamara [Wed, 10 Jan 2018 14:27:35 +0000 (14:27 +0000)]
limit WEBSERVICE to http[s] protocols
and like excel...
'For protocols that aren’t supported, such as ftp:// or file://, WEBSERVICE
returns the #VALUE! error value.'
Change-Id: I0e9c6fd3426fad56a199eafac48de9b0f23914b3
Reviewed-on: https://gerrit.libreoffice.org/47776
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
(cherry picked from commit
a916fc0c0e0e8b10cb4158fa0fa173fe205d434a)
Gbp-Pq: Name WEBSERVICE-DDE.diff
Caolán McNamara [Thu, 1 Dec 2016 12:32:09 +0000 (12:32 +0000)]
rework diamond transition to use only opengl core
cause that's all we've got in gtk3
Change-Id: I6a47e344ccd39ba63e7a51ae18f89bb05bb642c4
Gbp-Pq: Name gtk3-opengl-slideshow.diff
John Paul Adrian Glaubitz [Sun, 27 Nov 2016 18:22:59 +0000 (19:22 +0100)]
Fix typo in configure.ac (mk68 -> m68k)
Change-Id: Ibbedf9444e2c43b3dff886d9513be7e3d2a99095
Gbp-Pq: Name m68k-java-arch.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
no-openssl
don't add -lssl etc if not needed (because we use system-postgresql)
Gbp-Pq: Name no-openssl.diff
Akshay Deep [Fri, 17 Jun 2016 08:11:00 +0000 (13:41 +0530)]
tdf#75369 Start Center: Non-installed applications aren't greyed out
Change-Id: I52de5d7062bebe816e90ba39f559cd57dfc1067c
Reviewed-on: https://gerrit.libreoffice.org/26406
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Gbp-Pq: Name startcenter-grey-out-not-installed.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
sparc64
Gbp-Pq: Name sparc64.diff
Rene Engelhard [Sun, 21 Feb 2016 01:20:43 +0000 (02:20 +0100)]
Revert "always support packagekit if dbus is enabled"
This reverts commit
f2984e95740cfbb9c74574f2a1225af3411d4901.
Gbp-Pq: Name no-packagekit-per-default.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
debian-branding
Gbp-Pq: Name debian-branding.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
rsc-no-error-about-unknown-switch
Gbp-Pq: Name rsc-no-error-about-unknown-switch.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
gcj-no-bitness-check
Gbp-Pq: Name gcj-no-bitness-check.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
hppa-is-32bit
Gbp-Pq: Name hppa-is-32bit.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
odk-no-dot
Gbp-Pq: Name odk-no-dot.diff
Bjoern Michaelsen [Wed, 12 Mar 2014 16:49:28 +0000 (17:49 +0100)]
make ConnectivityTools a normal target, so we can pack it
Gbp-Pq: Name build-connectivitytools.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
lo-xlate-lang-update
Gbp-Pq: Name lo-xlate-lang-update.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
javadoc-optional
Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.
Gbp-Pq: Name javadoc-optional.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
fix-internal-hsqldb-build
Gbp-Pq: Name fix-internal-hsqldb-build.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
disable-flaky-tests
Gbp-Pq: Name disable-flaky-tests.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
debian-hardened-buildflags-CPPFLAGS
Gbp-Pq: Name debian-hardened-buildflags-CPPFLAGS.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
make-package-modules-not-suck
Gbp-Pq: Name make-package-modules-not-suck.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
mysqlcppconn-libmysqlclient-SONAME
Gbp-Pq: Name mysqlcppconn-libmysqlclient-SONAME.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
jdbc-driver-classpaths
Gbp-Pq: Name jdbc-driver-classpaths.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
reportdesign-mention-package
Gbp-Pq: Name reportdesign-mention-package.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
sensible-lomua
===================================================================
Gbp-Pq: Name sensible-lomua.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
install-fixes
Gbp-Pq: Name install-fixes.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
build-against-shared-lpsolve
Gbp-Pq: Name build-against-shared-lpsolve.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
debian-debug
Gbp-Pq: Name debian-debug.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
split-evoab
Gbp-Pq: Name split-evoab.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
jurt-soffice-location
commit
b71107fb12e3c3125e0cb62c5a4f6636a80c6408
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
AuthorDate: Tue Jun 7 11:52:37 2011 +0200
Commit: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
CommitDate: Tue Jun 7 11:52:37 2011 +0200
on debian-based systems, we know where our soffice binary is
Gbp-Pq: Name jurt-soffice-location.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
gcj-safe-jni-h-include
Gbp-Pq: Name gcj-safe-jni-h-include.diff
Debian LibreOffice Maintainers [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
debian-opt
Gbp-Pq: Name debian-opt.diff
Rene Engelhard [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
libreoffice (1:5.2.7-1+deb9u4) stretch-security; urgency=high
* debian/patches/CVE-2018-10119.diff,
debian/patches/CVE-2018-10120.diff: as name says...
[dgit import unpatched libreoffice 1:5.2.7-1+deb9u4]
Rene Engelhard [Wed, 18 Apr 2018 15:17:55 +0000 (16:17 +0100)]
Import libreoffice_5.2.7-1+deb9u4.debian.tar.xz
[dgit import tarball libreoffice 1:5.2.7-1+deb9u4 libreoffice_5.2.7-1+deb9u4.debian.tar.xz]
Raspbian forward pporter [Mon, 12 Mar 2018 14:27:16 +0000 (14:27 +0000)]
Merge version 1:5.2.7-1+rpi1+deb9u2 and 1:5.2.7-1+deb9u3 to produce 1:5.2.7-1+rpi1+deb9u3
Rene Engelhard [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
Merge libreoffice (1:5.2.7-1+deb9u3) import into refs/heads/workingbranch
Michael Stahl [Thu, 22 Jun 2017 08:39:36 +0000 (10:39 +0200)]
tdf#101821 sw: fix layout footnote use-after-free in SwRootFrame
The ClearSwLayouterEntries() accesses anchored objects and if they are
anchored in footnotes then RemoveFootnotes() has already deleted them.
(regression from
962d0500c4debaef43e5f146e47e08c66d851562)
Invalid write of size 1
at 0x4143CCB3: SwAnchoredObject::SetTmpConsiderWrapInfluence(bool) (anchoredobject.cxx:739)
by 0x414D8A21: SwObjsMarkedAsTmpConsiderWrapInfluence::Clear() (objstmpconsiderwrapinfl.cxx:58)
by 0x414C943E: SwLayouter::ClearObjsTmpConsiderWrapInfluence(SwDoc const&) (layouter.cxx:401)
by 0x411DBE57: sw::DocumentLayoutManager::ClearSwLayouterEntries() (DocumentLayoutManager.cxx:504)
by 0x414D05D9: SwRootFrame::DestroyImpl() (newfrm.cxx:594)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
Address 0x5feb6eee is 334 bytes inside a block of size 488 free'd
at 0x4C2F21A: operator delete(void*) (vg_replace_malloc.c:576)
by 0x41488962: SwFlyAtContentFrame::~SwFlyAtContentFrame() (flyfrms.hxx:134)
by 0x41535AFC: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:391)
by 0x415360BD: SwLayoutFrame::DestroyImpl() (ssfrm.cxx:477)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x414A2FF4: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:852)
by 0x414A3104: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:874)
by 0x414A321A: SwRootFrame::RemoveFootnotes(SwPageFrame*, bool, bool) (ftnfrm.cxx:897)
by 0x414D0558: SwRootFrame::DestroyImpl() (newfrm.cxx:585)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
Change-Id: I147f46d49c90de46189ad34feed66c289adddc15
Gbp-Pq: Name layout-footnote-use-after-free.diff
Caolán McNamara [Wed, 10 Jan 2018 14:27:35 +0000 (14:27 +0000)]
limit WEBSERVICE to http[s] protocols
and like excel...
'For protocols that aren’t supported, such as ftp:// or file://, WEBSERVICE
returns the #VALUE! error value.'
Change-Id: I0e9c6fd3426fad56a199eafac48de9b0f23914b3
Reviewed-on: https://gerrit.libreoffice.org/47776
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
(cherry picked from commit
a916fc0c0e0e8b10cb4158fa0fa173fe205d434a)
Gbp-Pq: Name WEBSERVICE-DDE.diff
Caolán McNamara [Thu, 1 Dec 2016 12:32:09 +0000 (12:32 +0000)]
rework diamond transition to use only opengl core
cause that's all we've got in gtk3
Change-Id: I6a47e344ccd39ba63e7a51ae18f89bb05bb642c4
Gbp-Pq: Name gtk3-opengl-slideshow.diff
John Paul Adrian Glaubitz [Sun, 27 Nov 2016 18:22:59 +0000 (19:22 +0100)]
Fix typo in configure.ac (mk68 -> m68k)
Change-Id: Ibbedf9444e2c43b3dff886d9513be7e3d2a99095
Gbp-Pq: Name m68k-java-arch.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
no-openssl
don't add -lssl etc if not needed (because we use system-postgresql)
Gbp-Pq: Name no-openssl.diff
Akshay Deep [Fri, 17 Jun 2016 08:11:00 +0000 (13:41 +0530)]
tdf#75369 Start Center: Non-installed applications aren't greyed out
Change-Id: I52de5d7062bebe816e90ba39f559cd57dfc1067c
Reviewed-on: https://gerrit.libreoffice.org/26406
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Gbp-Pq: Name startcenter-grey-out-not-installed.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
sparc64
Gbp-Pq: Name sparc64.diff
Rene Engelhard [Sun, 21 Feb 2016 01:20:43 +0000 (02:20 +0100)]
Revert "always support packagekit if dbus is enabled"
This reverts commit
f2984e95740cfbb9c74574f2a1225af3411d4901.
Gbp-Pq: Name no-packagekit-per-default.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
debian-branding
Gbp-Pq: Name debian-branding.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
rsc-no-error-about-unknown-switch
Gbp-Pq: Name rsc-no-error-about-unknown-switch.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
gcj-no-bitness-check
Gbp-Pq: Name gcj-no-bitness-check.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
hppa-is-32bit
Gbp-Pq: Name hppa-is-32bit.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
odk-no-dot
Gbp-Pq: Name odk-no-dot.diff
Bjoern Michaelsen [Wed, 12 Mar 2014 16:49:28 +0000 (17:49 +0100)]
make ConnectivityTools a normal target, so we can pack it
Gbp-Pq: Name build-connectivitytools.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
lo-xlate-lang-update
Gbp-Pq: Name lo-xlate-lang-update.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
javadoc-optional
Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.
Gbp-Pq: Name javadoc-optional.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
fix-internal-hsqldb-build
Gbp-Pq: Name fix-internal-hsqldb-build.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
disable-flaky-tests
Gbp-Pq: Name disable-flaky-tests.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
debian-hardened-buildflags-CPPFLAGS
Gbp-Pq: Name debian-hardened-buildflags-CPPFLAGS.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
make-package-modules-not-suck
Gbp-Pq: Name make-package-modules-not-suck.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
mysqlcppconn-libmysqlclient-SONAME
Gbp-Pq: Name mysqlcppconn-libmysqlclient-SONAME.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
jdbc-driver-classpaths
Gbp-Pq: Name jdbc-driver-classpaths.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
reportdesign-mention-package
Gbp-Pq: Name reportdesign-mention-package.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
sensible-lomua
===================================================================
Gbp-Pq: Name sensible-lomua.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
install-fixes
Gbp-Pq: Name install-fixes.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
build-against-shared-lpsolve
Gbp-Pq: Name build-against-shared-lpsolve.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
debian-debug
Gbp-Pq: Name debian-debug.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
split-evoab
Gbp-Pq: Name split-evoab.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
jurt-soffice-location
commit
b71107fb12e3c3125e0cb62c5a4f6636a80c6408
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
AuthorDate: Tue Jun 7 11:52:37 2011 +0200
Commit: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
CommitDate: Tue Jun 7 11:52:37 2011 +0200
on debian-based systems, we know where our soffice binary is
Gbp-Pq: Name jurt-soffice-location.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
gcj-safe-jni-h-include
Gbp-Pq: Name gcj-safe-jni-h-include.diff
Debian LibreOffice Maintainers [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
debian-opt
Gbp-Pq: Name debian-opt.diff
Rene Engelhard [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
libreoffice (1:5.2.7-1+deb9u3) stretch; urgency=medium
* debian/patches/WEBSERVICE-DDE.diff:
- improve to not throw more errors than neccessary (use the right error
code) on WEBSERVICE() failures, thanks Jan-Marek Glogowski; do another
s/FormulaError::NoValue/formula::errNoValue/ for clarity
- backport
4a412bdf0387cc2cb59d656d0738a63a286ec497 from 5.4 branch
to let FunctionAccess execute WEBSERVICE
* debian/rules:
- do not run the tests except on i386 (notfatal) and amd64
- move dk.mk from -dev-common to -dev as it's not arch-indep, thanks
Rico Tzschichholz
[dgit import unpatched libreoffice 1:5.2.7-1+deb9u3]
Rene Engelhard [Thu, 22 Feb 2018 10:14:18 +0000 (10:14 +0000)]
Import libreoffice_5.2.7-1+deb9u3.debian.tar.xz
[dgit import tarball libreoffice 1:5.2.7-1+deb9u3 libreoffice_5.2.7-1+deb9u3.debian.tar.xz]
Raspbian forward porter [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
Merge libreoffice (1:5.2.7-1+rpi1+deb9u2) import into refs/heads/workingbranch
Michael Stahl [Thu, 22 Jun 2017 08:39:36 +0000 (10:39 +0200)]
tdf#101821 sw: fix layout footnote use-after-free in SwRootFrame
The ClearSwLayouterEntries() accesses anchored objects and if they are
anchored in footnotes then RemoveFootnotes() has already deleted them.
(regression from
962d0500c4debaef43e5f146e47e08c66d851562)
Invalid write of size 1
at 0x4143CCB3: SwAnchoredObject::SetTmpConsiderWrapInfluence(bool) (anchoredobject.cxx:739)
by 0x414D8A21: SwObjsMarkedAsTmpConsiderWrapInfluence::Clear() (objstmpconsiderwrapinfl.cxx:58)
by 0x414C943E: SwLayouter::ClearObjsTmpConsiderWrapInfluence(SwDoc const&) (layouter.cxx:401)
by 0x411DBE57: sw::DocumentLayoutManager::ClearSwLayouterEntries() (DocumentLayoutManager.cxx:504)
by 0x414D05D9: SwRootFrame::DestroyImpl() (newfrm.cxx:594)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
Address 0x5feb6eee is 334 bytes inside a block of size 488 free'd
at 0x4C2F21A: operator delete(void*) (vg_replace_malloc.c:576)
by 0x41488962: SwFlyAtContentFrame::~SwFlyAtContentFrame() (flyfrms.hxx:134)
by 0x41535AFC: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:391)
by 0x415360BD: SwLayoutFrame::DestroyImpl() (ssfrm.cxx:477)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x414A2FF4: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:852)
by 0x414A3104: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:874)
by 0x414A321A: SwRootFrame::RemoveFootnotes(SwPageFrame*, bool, bool) (ftnfrm.cxx:897)
by 0x414D0558: SwRootFrame::DestroyImpl() (newfrm.cxx:585)
by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
Change-Id: I147f46d49c90de46189ad34feed66c289adddc15
Gbp-Pq: Name layout-footnote-use-after-free.diff
Caolán McNamara [Wed, 10 Jan 2018 14:27:35 +0000 (14:27 +0000)]
limit WEBSERVICE to http[s] protocols
and like excel...
'For protocols that aren’t supported, such as ftp:// or file://, WEBSERVICE
returns the #VALUE! error value.'
Change-Id: I0e9c6fd3426fad56a199eafac48de9b0f23914b3
Reviewed-on: https://gerrit.libreoffice.org/47776
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
(cherry picked from commit
a916fc0c0e0e8b10cb4158fa0fa173fe205d434a)
Gbp-Pq: Name WEBSERVICE-DDE.diff
Caolán McNamara [Thu, 1 Dec 2016 12:32:09 +0000 (12:32 +0000)]
rework diamond transition to use only opengl core
cause that's all we've got in gtk3
Change-Id: I6a47e344ccd39ba63e7a51ae18f89bb05bb642c4
Gbp-Pq: Name gtk3-opengl-slideshow.diff
John Paul Adrian Glaubitz [Sun, 27 Nov 2016 18:22:59 +0000 (19:22 +0100)]
Fix typo in configure.ac (mk68 -> m68k)
Change-Id: Ibbedf9444e2c43b3dff886d9513be7e3d2a99095
Gbp-Pq: Name m68k-java-arch.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
no-openssl
don't add -lssl etc if not needed (because we use system-postgresql)
Gbp-Pq: Name no-openssl.diff
Akshay Deep [Fri, 17 Jun 2016 08:11:00 +0000 (13:41 +0530)]
tdf#75369 Start Center: Non-installed applications aren't greyed out
Change-Id: I52de5d7062bebe816e90ba39f559cd57dfc1067c
Reviewed-on: https://gerrit.libreoffice.org/26406
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Gbp-Pq: Name startcenter-grey-out-not-installed.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
sparc64
Gbp-Pq: Name sparc64.diff
Rene Engelhard [Sun, 21 Feb 2016 01:20:43 +0000 (02:20 +0100)]
Revert "always support packagekit if dbus is enabled"
This reverts commit
f2984e95740cfbb9c74574f2a1225af3411d4901.
Gbp-Pq: Name no-packagekit-per-default.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
debian-branding
Gbp-Pq: Name debian-branding.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
rsc-no-error-about-unknown-switch
Gbp-Pq: Name rsc-no-error-about-unknown-switch.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
gcj-no-bitness-check
Gbp-Pq: Name gcj-no-bitness-check.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
hppa-is-32bit
Gbp-Pq: Name hppa-is-32bit.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
odk-no-dot
Gbp-Pq: Name odk-no-dot.diff
Bjoern Michaelsen [Wed, 12 Mar 2014 16:49:28 +0000 (17:49 +0100)]
make ConnectivityTools a normal target, so we can pack it
Gbp-Pq: Name build-connectivitytools.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
lo-xlate-lang-update
Gbp-Pq: Name lo-xlate-lang-update.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
javadoc-optional
Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.
Gbp-Pq: Name javadoc-optional.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
fix-internal-hsqldb-build
Gbp-Pq: Name fix-internal-hsqldb-build.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
disable-flaky-tests
Gbp-Pq: Name disable-flaky-tests.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
debian-hardened-buildflags-CPPFLAGS
Gbp-Pq: Name debian-hardened-buildflags-CPPFLAGS.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
make-package-modules-not-suck
Gbp-Pq: Name make-package-modules-not-suck.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
mysqlcppconn-libmysqlclient-SONAME
Gbp-Pq: Name mysqlcppconn-libmysqlclient-SONAME.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
jdbc-driver-classpaths
Gbp-Pq: Name jdbc-driver-classpaths.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
reportdesign-mention-package
Gbp-Pq: Name reportdesign-mention-package.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
sensible-lomua
===================================================================
Gbp-Pq: Name sensible-lomua.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
install-fixes
Gbp-Pq: Name install-fixes.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
build-against-shared-lpsolve
Gbp-Pq: Name build-against-shared-lpsolve.diff
Debian LibreOffice Maintainers [Thu, 15 Feb 2018 00:33:12 +0000 (00:33 +0000)]
debian-debug
Gbp-Pq: Name debian-debug.diff