libreoffice.git
6 years agoMerge version 1:6.3.3-3+rpi1 and 1:6.3.4-2 to produce 1:6.3.4-2+rpi1 archive/raspbian/1%6.3.4-2+rpi1 raspbian/1%6.3.4-2+rpi1
Raspbian automatic forward porter [Mon, 16 Dec 2019 16:05:06 +0000 (16:05 +0000)]
Merge version 1:6.3.3-3+rpi1 and 1:6.3.4-2 to produce 1:6.3.4-2+rpi1

6 years agoMerge libreoffice (1:6.3.4-2) import into refs/heads/workingbranch
Rene Engelhard [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
Merge libreoffice (1:6.3.4-2) import into refs/heads/workingbranch

6 years agoFix build with poppler-0.83
Martin Milata [Wed, 4 Dec 2019 01:37:40 +0000 (02:37 +0100)]
Fix build with poppler-0.83

Change-Id: I7a3684932b8f9c403a3368b42fa4d8039c67f1a9
Reviewed-on: https://gerrit.libreoffice.org/84384
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Gbp-Pq: Name fix-build-with-poppler-0.83.diff

6 years agoSwitch mdds to 1.5.0 and liborcus to 0.15.0.
Kohei Yoshida [Mon, 12 Aug 2019 17:57:34 +0000 (13:57 -0400)]
Switch mdds to 1.5.0 and liborcus to 0.15.0.

Change-Id: Ibff9a5e0f0771e4cf12b4dc3985661a01195e265
Reviewed-on: https://gerrit.libreoffice.org/77482
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
(cherry picked from commit 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4)

Correctly pack mdds 1.5.0.

Turns out the earlier mdds 1.5.0 package was not correctly packaged.
I've fixed that now, and re-published the 1.5.0 package, which does
contain the patch from Lubos.

Change-Id: I1ff7d6568568860f7cccd3be3bc29aaaebe7fd73
Reviewed-on: https://gerrit.libreoffice.org/77483
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
(cherry picked from commit 1c59fed7c43654736775580799f1165e8b8740a0)

Fix linking of newly created element in liborcus 0.15.0

After 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 "Switch mdds to 1.5.0 and
liborcus to 0.15.0", CppunitTest_sc_dataprovider started to fail in ASan builds
with

> ERROR: AddressSanitizer: new-delete-type-mismatch on 0x6060005b9340 in thread T4 (XML Fetch Threa):
>   object passed to delete has wrong type:
>   size of the allocated type:   56 bytes;
>   size of the deallocated type: 16 bytes.
>  #0 in operator delete(void*, unsigned long) at llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:172:3
>  #1 in orcus::xml_map_tree::element::~element() at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:238:13
[...]
>  #25 in std::unique_ptr<orcus::orcus_xml::impl, std::default_delete<orcus::orcus_xml::impl> >::~unique_ptr()
>  #26 in orcus::orcus_xml::~orcus_xml() at workdir/UnpackedTarball/liborcus/src/liborcus/orcus_xml.cpp:530:26
>  #27 in ScOrcusXMLContextImpl::importXML(ScOrcusImportXMLParam const&) at sc/source/filter/orcus/xmlcontext.cxx:286:5
[...]
> 0x6060005b9340 is located 0 bytes inside of 56-byte region [0x6060005b9340,0x6060005b9378)
> allocated by thread T4 (XML Fetch Threa) here:
>  #0 in operator new(unsigned long) at llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:99:3
>  #1 in orcus::xml_map_tree::element::element(char const*, orcus::pstring const&, orcus::xml_map_tree::element_type, orcus::xml_map_tree::reference_type) at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:203:26
>  #2 in std::unique_ptr<orcus::xml_map_tree::element, std::default_delete<orcus::xml_map_tree::element> > orcus::make_unique<orcus::xml_map_tree::element, char const*&, orcus::pstring, orcus::xml_map_tree::element_type, orcus::xml_map_tree::reference_type>(char const*&, orcus::pstring&&, orcus::xml_map_tree::element_type&&, orcus::xml_map_tree::reference_type&&) at workdir/UnpackedTarball/liborcus/src/liborcus/../../include/orcus/global.hpp:61:35
>  #3 in orcus::xml_map_tree::element::get_or_create_child(orcus::string_pool&, char const*, orcus::pstring const&) at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:271:9
>  #4 in orcus::xml_map_tree::get_linked_node(orcus::pstring const&, orcus::xml_map_tree::reference_type) at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:722:31
[...]

Change-Id: Iad8e06ead6f2655a3e26ceeab368e9b50028402f
Reviewed-on: https://gerrit.libreoffice.org/77519
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit ffdc97898b145c9b0cebd22f0393da2c27e17a47)

