From 3ab24891c475fd531a64b913b4c4a90739d49eab Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 31 Jan 2024 12:55:08 -0500 Subject: [PATCH] fix(curl) (#5066) * fix(curl) added libpsl dep with 8.6.0 closes #5061 * run-on tests --- projects/curl.se/package.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/projects/curl.se/package.yml b/projects/curl.se/package.yml index be443b13..be329981 100644 --- a/projects/curl.se/package.yml +++ b/projects/curl.se/package.yml @@ -12,17 +12,18 @@ dependencies: openssl.org: ^1.1 curl.se/ca-certs: '*' zlib.net: ^1.2.11 + rockdaboot.github.io/libpsl: ^0 # added in 8.6.0 build: - ./configure - --prefix={{prefix}} - --with-openssl - --with-ca-fallback # uses openssl’s certs (which we control) + --prefix={{prefix}} + --with-openssl + --with-ca-fallback # uses openssl’s certs (which we control) - make --jobs {{ hw.concurrency }} install test: - curl -i tea.xyz - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org + - curl -i pkgx.sh + - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org provides: - bin/curl