summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2023-04-04Bumnp version to 6.4-68co-6.4-68Andras Timar1-1/+1
Change-Id: Ie53c64f8644a121d023c3a64bd975540c2dc38b9
2023-04-04libffi: build DLL on WindowsJan-Marek Glogowski1-1/+1
The build setup is rather horrible, with some minimal gcc MSVC wrapper. But the DLL is a prerequisite for the Python 3.8 build, which dropped the internal libffi. It's also possible to build it statically, but then you have to patch the Python 3 _ctypes msbuild properties. This also defaults to explicit --build and --host settings, even without a cross build, because the predicted name would otherwise differ (*-unknown-* instead of *-pc-*). Additionally a "make install" also fails... Change-Id: Ifb7dac840e23efffb9a5e342560aef9e11e0db79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98436 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit 883068462fe5bcbb01a8e14736fc06d0c3695c62)
2023-04-04Bump version to 6.4-67co-6.4-67Andras Timar1-1/+1
Change-Id: Ia4f9b7c064c4d25a380083e3a40b923e44e4296b
2023-04-01Bump version to 6.4-66co-6.4-66Andras Timar1-1/+1
Change-Id: I5dfb8a7319631a033b2c836148bd73f94f4b8cc7
2023-04-01Revert "[cp] Enable MSP patching"Andras Timar1-4/+2
This reverts commit ae17170cf3edb45fd2e270e7be83d06b91df0d9e. Reason for revert: recent upgrades to OpenSSL and Python changed DLL file names, and that is not compatible with MSP patching. Change-Id: Iab962a1d6e391b92ee0934a5a6a75b0a483234ba
2023-04-01python3: upgrade to release 3.8.16Michael Stahl1-1/+1
Fixes CVE-2022-37454 and a few other ones that look less relevant including CVE-2022-45061 and CVE-2015-20107. Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143849 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 05f55b3898407828bb24347be56247f58803f7bb) Change-Id: I10fd254f7f0801d47119234bb3436874e98d8c91
2023-04-01Python3: update to 3.8.15Taichi Haradaguchi1-1/+1
* Fixes CVE-2022-40674 * Removed 0001-3.6-bpo-17239-Disable-external-entities-in-SAX-parse.patch.1 as fixed upstream Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141691 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit ea5843b67f1c2006aa1f68f2d00a991e1d463262) Change-Id: I8e71f9a6b013ca4c45bf8774b284be98eee71bab
2023-04-01python3: upgrade to release 3.8.13Taichi Haradaguchi1-1/+1
Remove some code in external/python3/darwin.patch.0 as it was fixed upstream(https://bugs.python.org/issue45405). Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139493 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit c8fd50f9ec02a131fd4c99e80f7252b49015653a) Change-Id: Ie6bfb2456f96a63adbf0dbcb9c902dc56f1151ee
2023-04-01python3: update to 3.8.10Jan-Marek Glogowski1-1/+1
So we don't build 3.8.8rc1 anymore. I didn't look into 3.9. Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117757 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit c22fc8e1f60bb98a87d22e7ff9bd3290dbb9fe02) Change-Id: Ife7d898c913b9b164168b0ef23a055deea55815f
2023-04-01python3: upgrade to release 3.8.8rc1Michael Stahl1-1/+1
Fixes CVE-2021-3177 plus these less important ones: CVE-2021-23336 CVE-2020-27619 CVE-2020-26116 CVE-2019-20907 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111208 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit a0c8dc42335764d07c16a017c6b00486ec17ae53) Change-Id: Idbe072a9db1faf8363b4f7795b9fde71c26969f0
2023-04-01python3: update to 3.8.4Jan-Marek Glogowski1-2/+2
With all the prerequisites in place, LO can be updated to the current Python release. Interestingly I found that Cygwin always seems to use LC_COLLATE=C, probably because the default collation rules are missing. Then there are the changes introduced in "PEP 587 -- Python Initialization Configuration", which appearingly have modified the DLL search path behaviour on Windows, so the OpenSLL DLLs aren't found anymore in the program directory. As a workaround, the OpenSLL and libffi DLLs are now (also) installed into the Python lib dir on Windows. Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98437 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit b4dfba947768834ffecc09056992019878711c8b) Change-Id: Ib82f7b77213da9c525f8c79a13d128d9eec9ca64
2023-03-25Bump version to 6.4-65co-6.4-65Andras Timar1-1/+1
Change-Id: Ida38dda000cbe1ad8294ac7b2262cc1a6d393efc
2023-03-25Bump version to 6.4-64co-6.4-64Andras Timar1-1/+1
Change-Id: Iaf0e7714633ac0213ca035633f15cfc7b5cbc1c2
2022-09-11Bump version to 6.4-63co-6.4-63Andras Timar1-1/+1
Change-Id: I96c4faba59584e2c708bb62bb966de45a41469b8
2022-05-31Bump version to 6.4-62cp-6.4-62Andras Timar1-1/+1
Change-Id: Ia5f0559adbc3eee2b9114872b817f0e0cfb3f898
2022-05-04Bump version to 6.4-61cp-6.4-61Andras Timar1-1/+1
Change-Id: Idda039c0deb2f37835a67069c2325e21622d2f0b
2022-04-06Bump version to 6.4-60Andras Timar1-1/+1
Change-Id: I41359b8ea96fef0fc22c8fc5c8b6f461ffaca68a
2022-04-06nss: build with zlib module on WNTMichael Stahl1-1/+5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132367 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 1c748fefc3c5b42e3548a1a7f5017a579982005a) Change-Id: Ie875b4a8df1697de83a8f22cb1170a49792c47e6
2022-03-15Bump version to 6.4-59cp-6.4-59Andras Timar1-1/+1
Change-Id: I133bf5974fb97f20a55cfd361dc72003df892720
2022-03-09Bump version to 6.4-58cp-6.4-58Andras Timar1-1/+1
Change-Id: I588260489aae25ee990d2f3c5a0d8a7d316d635f
2022-03-07Bump version to 6.4-57cp-6.4-57Andras Timar1-1/+1
Change-Id: I4f3195e43a78a56fb4c7e6ef3776d7fdb4aa0ee1
2022-02-21Bump version to 6.4-56cp-6.4-56Andras Timar1-1/+1
Change-Id: I3618297ca2a8982955a74d5e79172759b1434c2f
2022-02-07Bump version to 6.4-55Andras Timar1-1/+1
Change-Id: Ic43e6d8c0a0bb279f28ac175dff724913f1c48cf
2022-01-25Bump version to 6.4-54cp-6.4-54Andras Timar1-1/+1
Change-Id: I84ef6f9f36072c2874f279e4e3bb1c8e80bf7bad
2022-01-24Make installer compression tool configurableThorsten Behrens1-0/+10
So we can use pigz or other parallelizable tools if available. Shaves off noticeable build time when packaging install sets. - figure out if pigz is available (fallback to gzip otherwise) - pass compression tool down into make_installer - and handle as one of many global options there Change-Id: Ia9d1ea27a9f990874238b6f0be3e1fd30a662ec6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128469 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-12-21Bump version to 6.4-53cp-6.4-53Andras Timar1-1/+1
Change-Id: I02d59387f4e660f292f3a5205f36be27338b411c
2021-12-21add support for macOS SDK 12.1Noel Grandin1-4/+13
Change-Id: I30d816d5926e5b1771901c697b67eb275d122636 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126890 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127137 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127217
2021-12-21Accept iOS SDK 15.2Tor Lillqvist1-2/+2
Change-Id: I42182f86673586ce48905bdda3281ef4499263a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126958 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127143 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127216
2021-12-15Adapt to hamcrest-2.2-3.fc35.noarch.rpmStephan Bergmann1-0/+2
Change-Id: Ibddfc30a5f0828ab77235ec1155f1c2e1eef24ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116506 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126736 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-12-11upload libetonyek 0.1.10Caolán McNamara1-1/+1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115769 Tested-by: Jenkins Reviewed-by: David Tardon <dtardon@redhat.com> (cherry picked from commit 5471dc3238e8005fa146cfa0a81c5784ea018e95) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120734 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com> Change-Id: Iad586802e89b19701a20bebff06b238b617af2a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126687 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-12-08Bump version to 6.4-52cp-6.4-52Andras Timar1-1/+1
Change-Id: I5343238dc29c5abef8c59cf840b49099f71df38e
2021-12-02Bump verson to 6.4-51cp-6.4-51Andras Timar1-1/+1
Change-Id: I8c2006c05d41590b3760bf0f0ce9f69a826898a6
2021-11-24upload libmwaw 0.3.16David Tardon1-1/+1
Change-Id: Idc7ed6bbcd3298138fb92c81ddf7dd6278d201dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92472 Tested-by: Jenkins Reviewed-by: David Tardon <dtardon@redhat.com> (cherry picked from commit 56c4444638c0ebb21711b02d1ff235a3ffd3f232)
2021-11-16Accept macOS SDK 12.0Tor Lillqvist1-4/+13
Change-Id: I8bb01eb129428d887d5478d19b0c093c7eadfc56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125299 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-11-03Bump version to 6.4-50cp-6.4-50Andras Timar1-1/+1
Change-Id: I478b567d41e71c07d11c17449c0c64c90e3d529b
2021-10-06Bump version to 6.4-49cp-6.4-49Andras Timar1-1/+1
Change-Id: I02a0babcf09850157da31e769c618ec85cc0e8e1
2021-09-22Bump current iOS SDK version and drop the oldest onesTor Lillqvist1-2/+2
Grudgingly accept 14.0 as that is what the machine that builds for iOS in Gerrit has. Change-Id: I1eaebcbbe3f05b0e33efa4ca3fe79ced3d855114 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122420 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-09-20Bump version to 6.4-48cp-6.4-48Andras Timar1-1/+1
Change-Id: I775f09f0d58bf6ea9bd322414221e25a757ed9e2
2021-09-01Bump version to 6.4-47cp-6.4-47Andras Timar1-1/+1
Change-Id: Ic2afbbc77616bb9beac7b4d2fb9aa4bf1780ed2f
2021-08-16Bump version to 6.4-46Michael Meeks1-1/+1
Change-Id: Ic7e142795efaae460e12dc8c69b8848450a13d8a
2021-07-20Bump version to 6.4-45cp-6.4-45Andras Timar1-1/+1
Change-Id: I0d433c5deff7419fb178cbe7e2efca91dc43cff9
2021-07-06Bump version to 6.4-44cp-6.4-44Andras Timar1-1/+1
Change-Id: Ib76eca9727221edf513db015825f5c4cf2b5f528
2021-07-04Bump version to 6.4-43cp-6.4-43Andras Timar1-1/+1
Change-Id: I4167b402c13065f0af06285f11bd795e3de2f046
2021-06-29Bump version to 6.4-42cp-6.4-42Andras Timar1-1/+1
Change-Id: Id4682d6e2f170de70a51d1eab403a3de3acf0d80
2021-06-16Bump version to 6.4-41Andras Timar1-1/+1
Change-Id: Ie9d050aed6fcae9d638d65a080171045a070e446
2021-05-27Bump version to 6.4-40Andras Timar1-1/+1
Change-Id: Ia17dba4b083787fe1b0e0f28d39b3e8e43c0668f
2021-05-20Avoid Clang -Werror,-Wunused-command-line-argumentStephan Bergmann1-1/+1
> [CXX] bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx > clang-12: error: argument unused during compilation: '-fno-stack-clash-protection' [-Werror,-Wunused-command-line-argument] as seen e.g. on macOS 11.1 ARM64 when building against Clang 12 trunk. Clang supports -fstack-clash-protection on > $ clang --target=x86_64-unknown-linux-gnu -fstack-clash-protection -fsyntax-only -x c - </dev/null but not on e.g. > $ clang --target=aarch64-unknown-linux-gnu -fstack-clash-protection -fsyntax-only -x c - </dev/null > clang-12: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] or > $ clang --target=arm64-apple-macosx11.0.0 -fstack-clash-protection -fsyntax-only -x c - </dev/null > clang-12: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] Change-Id: I98625bb7ed37bf00e97634c1c8d1f87fe3263af9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109719 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115831 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-05-19We do want scripting on iOS, tooTor Lillqvist1-5/+1
The native-code.py script unconditionally generates references to that now. Change-Id: Ib0ca1e994af15597f8a191ccdd32d95efca063da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115796 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-05-12Bump version to 6.4-39Andras Timar1-1/+1
Change-Id: I281483b9d1e68d97d2cd1d2fc27a81554c4a64df
2021-05-12Bump version to 6.4-38Andras Timar1-1/+1
Change-Id: I9c95d0c13516b5ece7532545cd148de2f4b3c9f9