Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-26 | Ports: Update curl to 7.86.0 | Kenneth Myhra | |
2022-06-27 | Ports: Update curl to 7.84.0 | Luke Wilde | |
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-05-22 | Ports: Fully delete Co-Authored-By lines from the ReadMe | Tim Schumacher | |
Otherwise, this results in a number of empty lines where Co-Authored-By would have been. | |||
2022-05-19 | Ports: Update curl's patches to use git patches | Ali Mohammad Pur | |
2022-05-12 | Ports: Update curl to 7.83.1 | Luke Wilde | |
2022-05-04 | Ports: Update curl to 7.83.0 | Luke Wilde | |
2022-03-13 | Ports: Update curl to 7.82.0 | Luke Wilde | |
2022-03-08 | Ports: Add ca-certificates as a dependency to curl | Tim Schumacher | |
2022-02-16 | Ports: Disable socketpair support for curl | Tim Schumacher | |
This is currently broken in Serenity. Disable it until we figure out why. | |||
2022-01-09 | Ports: Convert curl port to use CMake, remove two autoconf patches | Andrew 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-08 | Ports: Update curl port to version 7.81.0 | Luke Wilde | |
2021-10-05 | Ports: Make array-like settings actual arrays | Tim 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-08-13 | Ports: Build a shared library for curl | Gunnar Beutner | |
This fixes building the git port. | |||
2021-07-30 | Ports: Update curl to 7.78.0 | Luke | |
2021-06-07 | Ports: Make `curl` detect our OpenSSL port | Jelle Raaijmakers | |
Without a proper prefix, the `configure` script will probably pick up the host's OpenSSL library. This change makes sure the script always looks at the library present in the Serenity build dir. | |||
2021-05-27 | Ports: Bump curl to 7.77.0 :^) | Andreas Kling | |
2021-05-09 | Ports: Update build options for curl | Gunnar Beutner | |
This enables SSL support (verified to work), IPv6 (won't work for lack of IPv6 support in the kernel) and threads. | |||
2021-04-12 | Ports: Link curl against openssl and disable non-blocking I/O | Gunnar 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. | |||
2021-04-12 | Ports: Remove configure option which disables getattrinfo() for curl | Gunnar Beutner | |
2021-04-12 | Ports: Don't use getaddrinfo for curl | Peter Elliott | |
serenity's getaddrinfo is a stub, but curl detects it anyway, and uses it instead of gethostbyname. | |||
2021-03-01 | Ports: Build curl with --disable-ipv6 | Andreas Kling | |
2021-02-17 | Ports: Use new curl domain | Emil Engler | |
curl switched it's domain to curl.se last year: https://daniel.haxx.se/blog/2020/11/04/the-journey-to-a-curl-domain/ I think we should follow this change and adapt the new domain name. | |||
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-02-06 | Ports: Added checksums / signature files and other fixes | Emanuel 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-03 | Ports: Undo POSIX sh compliance changes for now | Andreas Kling | |
Partial revert of 704f48d7f3a1a88047a64b4e2939878d6d4fafb8. These changes made the ports system unusable. | |||
2019-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George 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-10-05 | Ports: Add zlib port | Vincent Sanders | |
2019-09-24 | Ports: 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-29 | Ports: Add "curl" port :^) | Andreas Kling | |