Skip to content

Commit

Permalink
openldap: downgrade to cyrus-sasl/2.1.27 to fix missing binary, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 10, 2024
1 parent db3366f commit 7df18b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/openldap/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def layout(self):
def requirements(self):
self.requires("openssl/[>=1.1 <4]")
if self.options.with_cyrus_sasl:
self.requires("cyrus-sasl/2.1.28")
self.requires("cyrus-sasl/2.1.27")

def validate(self):
if self.settings.os not in ["Linux", "FreeBSD"]:
Expand Down

0 comments on commit 7df18b2

Please sign in to comment.