From 2f4205e292a13486b84b5b36dff129a8237bd493 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Tue, 24 Jan 2012 18:06:57 +0000 Subject: [PATCH] Bug 720328 - Update LDAP c-sdk to LDAPCSDK_6_0_7D_RTM - Pull in build config only fixes to reduce unnecessary rebuilding of files (bug 712785) and improve the OpenBSD build config options (bug 720373). r=bienvenu --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 8c18897bd7..f5c7233163 100755 --- a/client.py +++ b/client.py @@ -13,7 +13,7 @@ DEFAULTS = { # LDAPSDKS 'LDAPSDKS_REPO': 'http://hg.mozilla.org/projects/ldap-sdks/', - 'LDAPSDKS_REV': 'LDAPCSDK_6_0_7B_RTM', + 'LDAPSDKS_REV': 'LDAPCSDK_6_0_7D_RTM', # URL of the default hg repository to clone for ChatZilla. 'CHATZILLA_REPO': 'http://hg.mozilla.org/chatzilla/',