summaryrefslogtreecommitdiff
path: root/sdk
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SDK: fix libjpeg-turbo for ppc-amigaosJohn-Mark Bell2016-10-052-0/+13
|
* SDK: disable smb(s) support in libcurlJohn-Mark Bell2016-10-051-1/+1
|
* SDK: bump library versionsJohn-Mark Bell2016-10-051-11/+11
|
* SDK: remove spidermonkey and nsprJohn-Mark Bell2016-10-0531-2200/+2
|
* update curl to 1.50.1 to fix several CVEVincent Sanders2016-08-041-1/+1
|
* Apparently the libjpeg multiplier should be short on m68k for best performance.Chris Young2016-07-103-0/+25
|
* Update libjpeg-turbo to v1.5.0Chris Young2016-07-091-2/+2
| | | | Set ppc-amigaos target to use it
* update openssl for security updateVincent Sanders2016-05-031-1/+1
|
* Update openssl to version 1.0.1sMichael Drake2016-03-021-1/+1
|
* Bump libpng version since 1.6.19 was vulnerable to CVE-2015-8126.Michael Drake2016-01-281-1/+1
|
* OpenSSL 1.0.1rRob Kendrick2016-01-281-1/+1
|
* Removed patch not needed with current libcurlChris Young2016-01-101-11/+0
|