summaryrefslogtreecommitdiff
path: root/sdk/recipes
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSL: refresh patches for 1.1.1oJohn-Mark Bell2022-05-2712-42/+41
|
* refresh ppc-amigaos curl patch for updated curlVincent Sanders2020-05-071-8/+8
|
* Fix libiconv patchesChris Young2020-03-063-8/+19
| | | | srclib.time.in.h needs patching because the clib2 includes define tv_sec to tv_secs
* Roll back config.sub on some atari builds so that freetype buildsDaniel Silverstone2019-11-301-0/+1805
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Remove patch which doesn't seem to be applicable any longerDaniel Silverstone2019-11-301-11/+0
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add libwebp to arm-unknown-riscos and i686-w64-mingw32 targetsCameron Cawley2019-11-302-0/+22
|
* Fix ppc-amigaos libcurl 7.64.1 buildChris Young2019-04-074-56/+39
|
* These patches shouldn't be needed with the next release of curl (>7.64.0)Chris Young2019-04-075-71/+0
| | | | At least if built against AmiSSL+bsdsocket the base package will configure properly for OS3 (OS4, not so much)
* 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-151-7/+5
|
* 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-131-9/+13
|
* 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
|
* 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.
* 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-174-23/+48
|
* 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
|
* Apply the m68k optimisations also to the m68k Atari build (untested)Chris Young2017-02-134-1/+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-114-1/+1642
|
* 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-082-1/+12
| | | | Doesn't work; gcc doesn't like the bclr instruction in ppccpuid.s
* 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
* SDK: fix libjpeg-turbo for ppc-amigaosJohn-Mark Bell2016-10-051-0/+10
|
* SDK: remove spidermonkey and nsprJohn-Mark Bell2016-10-0530-2138/+0
|
* Apparently the libjpeg multiplier should be short on m68k for best performance.Chris Young2016-07-102-0/+22
|
* Removed patch not needed with current libcurlChris Young2016-01-101-11/+0
|
* Fix mingw libgnurx building for static librariesVincent Sanders2015-04-264-0/+112
| | | | | | This uses the Fedora mingw-libgnurx package approach to make the autofoo in the gnurx library less broken allowing teh generation of static libraries.
* update amiga patches to new curl versionVincent Sanders2015-03-192-10/+10
|
* Fix up context in OpenSSL patchesJohn-Mark Bell2015-03-194-8/+8
|
* Refresh patches for OpenSSL 1.0.1mJohn-Mark Bell2015-03-195-27/+26
|
* Fix connection timeout when built for AmigaOS3/clib2Chris Young2015-01-191-0/+11
|