]> git.ipfire.org Git - thirdparty/strongswan.git/commit
cirrus: Don't explicitly install openldap*-client on FreeBSD
authorTobias Brunner <tobias@strongswan.org>
Thu, 6 Oct 2022 10:06:36 +0000 (12:06 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 6 Oct 2022 10:26:50 +0000 (12:26 +0200)
commitd42f4367dd6c2b324f81a56f6c99706eb5cebbc9
treec4494ac046c8023f9bb2f93e2e9c46eec3616bf6
parent68782f35c0c1b40e6c101a7a02b8f546af32a399
cirrus: Don't explicitly install openldap*-client on FreeBSD

This avoids a conflicts as mysql80-client has a dependency on either
openldap24-client (FreeBSD 12) or openldap26-client (FreeBSD 13) so e.g.
installing openldap24-client on FreeBSD 13 causes

  openldap26-client-2.6.3 conflicts with openldap24-client-2.4.59_4 on /usr/local/bin/ldapadd

Similarly, when installing openldap26-client on FreeBSD 12.  So just let
the mysql80-client package decide which version is installed.
scripts/test.sh