aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/openssl
AgeCommit message (Collapse)Author
2024-09-27[tools/depends][target] Bump openssl 3.0.15fuzzard
2024-04-30Adjust openssl configuration to use a specific API levelJose Luis Marti
2024-04-28[tools/depends][target] Bump openssl 3.0.13fuzzard
2024-03-09[tools/depends] LLVM15 support - reduce errors to warningsfuzzard
LLVM 15 raised some warning types to errors. For our purposes, just lower back to warnings.
2023-10-28[tools/depends] Bump Openssl1.1.1wfuzzard
2023-02-04tools/depends: openssl add --libdir=lib configure optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas Rusak
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
2022-03-25[depends] bump openssl to 1.1.1nwsnipex
2022-02-07[depends] add tarball hash checkingwsnipex
2021-12-21[tools/depends][target] openssl cleanupfuzzard
2021-12-21[tools/depends][target] bump openssl 1.1.1mfuzzard
android: revert getauxval commits causing failures bisecting found the following 2 commits causes ssl failures on kodi android using 1.1.1l https://github.com/openssl/openssl/commit/b2dea4d5f22ec146373324c282fb1bcecd5a7d90 https://github.com/openssl/openssl/commit/2357e6e94a46362dbf56eecfec6ffbaa8bd76a68 revert for now
2021-11-18[tools/depends][target] openssl darwin cpu type fixfuzzard
2021-06-28[depends] bump openssl to 1.1.1kwsnipex
2020-08-02[depends/target] darwinembedded openssl enable asmBrent Murphy
enable building asm for aarch64 darwinembedded platforms
2020-02-15move cacert.pem to system/certsRechi
This avoids rebuilding depends if cacert.pem gets updated
2020-02-10[osx] drop i386 supportRechi
Since OSX 10.8 (Mountain Lion) the operating system is x86_64 so there is no need for an i386 Kodi application.
2019-07-18[ios/build] rename core_system_name to darwin_embeddedfuzzard
implement darwin_embedded CORE_SYSTEM_NAME and OS. This provides a single parent for ios/tvos common build code, and allows ios/tvos specific code via CORE_PLATFORM_NAME
2019-04-18[tvOS] openSSLSylvain CECCHETTO
2019-02-06update SSL CA trust storeRechi
2018-08-01[depends] bump openssl to 1.1.0hRechi
2018-08-01[depends] build openssl staticRechi
2018-08-01[depends] update SSL CA trust storeRechi
2018-06-12[tools] nuke whitespaceh.udo
2018-04-20[depends] update CA certificates file.Anton Fedchin
2018-02-09[depends][cleanup] CLEAN_FILES is unusedRechi
2017-11-21ADD: [droid] Support NDK 15b+ (unified headers)Chris "Koying" Browet
samba: ndk 15c has ifaddrs.h but some functions are only supported with sdk 24 or higher. Therefore ignore ifaddrs.h from ndk and still use samba internal logic.
2017-07-25[depends] bump openssl to 1.0.2lRechi
2017-03-25[depends] update SSL CA trust storewsnipex
2017-03-25[depends] bump openssl to 1.0.2kwsnipex
2017-02-16[depends] allow CC & CXX have spacesRechi
2016-09-26[depends] Bump openssl to 1.0.2jRechi
2016-09-22[depends] openssl 1.0.2iMartijn Kaijser
2016-05-08[depends] openssl 1.0.2hMartijn Kaijser
2016-03-17[depends/openssl] - fix Makefile commentStephan Hadamik
2016-03-09[depends/openssl] - indentation, commentsStephan Hadamik
2016-03-04[depends/openssl/ios] - configure for iphoneos-crossStephan Hadamik
2016-03-01[depends] Bump openssl to 1.0.2gRechi
2016-01-06[depends/openssl/ios] - link statically and don't build tests (fixes ↵Memphiz
arm64/bitcode compilation)
2015-12-05Merge pull request #8207 from wsnipex/bump-pythonMartijn Kaijser
Bump python to 2.7.10
2015-11-19[python] enable SSL cert validationwsnipex
2015-11-01squash to opensslwsnipex
2015-10-27[depends] bump openssl to 1.0.2dwsnipex
2015-01-27[depends/openssl] - force openssl to use the ar from the toolchainMemphiz
2015-01-07[depends] bump openssl to 1.0.1jwsnipex
2014-03-30[openssl] adds fix_alert_handling.patch from 0.9.8za to fix issues with ↵Jonathan Marshall
github hosted repositories
2013-10-16[xcode5] fix openssl buildamet
2013-03-11depends: add mess of dependsCory Fields