summaryrefslogtreecommitdiff
path: root/external/nss
AgeCommit message (Expand)AuthorFilesLines
2022-08-15external/nss: Fix -Wincompatible-function-pointer-typesStephan Bergmann2-0/+235
2022-06-01nss: remove nss-3.13.5-zlib-werror.patchMichael Stahl2-14/+0
2022-06-01nss: upgrade to release 3.79Michael Stahl3-9/+9
2022-04-20android: Use property instead of ANDROID_NDK_HOME env varMichael Weghorn1-1/+1
2022-04-07nss: depend on zlibMichael Stahl1-0/+4
2022-04-01nss: build with zlib module on WNTMichael Stahl1-1/+2
2022-02-25Drop support for $host_os = 'macos*', in addition to 'darwin*'Stephan Bergmann1-2/+1
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski1-5/+4
2021-11-03external/nss: Silence invalid-null-argumentStephan Bergmann1-0/+9
2021-10-29external/nss: More -Werror,-Wunknown-pragmas with clang-clStephan Bergmann1-0/+11
2021-10-20nss: upgrade to release 3.71Michael Stahl7-115/+8
2021-08-13nss: fix build on ppc64le LinuxPaul Menzel1-0/+1
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski1-2/+2
2021-01-28mac: allow cross compiling with host/build x86_64-apple-macosChristian Lohmaier1-1/+1
2021-01-28nss: makefile bitrot: no need for android spcial case anymoreChristian Lohmaier1-1/+0
2021-01-19nss: fix parallel build race in nsinstall.pyMichael Stahl2-8/+12
2021-01-03Fix nss build on Raspberry pi4Julien Nabet1-0/+1
2020-12-21ios,nss: use AARCH64 consistentlyMichael Stahl1-1/+1
2020-12-07More NSS fixes for macOS on arm64Tor Lillqvist1-2/+19
2020-10-20Unbreak nss build for the native arm64 on an Apple Silicon MacTor Lillqvist1-1/+1
2020-10-14Fix build for Intel on an Apple Silicon MacTor Lillqvist1-0/+3
2020-10-05Fix nss build for iOSTor Lillqvist1-2/+2
2020-10-02nss: restore manual pre-dependency buildJan-Marek Glogowski4-5/+86
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist2-15/+205
2020-09-17nss: fix Windows Arm64 buildJan-Marek Glogowski3-0/+73
2020-08-18nss: fix Android buildMichael Stahl2-0/+16
2020-08-10nss: upgrade to release 3.55.0Michael Stahl3-50/+9
2020-08-07Use USE_DLFCN also on macOS on arm64Tor Lillqvist1-0/+14
2020-08-07Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist1-2/+1
2020-07-05Set CROSS_COMPILE=1 when cross-compiling nssTor Lillqvist1-0/+1
2020-07-05Be more generic for CPUNAME=ARM64Tor Lillqvist1-2/+2
2020-07-05We don't actually build nss for iOS, but if we did, it would be for arm64Tor Lillqvist1-2/+2
2020-07-05Use up-to-date config.{guess,sub} for external/nss, tooTor Lillqvist1-0/+2
2020-07-04Remove leftovers for OS X on PowerPCTor Lillqvist1-2/+1
2020-06-23Add getopt declarationsTor Lillqvist2-0/+26
2020-06-01NSS: update Android and iOS patchesJan-Marek Glogowski2-5/+7
2020-05-31NSS: enable parallel buildJan-Marek Glogowski7-29/+75
2020-05-07no longer force -arch:SSE on WindowsLuboš Luňák1-1/+1
2020-04-23Use equal number of leading and trailing context lines in patchTor Lillqvist1-1/+2
2020-03-27revert the gyp-based nss build changesLuboš Luňák15-527/+30
2020-03-26try to fix UnicodeDecodeError with gyp when building nssLuboš Luňák1-8/+8
2020-03-25nss: fix this up to work with Online againMiklos Vajna2-0/+12
2020-03-25Properly quote $(NINJA)Stephan Bergmann1-2/+2
2020-03-25remove a dependency that doesn't make a senseLuboš Luňák1-3/+1
2020-03-25Missing dependencyStephan Bergmann1-1/+1
2020-03-25external/nss: Fix rpath for Linux et alStephan Bergmann2-0/+15
2020-03-23external/nss: --no-zdefs for gyp-base sanitizer buildsStephan Bergmann3-20/+1
2020-03-23add a configure check for ninjaLuboš Luňák2-1/+16
2020-03-23build also PDBs for nss when using gypLuboš Luňák3-6/+74
2020-03-23build nss using gyp+ninja also on WindowsLuboš Luňák7-13/+211