summaryrefslogtreecommitdiff
path: root/Ports/curl/patches
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-22Ports: Fully delete Co-Authored-By lines from the ReadMeTim Schumacher
Otherwise, this results in a number of empty lines where Co-Authored-By would have been.
2022-05-19Ports: Update curl's patches to use git patchesAli Mohammad Pur
2022-03-13Ports: Update curl to 7.82.0Luke Wilde
2022-01-09Ports: Convert curl port to use CMake, remove two autoconf patchesAndrew Kaster
This removes the shlib hack from the install step, which repackaged the static library as the shared one. It also has the benefit of making the port work with the Clang toolchain :^).
2022-01-08Ports: Update curl port to version 7.81.0Luke Wilde
2021-07-30Ports: Update curl to 7.78.0Luke
2021-05-27Ports: Bump curl to 7.77.0 :^)Andreas Kling
2021-04-12Ports: Link curl against openssl and disable non-blocking I/OGunnar Beutner
For some reason curl complains that SSL_connect() fails when non-blocking I/O is enabled. With blocking I/O it works just fine though.
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.