external/liborcus/version.patch.0 is gone

...since 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 "Switch mdds to 1.5.0 and
liborcus to 0.15.0."

Change-Id: I03c5336bbaf65a13f883a30a3fc4238b140a9cef
Reviewed-on: https://gerrit.libreoffice.org/77521
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit 6c286f807c03321a79f8aaa98c6a785da005d619)

Gbp-Pq: Name Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.diff

6 years agofix-flaky-bridgetest
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
fix-flaky-bridgetest

Gbp-Pq: Name fix-flaky-bridgetest.diff

6 years agofix-uicheck-tests-on-i386
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
fix-uicheck-tests-on-i386

Gbp-Pq: Name fix-uicheck-tests-on-i386.patch

6 years agoemfio-HAVE_MORE_FONTS
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
emfio-HAVE_MORE_FONTS

Gbp-Pq: Name emfio-HAVE_MORE_FONTS.diff

6 years agoapparmor-opencl
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
apparmor-opencl

AppArmor in Debian Buster now has OpenCL abstractions.

Include OpenCL abstractions to fix OpenCL usage in Calc.

Gbp-Pq: Name apparmor-opencl.diff

6 years agomariadb
Markus Koschany [Fri, 9 Nov 2018 22:06:15 +0000 (23:06 +0100)]
mariadb

Gbp-Pq: Name use-mariadb-java-instead-of-mysql-java.diff

6 years agodisableClassPathURLCheck
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
disableClassPathURLCheck

Gbp-Pq: Name disableClassPathURLCheck.diff

6 years agoapparmor-mesa
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
apparmor-mesa

Gbp-Pq: Name apparmor-mesa.diff

6 years agoapparmor: use dri-enumerate abstraction
Vincas Dargis [Sat, 4 Aug 2018 14:40:05 +0000 (17:40 +0300)]
apparmor: use dri-enumerate abstraction

Remove backported rule and use new dri-enumerate abstraction instead.
dri-enumerate is available in AppArmor 2.13, which recently migrated
into Debian Buster.

Change-Id: I64919edc1882f7bc1e65cfb94686464c5350f699

Gbp-Pq: Name apparmor-cleanups.diff

6 years agoapparmor-allow-java.security
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
apparmor-allow-java.security

Gbp-Pq: Name apparmor-allow-java.security.diff

6 years agodo-not-hide-test-output
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
do-not-hide-test-output

Gbp-Pq: Name do-not-hide-test-output.diff

6 years agodisable-java-in-odk-build-examples-on-zero-vm
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
disable-java-in-odk-build-examples-on-zero-vm

Gbp-Pq: Name disable-java-in-odk-build-examples-on-zero-vm.diff

6 years agoappstream-ignore-startcenter
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
appstream-ignore-startcenter

Gbp-Pq: Name appstream-ignore-startcenter.diff

6 years agohide-math-desktop-file
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
hide-math-desktop-file

Gbp-Pq: Name hide-math-desktop-file.patch

6 years agoapparmor-complain
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
apparmor-complain

Gbp-Pq: Name apparmor-complain.diff

6 years agodisable-unused-test-programs
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
disable-unused-test-programs

Gbp-Pq: Name disable-unused-test-programs.diff

6 years agocppunit-optional
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
cppunit-optional

Gbp-Pq: Name cppunit-optional.diff

6 years agodisable-some-sc-tests-with-internal-cppunit
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
disable-some-sc-tests-with-internal-cppunit

