summaryrefslogtreecommitdiff
path: root/Ports/mbedtls
AgeCommit message (Collapse)Author
2022-06-24Ports/mbedtls: Update to Mbed TLS 3.1.0Tim Schumacher
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-19Ports: Update mbedtls' patches to use git patchesAli Mohammad Pur
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-05-28Ports: Install mbedtls into the right directory and build shared libsGunnar Beutner
Previously we'd install mbedtls into /lib, /include, etc. Instead we should install this port into /usr/local/lib. This also builds shared libraries for this port.
2021-04-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-03LibGfx+Ports: Add missing newlines at the end of file.Emanuele Torre
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
2019-11-03Ports: Undo POSIX sh compliance changes for nowAndreas Kling
Partial revert of 704f48d7f3a1a88047a64b4e2939878d6d4fafb8. These changes made the ports system unusable.
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
2019-09-24Ports: Switch to new ports system (#594)Larkin
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
2019-08-04Ports: mbedtlsConrad Pankoff
This is a very basic mbedtls port. I've disabled the networking bits, since they want some macros that we don't have defined. We might not even want the networking functions anyway, since they wouldn't play very nice with CEventLoop and friends.