From owner-freebsd-ports@FreeBSD.ORG Thu May 27 04:46:05 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F05516A4CE; Thu, 27 May 2004 04:46:05 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 438D343D1D; Thu, 27 May 2004 04:46:05 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.34; FreeBSD) id 1BTJK2-000756-VM; Thu, 27 May 2004 13:45:20 +0200 Message-ID: <40B5D4CE.9070909@fillmore-labs.com> Date: Thu, 27 May 2004 13:45:18 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: FreeBSD ports Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Dirk Meyer Subject: HEADS UP: OpenLDAP 2.2 library soname change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 11:46:05 -0000 Affected: users of net/openldap22-* Please read UPDATING if you have any OpenLDAP 2.2 libraries installed. You can check this with pkg_info -I 'openldap-*-2.2.*' Note that the ports tree default is still OpenLDAP 2.1, which is not affected. I followed the OpenLDAP soname change: While I'm not totally happy with their choice, I believe it is better to be in sync with the upstream library naming scheme. Ports using USE_OPENLDAP shouldn't notice the soname change, except that they need to be recompiled to use the new library. This change breaks OpenLDAP 2.2 support in: dns/bind9-dlz -Oliver