# fails with internal cppunit:
#
# [build LNK] CppunitTest/libtest_sc_subsequent_filters_test.so
# S=/data/rene/git/LibreOffice/master && I=$S/instdir && W=$S/workdir &&  /usr/bin/ccache x86_64-linux-gnu-g++ -shared -Wl,-z,noexecstack   -Wl,-z,origin '-Wl,-rpath,$ORIGIN/../Library' -Wl,-rpath-link,$I/program -Wl,-z,defs -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc  -Wl,--hash-style=gnu  -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions  -L$W/LinkTarget/StaticLibrary -L$I/sdk/lib  -L$I/program  -L$I/program  -L$W/LinkTarget/Library -Wl,-z,relro   -L/usr/lib/x86_64-linux-gnu  -L/usr/lib/x86_64-linux-gnu  -L/usr/lib/x86_64-linux-gnu   $W/CxxObject/sc/qa/unit/subsequent_filters-test.o      -Wl,--start-group    -L$W/UnpackedTarball/cppunit/src/cppunit/.libs -lcppunit  -lxml2 -lorcus-0.12 -lorcus-parser-0.12 -lboost_filesystem  -lboost_iostreams -lz -Wl,--end-group -Wl,--no-as-needed -lmergedlo -luno_cppu -luno_cppuhelpergcc3 -lforlo -lforuilo -li18nlangtag -looxlo -luno_sal -luno_salhelpergcc3 -lsclo -lscqahelper -lsubsequenttest -ltest -lunotest -lvbahelperlo  -o $W/LinkTarget/CppunitTest/libtest_sc_subsequent_filters_test.so
# /data/rene/git/LibreOffice/master/workdir/CxxObject/sc/qa/unit/subsequent_filters-test.o:(.data.rel.ro._ZTIN7CppUnit17AdditionalMessageE[_ZTIN7CppUnit17AdditionalMessageE]+0x10): undefined reference to `typeinfo for CppUnit::Message'
# collect2: error: ld returned 1 exit status
# /data/rene/git/LibreOffice/master/solenv/gbuild/LinkTarget.mk:598: recipe for target '/data/rene/git/LibreOffice/master/workdir/LinkTarget/CppunitTest/libtest_sc_subsequent_filters_test.so' failed
# make[4]: *** [/data/rene/git/LibreOffice/master/workdir/LinkTarget/CppunitTest/libtest_sc_subsequent_filters_test.so] Error 1
#
# interestingly, this works with system-cppunit...

Gbp-Pq: Name disable-some-sc-tests-with-internal-cppunit.diff

6 years agono-openssl
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
no-openssl

don't add -lssl etc if not needed (because we use system-postgresql)

Gbp-Pq: Name no-openssl.diff

6 years agosystem-officeotron-and-odfvalidator
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
system-officeotron-and-odfvalidator

Gbp-Pq: Name system-officeotron-and-odfvalidator.diff

6 years agoRevert "always support packagekit if dbus is enabled"
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

6 years agohppa-is-32bit
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
hppa-is-32bit

Gbp-Pq: Name hppa-is-32bit.diff

6 years agojavadoc-optional
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +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

6 years agofix-internal-hsqldb-build
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
fix-internal-hsqldb-build

Gbp-Pq: Name fix-internal-hsqldb-build.diff

6 years agodisable-flaky-tests
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
disable-flaky-tests

Gbp-Pq: Name disable-flaky-tests.diff

6 years agodebian-hardened-buildflags-no-LO-fstack-protector-strong
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
debian-hardened-buildflags-no-LO-fstack-protector-strong

don't hardcode -fstack-protector-strong in configure.ac/gbuild. We get the
hardening flags from dpkg-buildflags anyway.

Gbp-Pq: Name debian-hardened-buildflags-no-LO-fstack-protector-strong.diff

6 years agodebian-hardened-buildflags-CPPFLAGS
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
debian-hardened-buildflags-CPPFLAGS

Gbp-Pq: Name debian-hardened-buildflags-CPPFLAGS.diff

6 years agomediwiki-oor-replace
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
mediwiki-oor-replace

Gbp-Pq: Name mediwiki-oor-replace.diff

6 years agomake-package-modules-not-suck
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
make-package-modules-not-suck

Gbp-Pq: Name make-package-modules-not-suck.diff

6 years agojdbc-driver-classpaths
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
jdbc-driver-classpaths

Gbp-Pq: Name jdbc-driver-classpaths.diff

6 years agoreportdesign-mention-package
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
reportdesign-mention-package

Gbp-Pq: Name reportdesign-mention-package.diff

6 years agosensible-lomua
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
sensible-lomua

===================================================================

Gbp-Pq: Name sensible-lomua.diff

6 years agohelp-msg-add-package-info
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
help-msg-add-package-info

