Re: Latest version of Mozilla LDAP?
Rich Megginson <[email protected]> Mon, 31 Jan 2011 10:22:40 -0700
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
On 01/31/2011 05:10 AM, Mark Banner wrote: > On 28/01/2011 20:36, Rich Megginson wrote: >> On 01/28/2011 11:08 AM, David B Hinz wrote: >>> What is the latest version of LDAP available? >>> I see 6.0.6 in the ftp directory, but the >>> hq.mozilla.org/projects/ldap-sdks shows that 6.0.7 is about to be >>> released? I also thought I saw mention of 6.0.8 somewhere. >> >> I think the Thunderbird guys have made some patches that they would like >> to get into an official mozldap release and they are calling it 6.0.7. >> Not aware of a 6.0.8. > > We have made 6.0.7, I'm waiting for you to upload it ;-) > >>> (Once again the Mozilla Directory web site doesn't reflect any of this >>> or the versions of NSS / NSPR that should be used. Can I help with >>> updating the web site?) > > I'd been waiting on Rich to upload the release before updating the web > page. Sorry about that. I've pushed the source tarball and README to stage.mozilla.org. This is what I did: hg clone http://hg.mozilla.org/projects/ldap-sdks cd ldap-sdks hg archive -p mozldap-6.0.7 -r LDAPCSDK_6_0_7_RTM -t tgz -I ldapsdk.mak -I ldapsdk.mk -I c-sdk mozldap-6.0.7.tar.gz NOTE: the format of the .tar.gz file has changed. The file/directory layout used to look like this: mozldap-VER/mozilla/directory/ mozldap-VER/mozilla/directory/Makefile mozldap-VER/mozilla/directory/ldapsdk.mak mozldap-VER/mozilla/directory/ldapsdk.mk mozldap-VER/mozilla/directory/c-sdk/ I have collapsed the directories to be this instead: mozldap-VER/ mozldap-VER/ldapsdk.mak mozldap-VER/ldapsdk.mk mozldap-VER/c-sdk/ The top level Makefile has disappeared from the hg repo - I don't think it was needed. > > Standard8 > > _______________________________________________ > dev-tech-ldap mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-ldap