From dff6b78fe7876ef556977b47b1febd7d752113f1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 7 Oct 2023 12:37:14 -0700 Subject: [PATCH] CI: bump OpenLDAP package version on FreeBSD The old one is no longer available. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 26aa20e526..ae7d8591d2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -54,7 +54,7 @@ freebsd_task: pkginstall_script: - pkg update -f - - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py39-openssl py39-impacket py39-cryptography + - pkg install -y autoconf automake libtool pkgconf brotli openldap26-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py39-openssl py39-impacket py39-cryptography - pkg delete -y curl configure_script: - autoreconf -fi -- 2.47.3