summaryrefslogtreecommitdiff
path: root/sdk
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-265-4/+120
| | | | | | 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 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
|
* 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
|
* Fix connection timeout when built for AmigaOS3/clib2Chris Young2015-01-191-0/+11
|
* Build m68k-amigaos curl against SSL and ZChris Young2015-01-161-2/+2
|
* Fix ppc-amigaos openssl patch for openssl 1.0.1kVincent Sanders2015-01-151-1/+1
|
* 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-112-2/+17
| | | | Curl binary still doesn't work, but everything else seems OK.
* Fix OpenSSL build for the m68k-unknown-amigaos toolchainChris Young2015-01-113-1/+41
|
* Fix iconv buildChris Young2015-01-111-0/+1
|
* Move the slightly conflicting patches into per-target locations to stop the ↵Chris Young2015-01-012-0/+0
| | | | patcher complaining.
* Patch libcurl enough to make it compile for m68k-amigaos/clib2Chris Young2014-12-204-0/+50
| | | | NB: this does not result in a working curl binary, so libcurl probably doesn't work either.
* Get binutils from the 2.14 branch and update gcc to 4.5.4. Add extra curl args.Chris Young2014-12-201-0/+1
|
* clib2 doesn't have malloc.h and libpbl doesn't appear to need it with newlib ↵Chris Young2014-12-191-0/+154
| | | | either.
* Fix libiconv m68k-amigaos buildChris Young2014-12-194-1/+196
|
* Update libpng to version 1.6.15Michael Drake2014-12-101-1/+1
| | | | | | | | Virtually all libpng versions up to and including 1.6.14, have an out-of-bounds memory access in png_user_version_check(). It is unclear whether this could lead to an actual exploit. The bug is fixed in version 1.6.15.
* Update openssl to latest version to enable poodle workroundsVincent Sanders2014-10-171-1/+1
|
* update atari toolchain build to work againVincent Sanders2014-10-163-23/+3
|
* Update SDK library versions for openssl, libpng , libcurl and freetype to ↵Vincent Sanders2014-10-164-31/+78
| | | | | | | | | | address security issues This has been sucessfully test built for everything except atari where libiconv no longer builds because of a missing PATH_MAX definition but I can find no difference in the libiconv build so it must be related to the cross complier/libmint build although the generated includes also look sensible so I am leaving it for now.
* Remove patch already present in openssl 1.0.1gChris Young2014-04-121-63/+0
|
* Update OpenSSL.Michael Drake2014-04-101-1/+1
|
* Update libpng to 1.6.10.Michael Drake2014-03-291-1/+1
|