summaryrefslogtreecommitdiff
path: root/sdk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* update for new openssl and libjpeg-turboVincent Sanders2018-01-261-2/+2
|
* update libcurl to address CVEVincent Sanders2018-01-251-1/+1
|
* enable ssl usage in libcurl for windowsVincent Sanders2017-11-241-1/+1
|
* enable CAPI in windows buildVincent Sanders2017-11-241-1/+1
|
* update openssl to 1.1.0fVincent Sanders2017-10-171-1/+1
|
* 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.
* 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-131-1/+0
| | | | | 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-111-1/+3
|
* Enable PPC ASM optimisations in OpenSSLChris Young2017-02-081-1/+6
| | | | 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
|
* update for new curl releaseVincent Sanders2016-11-091-1/+1
|
* SDK: fix libjpeg-turbo for ppc-amigaosJohn-Mark Bell2016-10-051-0/+3
|
* 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-051-62/+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-101-0/+3
|
* 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
|
* Bump libpng for latest CVEs.Michael Drake2015-11-161-1/+1
|
* allow building of libjpeg turbo and use it on RISC OSVincent Sanders2015-11-121-7/+30
|
* Update curl to 7.45 to fix several CVEVincent Sanders2015-11-121-1/+1
|
* Upgrade to OpenSSL 1.0.1pRob Kendrick2015-07-131-1/+1
|
* Cause cares to be built statically on mingw32Vincent Sanders2015-04-261-1/+2
|
* Fixup libcurl static build for i686-w64-mingw32Vincent Sanders2015-04-261-0/+1
|
* Fix mingw libgnurx building for static librariesVincent Sanders2015-04-261-4/+8
| | | | | | 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 libfreetype to version 2.5.5Vincent Sanders2015-04-261-1/+1
| | | | Fixes several security issues and render problems with some font file types.
* Update libcurl to 7.42.0 versionVincent Sanders2015-04-261-1/+1
| | | | This edition of libcurl fixes several CVE so our toolchains should use it.
* Update to libpng 1.6.17Michael Drake2015-03-311-1/+1
|
* Update to OpenSSL 1.0.1mRob Kendrick2015-03-191-1/+1
|
* Make the SDK environment only use the first instance of the tools it findsVincent Sanders2015-03-111-4/+4
|
* update libcurl to latest version with fixed CVEVincent Sanders2015-03-101-1/+1
|
* Build m68k-amigaos curl against SSL and ZChris Young2015-01-161-2/+2
|
* Update Openssl to 1.0.1k to fix multiple CVEVincent Sanders2015-01-151-1/+1
|
* Update libpng to version 1.6.16Michael Drake2015-01-141-1/+1
| | | | | | | | | Versions of libpng from 1.6.9 through to 1.6.15 have an integer-overflow vulnerability in png_combine_row() when decoding very wide interlaced images, which can allow an attacker to overwrite an arbitrary amount of memory with attacker-controlled data. This bug is fixed in version 1.6.16.
* Fixup remaining SDK build issues for m68k-amigaos toolchain.Chris Young2015-01-111-2/+4
| | | | Curl binary still doesn't work, but everything else seems OK.
* Fix iconv buildChris Young2015-01-111-0/+1
|
* Get binutils from the 2.14 branch and update gcc to 4.5.4. Add extra curl args.Chris Young2014-12-201-0/+1
|
* Fix libiconv m68k-amigaos buildChris Young2014-12-191-1/+1
|