summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2021-02-04Bump version to 6.1.7.24cib-6.1-24Thorsten Behrens
Change-Id: I8eb044d0bb91d19ccf5b3d3c2e79da8d0fa4829d
2021-02-03We don't support building with Windows SDK 7.1AMike Kaganski
... it's already impossible with 6.2; and was only needed prior to 6.0, where Windows XP support was needed. Change-Id: Ia462f0b6566ae35bd68545d2d34d2987ee7907b9 Reviewed-on: https://gerrit.libreoffice.org/75334 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Conflicts: configure.ac
2021-01-29Bump version to 6.1.7.23cib-6.1-23Thorsten Behrens
Change-Id: Ice98e3e1bb542bf0eade8e9efd913b8210a752c3
2021-01-08Bump version to 6.1.7.22cib-6.1-22Thorsten Behrens
Change-Id: I4f68131a270aac21df53835672fc54a030de3e6e
2020-12-14Bump version to 6.1.7.21cib-6.1-21Thorsten Behrens
Change-Id: Id85ac9293734faa1bf95c08918e175bd5f6f201c
2020-12-04Check for X11/Intrinsic.h required by officebeanMike Kaganski
Change-Id: I49b6868c2896c4aa5a70c2517c2f35f3ea475f2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101341 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 406c8c6e46b3b0ba9a950767aef29a8e706dfeb6)
2020-12-04configure: fix kde4_libdirsMichael Stahl
Change-Id: Ie70a4d36a63068b5e2dff4552b0b2e4754d71559
2020-12-03Bump version to 6.1.7.20Thorsten Behrens
Change-Id: I6d03755f4203d2ae71bc7c55ddb76038a04a7c89
2020-10-07Bump version to 6.1.7.19cib-6.1-19Thorsten Behrens
Change-Id: I8cd0ec2fead4ddb0718d63377d2600f8d13812c9
2020-09-12Bump version to 6.1.7.18Thorsten Behrens
Change-Id: I7b4d2c98f1dae5cae9d9fcf77e8e7361176fa1ad
2020-08-21Bump version to 6.1.7.17cib-6.1-17Thorsten Behrens
Change-Id: I0cc2b799a9620c8f7b6e9bd0c77f1e139710bf5f
2020-07-17Bump version to 6.1.7.16cib-6.1-16Thorsten Behrens
Change-Id: I570a8ed2da2403cced8d4247657c94281bb021a9
2020-06-03Bump version to 6.1.7.15cib-6.1-15Thorsten Behrens
Change-Id: I75725ca4812e1afe5bf3264e93fdb963fdadcab2
2020-05-17Bump version to 6.1.7.14cib-6.1-14Thorsten Behrens
Change-Id: Id385446bc634c80e42cdc61b3973218f42cc7c56
2020-05-05Bump version to 6.1.7.13cib-6.1-13Thorsten Behrens
Change-Id: I3f6aa92d605b50c610149716966f3df92459b2c5
2020-04-22Don't search for old (<= 2.0) .NET SDK anymoreAron Budea
Try to find >= 4.6 .NET SDK first. +allow .NET SDK 4.7.2. Change-Id: I64084e894ee829ecff091fe16a45f309a51eb4d5 Reviewed-on: https://gerrit.libreoffice.org/57550 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 9b8c8c70fa8116f606ce0ebacdaad04ed9402c9f)
2020-04-21Bump version to 6.1.7.12cib-6.1-12Thorsten Behrens
Change-Id: I8c117bca2505b1bae60b54c17c5f5bb5033b7224
2020-04-21tdf#127711 - A runtime-switch for the MiniCrashDump and associated changesJuergen Funk
- add CrashDumpEnable to soffice.ini - also check env var CRASH_DUMP_ENABLE (overrides soffice.ini) - make sure _all_ binaries are added to symstore This is a squash of: https://gerrit.libreoffice.org/79273 https://gerrit.libreoffice.org/81989 https://gerrit.libreoffice.org/c/core/+/87260 https://gerrit.libreoffice.org/c/core/+/87261 https://gerrit.libreoffice.org/79272 https://gerrit.libreoffice.org/83171 https://gerrit.libreoffice.org/82751 https://gerrit.libreoffice.org/83066 https://gerrit.libreoffice.org/83726 https://gerrit.libreoffice.org/c/core/+/86465
2020-03-25Remove option to build against system PythonThorsten Behrens
With python3: upgrade to release 3.5.9 we only support internal python builds on this LTS branch. Change-Id: Ib7f9ab86c767b76a94b350b8ab0bcd413a8b2a62
2020-03-13Bump version to 6.1.7.11cib-6.1-11Thorsten Behrens
Change-Id: Ic32b4f944219577732a98babdb10d4027cf03bae
2020-03-11Bump version to 6.1.7.10cib-6.1-10Thorsten Behrens
Change-Id: I45f327df9f6ba5f4e617a15b80a0abb7f713781e
2020-02-10Bump version to 6.1.7.9cib-6.1-9Thorsten Behrens
Change-Id: I6383689734a83a71ec90806dc12726168e89a612
2019-12-20Bump version to 6.1.7.8cib-6.1-8Thorsten Behrens
Change-Id: I1237c4502d5b7f46fc510fce00377c8cce8dbcf0
2019-11-22configure: search harder for MSBbuild.exeMichael Stahl
If you install Visual Studio 2017 with the Visual Studio 2015 toolset, you don't get the 2015 MSBuild.exe so try to find the 2017 one. Also, DEVENV isn't used during the build so only warn if it's missing. FIXME: this doesn't actually work, msbuild.exe complains about wrong tools version 14.0. Change-Id: I656e37c4c524c0836430ba7d4a092f26817a5017
2019-11-21python3: upgrade to release 3.5.9Michael Stahl
Fixes CVE-2019-9948 CVE-2019-9740 CVE-2019-10160 CVE-2019-16056 and expat CVE-2019-15903. python-3.3.5-pyexpat-symbols.patch.1 fails to apply, and it's a mystery why --with-system-expat is used everywhere but on MacOSX, where 292af048ace2d4b455b2da3a22c784cb05db1d09 disabled it for no obvious reason, so try to remove the special case and get rid of the patch. Reviewed-on: https://gerrit.libreoffice.org/83117 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de> (cherry picked from commit b0930d56130fdddfe65e92b081a8afad77974076) Reviewed-on: https://gerrit.libreoffice.org/83189 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 0d4b1f624349361e5bf11b58ccc9e0e295c0e4aa) Remove external/python3/python-3.5.7-c99.patch.1 - was apparently reverted upstream. Change-Id: I5ba4532eb6e7c2fb90daba95d132dcc7c9013d96
2019-11-15Bump version to 6.1.7.7cib-6.1-7Thorsten Behrens
Change-Id: I1d7ef139642c201ad631b3ec48bd97ac80413b7f
2019-10-01Bump version to 6.1.7.6cib-6.1-6Thorsten Behrens
Change-Id: I110764d39edae9cc5d6f3e63f2a33aba1d680578
2019-09-17Bump version to 6.1.7.5cib-6.1-5Thorsten Behrens
Change-Id: I499cddc2e39c909f5673672c090ec834b0743f0f
2019-09-05Bump version to 6.1.7.4cib-6.1-4Thorsten Behrens
Change-Id: I786ad16e362edf2546c0783b64188f4ffb4c997e
2019-08-14Bump version to 6.1.7.3cib-6.1-3Thorsten Behrens
Change-Id: Ia9ea416138cad0244b672dee43b8b3e8261d990b
2019-08-14Add CIB branded folder to default listMarina Latini (CIB)
Added the branding CIB folder to the default themes list. The folder can be used also for providing custom branding. On Windows the configuration can be also enforced via GPO. Change-Id: Id606f463d043334d43fc20f320d00195524da991
2019-07-31sysui: fix rpm errors in freedesktop-menus (4.14.1)Michael Stahl
RPM build errors: Explicit %attr() mode not applicable to symlink: /workdir/CustomTarget/sysui/rpm/libreofficedev/freedesktop/usr/bin/libreofficedev6.1 Installed (but unpackaged) file(s) found: /usr/local/lib/girepository-1.0/LOKDocView-0.1.typelib /usr/share/gir-1.0/LOKDocView-0.1.gir The LOKDocView problem turned out to be the result of the first incremental build after adding --with-package-format, and previously it was avoided with a if in configure; moving the commands out of create_tree.sh should be more obvious and reliable though. Change-Id: I69c1566e26eeaa1d8bf88a3650a78da6ddfb5a3b Reviewed-on: https://gerrit.libreoffice.org/76596 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 634844354ee6ed884128086a80c3ee32c889d8c9)
2019-07-21Bump version to 6.1.7.2cib-6.1-2Thorsten Behrens
(and get signed msi packages back) Change-Id: I49748d9a1e0c9af4e3e248b45bf59a282411c8b2
2019-06-17Bump version to 6.1.7.1cib-6.1-1Thorsten Behrens
Final 1st release LibreOffice powered by CIB 6.1 Change-Id: I51c6dc30f3456b238c361db91c0a2772d7907f6d
2019-06-17Improve the Windows SDK 10 ProductVersion-PathJuergen Funk
At the moment the ProductVersion-Path has always the same format, with this patch, when the format the same, then no change is need for the next Version. Change-Id: I6a52fd20751ba139dd5ed6e3802f29c5e8f02975 Reviewed-on: https://gerrit.libreoffice.org/60041 Tested-by: Jenkins Reviewed-by: Juergen Funk (CIB) <juergen.funk_ml@cib.de> (cherry picked from commit dfb18a0557d5a897f443fd1f1d617365f6ae134a)
2019-06-17Add final CIB branding and product name updateMarina Latini (CIB)
- new brand folder and icon set - new icon set available in configure.ac and new CIB color for the startcenter - new LibreOffice powered by CIB product with SDK - new flat logo and main svg app - new Banner.bmp and Image.bmp for windows installer - new branding for MSI and splash screen - new branded locolor and hicolor icons Change-Id: Id583453910f50839dbe1f114afc5c6a4aa6c2e07
2019-04-12bump product version to 6.1.7.0.0+Christian Lohmaier
Change-Id: I6ac45e5024dead05d6bfe44d4ab2c6ad07f39acd
2019-04-04python3: upgrade to release 3.5.7Michael Stahl
Fixes CVE-2019-9636 CVE-2019-5010 CVE-2018-14647 Change-Id: If0a115960aed1ee90b63e6716c844669f0ec91e5 Reviewed-on: https://gerrit.libreoffice.org/70182 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 3c7354a85a9bd47a2676aadaad2f6622fe2d959c) Reviewed-on: https://gerrit.libreoffice.org/70194 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-01-31Revert "configure: require autoconf 2.68"Michael Stahl
This reverts commit 8bc2018c83aeef691313502a83e42e8a0cc8adf4. No longer needed for libnumbertext. Change-Id: I093cffacc26c71b1a687d7e0a1d228561097ded0 Reviewed-on: https://gerrit.libreoffice.org/67220 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2019-01-30Avoid CFLAGS being set by accidentStephan Bergmann
When no CFLAGS are passed into autogen.sh, f104b3cafee63b47a735cfdce0f05dab2eedbb91 "tdf#72987 run firebird test for little endian only for now" (introducing AC_C_BIGENDIAN before AC_PROG_CC) caused CFLAGS in config_host.mk to accidentally be set to -g -O2 (instead of being left undefined). Change-Id: I639ce74b468e7fb25a6bda97346c7f97d6b829aa Reviewed-on: https://gerrit.libreoffice.org/67125 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit fcb08e31ee0635fe61338246a57e926c11890ac7) Reviewed-on: https://gerrit.libreoffice.org/67135 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-01-29configure: require autoconf 2.68Michael Stahl
LO's own configure doesn't need it, but the ExternalProject_libnumbertext requires this version; since it's available in RHEL6 as "autoconf268", just keep it simple and require it in the top-level configure. Change-Id: I43a6ef10089363c344f06134d75f54685ed7026b Reviewed-on: https://gerrit.libreoffice.org/67002 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 182f5a0f34fa45d2f74ba22eda41d4e39dca93e5) Reviewed-on: https://gerrit.libreoffice.org/67057 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-01-18upgrade to python 3.5.6Caolán McNamara
Change-Id: I6cdfc50b2385c426e20ce0e9b216b18c763249b8 Reviewed-on: https://gerrit.libreoffice.org/66519 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Jenkins
2019-01-16bump product version to 6.1.6.0.0+Christian Lohmaier
Change-Id: I7428b3f6cf16cb32813420b7fb39c1e41c13761e
2018-11-28bump product version to 6.1.5.0.0+Christian Lohmaier
Change-Id: Ic5e5b929c353a1a438268ba01b40b70fc85a9bd7
2018-11-21tdf#121131: Default COMPILER_PLUGINS_CXX to g++ -std=c++11Stephan Bergmann
ab8bf5533f8de9bb1aa9dc83e650e4eccf0fcac3 "Avoid error message from configure about clang's header for compiler plugins" caused problems after cd472d1d8489f30797f47d3f6dafede28c1feb90 "Compile as C++2a, where available", when the compiler used to build LO (CXX) supports -std=gnu++2a but the compiler used to build loplugin (COMPILER_PLUGINS_CXX) does not. So solve that problem instead by just adding -std=c++11 to the default for COMPILER_PLUGINS_CXX. Change-Id: I95e86bc28f2a0dfb2b7bdce6b15955b870428b8c Reviewed-on: https://gerrit.libreoffice.org/62997 Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> Reviewed-by: Luboš Luňák <l.lunak@collabora.com> Tested-by: Jenkins (cherry picked from commit 4613e105f98af6e3b65ce87432b1a2db45e71ae2) Reviewed-on: https://gerrit.libreoffice.org/63714
2018-11-21Accept also macOS SDK 10.14Tor Lillqvist
Change-Id: I3ff9381e547d40f9155d5324f9178939f9d7dac6 Reviewed-on: https://gerrit.libreoffice.org/63626 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2018-11-08ENABLE_FIREBIRD_SDBC no defined in system-firebird caseCaolán McNamara
Change-Id: Ibfd5c7f0eb931faf00e40d349176237c12bfbdbf Reviewed-on: https://gerrit.libreoffice.org/62778 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-10-22tdf#120176 - Text appears as white on first launchheiko tietze
Splash screen text should be black now Change-Id: I963ffc89c48fdc1de148586cd6f0fb4bf35d44bd Reviewed-on: https://gerrit.libreoffice.org/61924 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> (cherry picked from commit 920bf3979cd7421110b65621635aefc072e8a779) Reviewed-on: https://gerrit.libreoffice.org/62176 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-10-16tdf#72987 split firebird test into a regression test and a "new" testRene Engelhard
former with endianness and latter with the new fbk format. Add new endianness-independent firebird test odbs This squashes tdf#72987 run firebird test for little endian only for now since those old(er) files still use the endianness-depending format. And remove x64 from the filename... Change-Id: I24e56cd8561c2ec6a1f77a66907c14cdea8248b6 Reviewed-on: https://gerrit.libreoffice.org/60916 Tested-by: Jenkins Reviewed-by: Rene Engelhard <rene@debian.org> and tdf#72987 split firebird test into a regression test and a "new" testHEADmaster former with endianness and latter with the new fbk format. Add new endianness-independent firebird test odbs Change-Id: I29be2e6916fcca74744211dba04463376fb6b8d5 Reviewed-on: https://gerrit.libreoffice.org/60917 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org> Change-Id: I29be2e6916fcca74744211dba04463376fb6b8d5 Reviewed-on: https://gerrit.libreoffice.org/61285 Tested-by: Rene Engelhard <rene@debian.org> Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-10-10bump product version to 6.1.4.0.0+Christian Lohmaier
Change-Id: I23ee7d9db3428a833be6fc1862c7b5e23a25bf3f