Gbp-Pq: Name help-msg-add-package-info.diff

6 years agomention-java-common-package
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
mention-java-common-package

Gbp-Pq: Name mention-java-common-package.diff

6 years agoinstall-fixes
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
install-fixes

Gbp-Pq: Name install-fixes.diff

6 years agobuild-against-shared-lpsolve
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
build-against-shared-lpsolve

Gbp-Pq: Name build-against-shared-lpsolve.diff

6 years agodebian-debug
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
debian-debug

Gbp-Pq: Name debian-debug.diff

6 years agosplit-evoab
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
split-evoab

Gbp-Pq: Name split-evoab.diff

6 years agojurt-soffice-location
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +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

6 years agodebian-opt
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
debian-opt

Gbp-Pq: Name debian-opt.diff

6 years agono-check-if-root
Debian LibreOffice Maintainers [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
no-check-if-root

Gbp-Pq: Name no-check-if-root.diff

6 years agolibreoffice (1:6.3.4-2) unstable; urgency=medium
Rene Engelhard [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
libreoffice (1:6.3.4-2) unstable; urgency=medium

  * reupload with full languages in control...

[dgit import unpatched libreoffice 1:6.3.4-2]

6 years agoImport libreoffice_6.3.4-2.debian.tar.xz
Rene Engelhard [Thu, 12 Dec 2019 21:52:05 +0000 (21:52 +0000)]
Import libreoffice_6.3.4-2.debian.tar.xz

[dgit import tarball libreoffice 1:6.3.4-2 libreoffice_6.3.4-2.debian.tar.xz]

6 years agoImport libreoffice_6.3.4.orig.tar.xz
Rene Engelhard [Thu, 5 Dec 2019 20:03:51 +0000 (20:03 +0000)]
Import libreoffice_6.3.4.orig.tar.xz

[dgit import orig libreoffice_6.3.4.orig.tar.xz]

6 years agoImport libreoffice_6.3.4.orig-helpcontent2.tar.xz
Rene Engelhard [Thu, 5 Dec 2019 20:03:51 +0000 (20:03 +0000)]
Import libreoffice_6.3.4.orig-helpcontent2.tar.xz

[dgit import orig libreoffice_6.3.4.orig-helpcontent2.tar.xz]

6 years agoImport libreoffice_6.3.4.orig-translations.tar.xz
Rene Engelhard [Thu, 5 Dec 2019 20:03:51 +0000 (20:03 +0000)]
Import libreoffice_6.3.4.orig-translations.tar.xz

[dgit import orig libreoffice_6.3.4.orig-translations.tar.xz]

6 years agoMerge version 1:6.3.3-2+rpi1 and 1:6.3.3-3 to produce 1:6.3.3-3+rpi1 archive/raspbian/1%6.3.3-3+rpi1 raspbian/1%6.3.3-3+rpi1
Raspbian automatic forward porter [Sun, 24 Nov 2019 13:38:18 +0000 (13:38 +0000)]
Merge version 1:6.3.3-2+rpi1 and 1:6.3.3-3 to produce 1:6.3.3-3+rpi1

6 years agoMerge libreoffice (1:6.3.3-3) import into refs/heads/workingbranch
Rene Engelhard [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
Merge libreoffice (1:6.3.3-3) import into refs/heads/workingbranch

6 years agoSwitch mdds to 1.5.0 and liborcus to 0.15.0.
Kohei Yoshida [Mon, 12 Aug 2019 17:57:34 +0000 (13:57 -0400)]
Switch mdds to 1.5.0 and liborcus to 0.15.0.

Change-Id: Ibff9a5e0f0771e4cf12b4dc3985661a01195e265
Reviewed-on: https://gerrit.libreoffice.org/77482
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
(cherry picked from commit 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4)

Correctly pack mdds 1.5.0.

Turns out the earlier mdds 1.5.0 package was not correctly packaged.
I've fixed that now, and re-published the 1.5.0 package, which does
contain the patch from Lubos.

Change-Id: I1ff7d6568568860f7cccd3be3bc29aaaebe7fd73
Reviewed-on: https://gerrit.libreoffice.org/77483
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
(cherry picked from commit 1c59fed7c43654736775580799f1165e8b8740a0)

Fix linking of newly created element in liborcus 0.15.0

After 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 "Switch mdds to 1.5.0 and
liborcus to 0.15.0", CppunitTest_sc_dataprovider started to fail in ASan builds
with

> ERROR: AddressSanitizer: new-delete-type-mismatch on 0x6060005b9340 in thread T4 (XML Fetch Threa):
>   object passed to delete has wrong type:
>   size of the allocated type:   56 bytes;
>   size of the deallocated type: 16 bytes.
>  #0 in operator delete(void*, unsigned long) at llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:172:3
>  #1 in orcus::xml_map_tree::element::~element() at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:238:13
[...]
>  #25 in std::unique_ptr<orcus::orcus_xml::impl, std::default_delete<orcus::orcus_xml::impl> >::~unique_ptr()
>  #26 in orcus::orcus_xml::~orcus_xml() at workdir/UnpackedTarball/liborcus/src/liborcus/orcus_xml.cpp:530:26
>  #27 in ScOrcusXMLContextImpl::importXML(ScOrcusImportXMLParam const&) at sc/source/filter/orcus/xmlcontext.cxx:286:5
[...]
> 0x6060005b9340 is located 0 bytes inside of 56-byte region [0x6060005b9340,0x6060005b9378)
> allocated by thread T4 (XML Fetch Threa) here:
>  #0 in operator new(unsigned long) at llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:99:3
>  #1 in orcus::xml_map_tree::element::element(char const*, orcus::pstring const&, orcus::xml_map_tree::element_type, orcus::xml_map_tree::reference_type) at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:203:26
>  #2 in std::unique_ptr<orcus::xml_map_tree::element, std::default_delete<orcus::xml_map_tree::element> > orcus::make_unique<orcus::xml_map_tree::element, char const*&, orcus::pstring, orcus::xml_map_tree::element_type, orcus::xml_map_tree::reference_type>(char const*&, orcus::pstring&&, orcus::xml_map_tree::element_type&&, orcus::xml_map_tree::reference_type&&) at workdir/UnpackedTarball/liborcus/src/liborcus/../../include/orcus/global.hpp:61:35
>  #3 in orcus::xml_map_tree::element::get_or_create_child(orcus::string_pool&, char const*, orcus::pstring const&) at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:271:9
>  #4 in orcus::xml_map_tree::get_linked_node(orcus::pstring const&, orcus::xml_map_tree::reference_type) at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:722:31
[...]

Change-Id: Iad8e06ead6f2655a3e26ceeab368e9b50028402f
Reviewed-on: https://gerrit.libreoffice.org/77519
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit ffdc97898b145c9b0cebd22f0393da2c27e17a47)

external/liborcus/version.patch.0 is gone

...since 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 "Switch mdds to 1.5.0 and
liborcus to 0.15.0."

Change-Id: I03c5336bbaf65a13f883a30a3fc4238b140a9cef
Reviewed-on: https://gerrit.libreoffice.org/77521
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit 6c286f807c03321a79f8aaa98c6a785da005d619)

Gbp-Pq: Name Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.diff

6 years agotdf#128111: "adsrc" doesn't exist from Postgresql 12
Julien Nabet [Sat, 12 Oct 2019 22:26:10 +0000 (00:26 +0200)]
tdf#128111: "adsrc" doesn't exist from Postgresql 12

Before Postgresql 8.0, there was only "adsrc"
then it's been deprecated
"The adsrc field is historical, and is best not used, because it does not track outside changes
 that might affect the representation of the default value.
 Reverse-compiling the adbin field (with pg_get_expr for example) is a better way to display the default value
"
and finally it's been removed with version 12

See evolution with:
- https://www.postgresql.org/docs/8/catalog-pg-attrdef.html
- https://www.postgresql.org/docs/11/catalog-pg-attrdef.html
- https://www.postgresql.org/docs/12/catalog-pg-attrdef.html

Merge with https://cgit.freedesktop.org/libreoffice/core/commit/?id=1ec93ef100bb5f6ccef91f12e28ed09feb3eb38b

Change-Id: I57e9da423a23b5a96bbb64b0e026b160e9643ab9
Reviewed-on: https://gerrit.libreoffice.org/80722
(cherry picked from commit 0c46c81e04530e8f6ce4f34195d8f0443ed8bfc3)
Reviewed-on: https://gerrit.libreoffice.org/80736
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Gbp-Pq: Name Postgresql-12-no-adsrc.diff

6 years agoFix build with poppler-0.82
Rasmus Thomsen [Sat, 26 Oct 2019 12:11:35 +0000 (14:11 +0200)]
Fix build with poppler-0.82

Change-Id: I3b6b3faea7986f3e5a6ae4790580d03bc9c955fc
Reviewed-on: https://gerrit.libreoffice.org/81545
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Gbp-Pq: Name Fix-build-with-poppler-0.82.diff

6 years agoPrepare for builds against ICU 64
Eike Rathke [Tue, 29 Oct 2019 19:31:41 +0000 (20:31 +0100)]
Prepare for builds against ICU 64

ICU 64 adds new scripts and Unicode blocks from Unicode 12 that need to
be handled.

This adds 9 new resource strings that will show up for translators, but
are not really necessary to be translated; unless a distribution
actually builds against ICU 64 they won't be displayed and even then
only in very rare circumstances (in Special Characters for fonts
containing the glyphs of these new Unicode blocks, unlikely). TDF builds
will not be affected as they are built against internal ICU 63.

Change-Id: I3cfdf6d2a4c6a56deb72ef837175ad48b1f521b5
Reviewed-on: https://gerrit.libreoffice.org/81714
Tested-by: Jenkins
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Gbp-Pq: Name Prepare-for-builds-against-ICU-64.diff

6 years agofix-flaky-bridgetest
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
fix-flaky-bridgetest

Gbp-Pq: Name fix-flaky-bridgetest.diff

6 years agofix-uicheck-tests-on-i386
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
fix-uicheck-tests-on-i386

Gbp-Pq: Name fix-uicheck-tests-on-i386.patch

6 years agoemfio-HAVE_MORE_FONTS
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
emfio-HAVE_MORE_FONTS

Gbp-Pq: Name emfio-HAVE_MORE_FONTS.diff

6 years agoapparmor-opencl
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
apparmor-opencl

AppArmor in Debian Buster now has OpenCL abstractions.

Include OpenCL abstractions to fix OpenCL usage in Calc.

Gbp-Pq: Name apparmor-opencl.diff

6 years agomariadb
Markus Koschany [Fri, 9 Nov 2018 22:06:15 +0000 (23:06 +0100)]
mariadb

Gbp-Pq: Name use-mariadb-java-instead-of-mysql-java.diff

6 years agodisableClassPathURLCheck
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
disableClassPathURLCheck

Gbp-Pq: Name disableClassPathURLCheck.diff

6 years agoapparmor-mesa
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
apparmor-mesa

Gbp-Pq: Name apparmor-mesa.diff

6 years agoapparmor: use dri-enumerate abstraction
Vincas Dargis [Sat, 4 Aug 2018 14:40:05 +0000 (17:40 +0300)]
apparmor: use dri-enumerate abstraction

Remove backported rule and use new dri-enumerate abstraction instead.
dri-enumerate is available in AppArmor 2.13, which recently migrated
into Debian Buster.

Change-Id: I64919edc1882f7bc1e65cfb94686464c5350f699

Gbp-Pq: Name apparmor-cleanups.diff

6 years agoapparmor-allow-java.security
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
apparmor-allow-java.security

Gbp-Pq: Name apparmor-allow-java.security.diff

6 years agodo-not-hide-test-output
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
do-not-hide-test-output

Gbp-Pq: Name do-not-hide-test-output.diff

6 years agodisable-java-in-odk-build-examples-on-zero-vm
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
disable-java-in-odk-build-examples-on-zero-vm

Gbp-Pq: Name disable-java-in-odk-build-examples-on-zero-vm.diff

6 years agoappstream-ignore-startcenter
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
appstream-ignore-startcenter

Gbp-Pq: Name appstream-ignore-startcenter.diff

6 years agohide-math-desktop-file
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
hide-math-desktop-file

Gbp-Pq: Name hide-math-desktop-file.patch

6 years agoapparmor-complain
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
apparmor-complain

Gbp-Pq: Name apparmor-complain.diff

6 years agodisable-unused-test-programs
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
disable-unused-test-programs

Gbp-Pq: Name disable-unused-test-programs.diff

6 years agocppunit-optional
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
cppunit-optional

Gbp-Pq: Name cppunit-optional.diff

6 years agodisable-some-sc-tests-with-internal-cppunit
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
disable-some-sc-tests-with-internal-cppunit

# fails with internal cppunit:
#
# [build LNK] CppunitTest/libtest_sc_subsequent_filters_test.so
# S=/data/rene/git/LibreOffice/master && I=$S/instdir && W=$S/workdir &&  /usr/bin/ccache x86_64-linux-gnu-g++ -shared -Wl,-z,noexecstack   -Wl,-z,origin '-Wl,-rpath,$ORIGIN/../Library' -Wl,-rpath-link,$I/program -Wl,-z,defs -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc  -Wl,--hash-style=gnu  -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions  -L$W/LinkTarget/StaticLibrary -L$I/sdk/lib  -L$I/program  -L$I/program  -L$W/LinkTarget/Library -Wl,-z,relro   -L/usr/lib/x86_64-linux-gnu  -L/usr/lib/x86_64-linux-gnu  -L/usr/lib/x86_64-linux-gnu   $W/CxxObject/sc/qa/unit/subsequent_filters-test.o      -Wl,--start-group    -L$W/UnpackedTarball/cppunit/src/cppunit/.libs -lcppunit  -lxml2 -lorcus-0.12 -lorcus-parser-0.12 -lboost_filesystem  -lboost_iostreams -lz -Wl,--end-group -Wl,--no-as-needed -lmergedlo -luno_cppu -luno_cppuhelpergcc3 -lforlo -lforuilo -li18nlangtag -looxlo -luno_sal -luno_salhelpergcc3 -lsclo -lscqahelper -lsubsequenttest -ltest -lunotest -lvbahelperlo  -o $W/LinkTarget/CppunitTest/libtest_sc_subsequent_filters_test.so
# /data/rene/git/LibreOffice/master/workdir/CxxObject/sc/qa/unit/subsequent_filters-test.o:(.data.rel.ro._ZTIN7CppUnit17AdditionalMessageE[_ZTIN7CppUnit17AdditionalMessageE]+0x10): undefined reference to `typeinfo for CppUnit::Message'
# collect2: error: ld returned 1 exit status
# /data/rene/git/LibreOffice/master/solenv/gbuild/LinkTarget.mk:598: recipe for target '/data/rene/git/LibreOffice/master/workdir/LinkTarget/CppunitTest/libtest_sc_subsequent_filters_test.so' failed
# make[4]: *** [/data/rene/git/LibreOffice/master/workdir/LinkTarget/CppunitTest/libtest_sc_subsequent_filters_test.so] Error 1
#
# interestingly, this works with system-cppunit...

Gbp-Pq: Name disable-some-sc-tests-with-internal-cppunit.diff

6 years agono-openssl
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
no-openssl

don't add -lssl etc if not needed (because we use system-postgresql)

Gbp-Pq: Name no-openssl.diff

6 years agosystem-officeotron-and-odfvalidator
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
system-officeotron-and-odfvalidator

Gbp-Pq: Name system-officeotron-and-odfvalidator.diff

6 years agoRevert "always support packagekit if dbus is enabled"
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

6 years agohppa-is-32bit
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
hppa-is-32bit

Gbp-Pq: Name hppa-is-32bit.diff

6 years agojavadoc-optional
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +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

6 years agofix-internal-hsqldb-build
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
fix-internal-hsqldb-build

Gbp-Pq: Name fix-internal-hsqldb-build.diff

6 years agodisable-flaky-tests
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
disable-flaky-tests

Gbp-Pq: Name disable-flaky-tests.diff

6 years agodebian-hardened-buildflags-no-LO-fstack-protector-strong
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
debian-hardened-buildflags-no-LO-fstack-protector-strong

don't hardcode -fstack-protector-strong in configure.ac/gbuild. We get the
hardening flags from dpkg-buildflags anyway.

Gbp-Pq: Name debian-hardened-buildflags-no-LO-fstack-protector-strong.diff

6 years agodebian-hardened-buildflags-CPPFLAGS
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
debian-hardened-buildflags-CPPFLAGS

Gbp-Pq: Name debian-hardened-buildflags-CPPFLAGS.diff

6 years agomediwiki-oor-replace
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
mediwiki-oor-replace

Gbp-Pq: Name mediwiki-oor-replace.diff

6 years agomake-package-modules-not-suck
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
make-package-modules-not-suck

Gbp-Pq: Name make-package-modules-not-suck.diff

6 years agojdbc-driver-classpaths
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
jdbc-driver-classpaths

Gbp-Pq: Name jdbc-driver-classpaths.diff

6 years agoreportdesign-mention-package
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
reportdesign-mention-package

Gbp-Pq: Name reportdesign-mention-package.diff

6 years agosensible-lomua
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
sensible-lomua

===================================================================

Gbp-Pq: Name sensible-lomua.diff

6 years agohelp-msg-add-package-info
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
help-msg-add-package-info

Gbp-Pq: Name help-msg-add-package-info.diff

6 years agomention-java-common-package
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
mention-java-common-package

Gbp-Pq: Name mention-java-common-package.diff

6 years agoinstall-fixes
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
install-fixes

Gbp-Pq: Name install-fixes.diff

6 years agobuild-against-shared-lpsolve
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
build-against-shared-lpsolve

Gbp-Pq: Name build-against-shared-lpsolve.diff

6 years agodebian-debug
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
debian-debug

Gbp-Pq: Name debian-debug.diff

6 years agosplit-evoab
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
split-evoab

Gbp-Pq: Name split-evoab.diff

6 years agojurt-soffice-location
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +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

6 years agodebian-opt
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
debian-opt

Gbp-Pq: Name debian-opt.diff

6 years agono-check-if-root
Debian LibreOffice Maintainers [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
no-check-if-root

Gbp-Pq: Name no-check-if-root.diff

6 years agolibreoffice (1:6.3.3-3) unstable; urgency=medium
Rene Engelhard [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
libreoffice (1:6.3.3-3) unstable; urgency=medium

  * debian/atches/Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.diff:
    as name says
  * debian/rules, debian/shlibs.override.orcus: adapt for above

[dgit import unpatched libreoffice 1:6.3.3-3]

6 years agoImport libreoffice_6.3.3-3.debian.tar.xz
Rene Engelhard [Wed, 20 Nov 2019 13:15:21 +0000 (13:15 +0000)]
Import libreoffice_6.3.3-3.debian.tar.xz

[dgit import tarball libreoffice 1:6.3.3-3 libreoffice_6.3.3-3.debian.tar.xz]

6 years agoMerge version 1:6.3.2-1+rpi1 and 1:6.3.3-2 to produce 1:6.3.3-2+rpi1 archive/raspbian/1%6.3.3-2+rpi1 raspbian/1%6.3.3-2+rpi1
Raspbian automatic forward porter [Mon, 4 Nov 2019 19:03:59 +0000 (19:03 +0000)]
Merge version 1:6.3.2-1+rpi1 and 1:6.3.3-2 to produce 1:6.3.3-2+rpi1

6 years agoMerge libreoffice (1:6.3.3-2) import into refs/heads/workingbranch
Rene Engelhard [Thu, 31 Oct 2019 17:07:12 +0000 (17:07 +0000)]
Merge libreoffice (1:6.3.3-2) import into refs/heads/workingbranch

6 years agotdf#128111: "adsrc" doesn't exist from Postgresql 12
Julien Nabet [Sat, 12 Oct 2019 22:26:10 +0000 (00:26 +0200)]
tdf#128111: "adsrc" doesn't exist from Postgresql 12

Before Postgresql 8.0, there was only "adsrc"
then it's been deprecated
"The adsrc field is historical, and is best not used, because it does not track outside changes
 that might affect the representation of the default value.
 Reverse-compiling the adbin field (with pg_get_expr for example) is a better way to display the default value
"
and finally it's been removed with version 12

See evolution with:
- https://www.postgresql.org/docs/8/catalog-pg-attrdef.html
- https://www.postgresql.org/docs/11/catalog-pg-attrdef.html
- https://www.postgresql.org/docs/12/catalog-pg-attrdef.html

Merge with https://cgit.freedesktop.org/libreoffice/core/commit/?id=1ec93ef100bb5f6ccef91f12e28ed09feb3eb38b

Change-Id: I57e9da423a23b5a96bbb64b0e026b160e9643ab9
Reviewed-on: https://gerrit.libreoffice.org/80722
(cherry picked from commit 0c46c81e04530e8f6ce4f34195d8f0443ed8bfc3)
Reviewed-on: https://gerrit.libreoffice.org/80736
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Gbp-Pq: Name Postgresql-12-no-adsrc.diff