summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Expand)AuthorFilesLines
2021-05-27upgrade to Expat 2.4.1Caolán McNamara3-12/+14
2021-05-27libxml2: upgrade to release 2.9.12Michael Stahl4-16/+4
2021-05-12pdfium build fix with Android NDK 19Andras Timar2-0/+18
2021-05-12serf should use bundled openssl headers, not system openssl headersAndras Timar1-0/+1
2021-05-12fix serf dependenciesLuboš Luňák1-0/+1
2021-05-12update serf to 1.3.9Luboš Luňák5-83/+59
2021-05-12allow utf-8 in xml names (liborcus) (tdf#141672)Luboš Luňák2-0/+305
2021-04-16xmlsec: fix signing documents on WNTMichael Stahl2-0/+69
2021-04-04external/libwpd: Missing include for size_tStephan Bergmann2-0/+11
2021-04-04external/liborcus: Missing includesStephan Bergmann2-0/+31
2021-04-03exteranl/coinmp: Fix build with recent GCC 11 trunkStephan Bergmann2-0/+34
2021-04-03external/coinmp: C++17 no longer supports "register"Stephan Bergmann2-0/+370
2021-03-30external/liblangtag: Avoid null pointer deref in lt_warning callStephan Bergmann2-0/+20
2021-03-18we have to keep the original python version number 3.7.7Andras Timar1-39/+39
2021-03-18Amend python3/macos-11.patch.0 after upgrade to Python 3.7.10Andras Timar1-23/+2
2021-03-18python3: upgrade to release 3.7.10Michael Stahl2-60/+1
2021-03-16Do build Pdfium for iOS, tooTor Lillqvist3-0/+29
2021-01-12CVE-2020-25713 raptor2: malformed input file can lead to a segfaultCaolán McNamara2-0/+34
2021-01-12poppler: upgrade to release 21.01.0Michael Stahl2-54/+40
2021-01-12openssl: add patch to fix CVE-2020-1971Michael Stahl2-0/+579
2020-12-16More NSS fixes for macOS on arm64Tor Lillqvist1-2/+19
2020-12-16Use up-to-date config.{guess,sub} for external/nss, tooTor Lillqvist1-0/+2
2020-12-02Must use 'rm -f' as this step will be re-run in subsequent make invocationsTor Lillqvist1-4/+4
2020-12-02Drop Python modules we don't want on macOS, too, like on other platformsTor Lillqvist1-2/+19
2020-12-01Guard against sysconf(_SC_OPEN_MAX) returning LONG_MAXTor Lillqvist1-0/+20
2020-11-19external: update pdfium to handle redact annotationsMiklos Vajna5-22/+67
2020-11-18Fix apr build with current Xcode: Include <stdlib.h> for exit()Tor Lillqvist2-0/+27
2020-11-17Make firebird build for macOS on arm64Tor Lillqvist2-0/+124
2020-11-16Make one more thing in Python compile for macOS on arm64Tor Lillqvist1-0/+12
2020-11-16Make python3 build on macOS 11, including for arm64Tor Lillqvist2-0/+48
2020-11-15Unbreak nss build for the native arm64 on an Apple Silicon MacTor Lillqvist1-1/+1
2020-11-15Fix build for Intel on an Apple Silicon MacTor Lillqvist1-0/+3
2020-11-15Use USE_DLFCN also on macOS on arm64Tor Lillqvist1-0/+14
2020-11-15Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist2-3/+2
2020-11-15Initial attempt at macOS on arm64 support for OpenSSLTor Lillqvist3-0/+15
2020-10-16Use correct location for the config.{guess,sub} in the postgresql tarballTor Lillqvist1-2/+2
2020-10-16Brown paper bag fix for e69f547bce7de376a0af464c5f7af5e7d2c8784aTor Lillqvist1-1/+1
2020-10-16Fix -Werror,-Wimplicit-function-declaration in posrgresql configuryTor Lillqvist2-0/+20
2020-09-24add an explicit --disable-qrcodegen configure optionco-6.4-5Caolán McNamara1-0/+4
2020-09-24cairo: avoid linking to freetype-2.8-only FT_Get_Var_Design_CoordinatesMiklos Vajna1-0/+31
2020-09-23cairo: avoid linking to freetype-2.8 symbolsMiklos Vajna2-0/+12
2020-09-22tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist5-17/+225
2020-09-19Set CROSS_COMPILE=1 when cross-compiling nssTor Lillqvist1-0/+1
2020-09-18Use up-to-date config.{guess,sub} for external/curl, tooTor Lillqvist1-0/+2
2020-09-18Use up-to-date config.{guess,sub} for external/xmlsec, tooTor Lillqvist1-0/+2
2020-09-18Enable cross-compilation of xmlsec on macOS (without pkg-config)Tor Lillqvist1-2/+2
2020-09-18Be more generic for CPUNAME=ARM64Tor Lillqvist1-2/+2
2020-09-18We don't actually build nss for iOS, but if we did, it would be for arm64Tor Lillqvist1-2/+2
2020-09-18Remove leftovers for OS X on PowerPCTor Lillqvist1-2/+1
2020-09-18Add getopt declarationsTor Lillqvist2-0/+26