summaryrefslogtreecommitdiff
path: root/sdk
Commit message (Collapse)AuthorAgeFilesLines
* Don't build OpenSSL for m68k-amigaosVincent Sanders2019-04-071-0/+2
| | | | | | | | skip the build but mark the build step as complete because Curl needs it. Issues: Curl won't see AmiSSL as the includes alone are not enough to trick it. Creating dummy libssl.a libcrypto.a nearly works but still chokes as the test programs don't include anything so the AmiSSL inlines don't get opened. Solution might be to build a dummy libssl.a which redirects the needed functions. There's an issue with amissl/inline.h with the latest includes (hack #define it so it doesn't try - may cause other problems later but this is not where the troublesome SSL_connect() is defined)
* Install the Roadshow SDK into netincludeChris Young2019-04-071-1/+15
| | | | | | | This is a modified copy of the SDK, partly because the official download is buried behind a form and can't be downloaded directly: netinclude/inline/* are the corrected ones netinclude/errno.h has been removed source_code has been removed
* remove redundant patch from m5475-atari-mint crypto buildVincent Sanders2019-02-221-11/+0
|
* update m68k atari sdk patchesVincent Sanders2019-02-222-12/+2
|
* m68k-atari-mint: fix OpenSSL buildFrançois Revol2019-02-228-12/+131
|
* fix m68k amiga openssl patchesVincent Sanders2019-02-152-14/+15
|
* fix remaining ppc-amigaos SDK build faliuresVincent Sanders2019-02-143-28/+58
|
* fix openssl ppc buildVincent Sanders2019-02-131-0/+18
|
* update sdk some library versionsVincent Sanders2019-02-132-12/+16
|
* Add a 68k fix from amisslChris Young2018-07-231-0/+36
|
* Should be built with gnu99 apparently because 'asm' is a non-standard extension.Chris Young2018-07-231-1/+1
|
* Wrong file extenson meant bn_div optimisation wasn't being applied.Chris Young2018-07-231-0/+0
|
* seem to have been applied upstreamVincent Sanders2018-01-262-36/+0
|
* fixup amiga curl patchVincent Sanders2018-01-262-8/+8
|
* update for new openssl and libjpeg-turboVincent Sanders2018-01-261-2/+2
|
* update libcurl to address CVEVincent Sanders2018-01-251-1/+1
|
* Ensure we are setting PPC FPU type correctly.Chris Young2018-01-071-1/+1
|
* Add the m68k BigNum asm optimisation back in.Chris Young2017-12-101-1/+2
| | | | NB: SSL is not working in NetSurf under OS3/68k although the command-line openssl seems to be OK.
* Re-add some of the previous OpenSSL optimisationsChris Young2017-12-101-4/+4
| | | | I believe OpenSSL is causing NetSurf to not start up on the PPC440EP. The OpenSSL executable appears to be working correctly. Not sure if other CPUs are affected yet. This patch does *not* fix this critical issue.
* enable ssl usage in libcurl for windowsVincent Sanders2017-11-241-1/+1
|
* enable CAPI in windows buildVincent Sanders2017-11-241-1/+1
|
* fix windows toolchain build after openssl 1.1 updateVincent Sanders2017-11-233-0/+37
|
* fix m68k amigaos toolchain buildVincent Sanders2017-11-239-63/+71
|
* fix ppc amiga openssl 1.1 buildVincent Sanders2017-11-2217-103/+140
|
* update openssl to 1.1.0fVincent Sanders2017-10-175-24/+49
|
* Revert "Set an OpenSSL environment path"John-Mark Bell2017-07-071-1/+0
| | | | This reverts commit c113b768e24439447e0306011ca2743606f227f9.
* SDK: update libcares, libcurl, expat, and libpngJohn-Mark Bell2017-07-071-4/+4
|
* Set an OpenSSL environment pathChris Young2017-05-091-0/+1
| | | | | OpenSSL sometimes tries to read a config file which by default is in /opt. On AmigaOS this causes a request for volume opt: The way NetSurf uses curl/openssl doesn't appear to trigger this, but adding the option as a precaution as I've seen the problem with this OpenSSL build when used in other software.
* Fix Curl build for m68k-unknown-amigaosChris Young2017-04-021-0/+18
| | | | This patch shouldn't be needed; this needs fixing upstream
* Fix OpenSSL build for m68k-unknown-amigaosChris Young2017-04-021-2/+9
|
* Fix OpenSSL random number generator on AmigaOSChris Young2017-03-296-0/+414
| | | | | This fixes an issue with libcurl 7.53.1 which refuses to connect due to weak random seed (previous versions would connect regardless) This patch is derived from the one used by AmiSSL
* update libiconv patches for m68k amigaosVincent Sanders2017-03-271-7/+7
|
* Fix AmigaOS iconv/curl builds after updateChris Young2017-03-278-95/+55
|
* update freetype library to current releaseVincent Sanders2017-03-261-1/+1
|
* update libcurl to latest 7.53.1 versionVincent Sanders2017-03-261-1/+1
|
* update libiconv to latest v1.15Vincent Sanders2017-03-261-1/+1
|
* Apply the m68k optimisations also to the m68k Atari build (untested)Chris Young2017-02-135-2/+1642
| | | | | This build of OpenSSL will now require at least a 68020. It is my understanding that our CI builds a 68020-60 version of NetSurf so this should not be an issue. These patches were originally written for FreeMiNT so have been previously tested on that platform.
* m68k optimised version of OpenSSLChris Young2017-02-115-2/+1645
|
* Ensure we use the correct ranlibChris Young2017-02-101-1/+1
|
* Optimal options for AmigaOS4/PowerPCChris Young2017-02-091-1/+1
|
* OpenSSL 1.0.x does not have PPC_FPUChris Young2017-02-081-5/+5
|
* AmigaOS4 patch for ppccap.cChris Young2017-02-081-0/+35
| | | | Borrowed from https://github.com/jens-maus/amissl/blob/master/openssl/crypto/ppccap.c
* perlasm scheme needs to be linux32Chris Young2017-02-081-1/+1
|
* Enable PPC ASM optimisations in OpenSSLChris Young2017-02-083-2/+18
| | | | Doesn't work; gcc doesn't like the bclr instruction in ppccpuid.s
* Move to OpenSSL 1.0.2John-Mark Bell2017-01-261-1/+1
|
* Update zlib and libpng.Michael Drake2017-01-171-2/+2
|
* Update libpng from 1.6.25 to 1.6.27.Michael Drake2017-01-041-1/+1
|
* Update zlib to 1.2.10.Michael Drake2017-01-041-1/+1
|
* Move detection of Altivec into libjpeg-turboChris Young2016-11-181-0/+26
| | | | | This has also been submitted as a patch upstream: https://github.com/libjpeg-turbo/libjpeg-turbo/pull/118
* update for new curl releaseVincent Sanders2016-11-091-1/+1
|