summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-18 09:22:33 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-18 10:41:15 +0200
commitfc746cd3409c8a0cae77cad27620ead36280fd68 (patch)
treefaa3866eb5122c4fc652053aff0a7e238ce7d8bc /.cirrus.yml
parent53418dbc847c9a78d79ee81b702770a0efe9cf22 (diff)
downloadcurl-fc746cd3409c8a0cae77cad27620ead36280fd68.tar.gz
cirrus: switch to openldap24-client
... as it seems openldap-client doesn't exist anymore. Reported-by: Jay Satiro Fixes #7868 Closes #7869
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4c770a2a0..3a7b5a5f5 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -43,7 +43,7 @@ freebsd_task:
pkginstall_script:
- pkg update -f
- - pkg install -y autoconf automake libtool pkgconf brotli openldap-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel
+ - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel
- pkg delete -y curl
- easy_install "cryptography<3.2"
- easy_install "pyOpenSSL<20.0"