From owner-freebsd-ports@FreeBSD.ORG Thu Dec 12 22:07:20 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DD8B165 for ; Thu, 12 Dec 2013 22:07:20 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FCB01DA1 for ; Thu, 12 Dec 2013 22:07:17 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id e14so1677763iej.28 for ; Thu, 12 Dec 2013 14:07:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=VK3QG+fHimbOMfLWYqRZSVIW/S1pi4hAc707oOlpcuY=; b=UXfY126elk6+12OgZnDe1aLi6c6o7ru38NMm/1IHEHBV827WHx9dSUVa9H99y4UMHh qqIkR495MXCpFtay0eBRi8sw9PE8UA5OrxX8o9kFLVq/2JQE5to9f1n4uvN+HnpTfsED ApfYa+EpJRM69JVYA6+Gsj1l6LB5xnDUDO1+12zgQ8cI0LPypu3dSnvLVizNSSymaehK H1umW13CiIRl9x/TbI/OVzQaIrUewTtDAHEdWGNDIA2CYxeKk5J55xte9nFqlMCQTghp K4h+/KrmuAtibzSK090t5GfpStBjlJIhZWQ9YjJekfG38mXq9PnEo9Wwh6iap0e+Db1O vIwQ== MIME-Version: 1.0 X-Received: by 10.50.221.99 with SMTP id qd3mr136230igc.49.1386886036810; Thu, 12 Dec 2013 14:07:16 -0800 (PST) Sender: oshogbo.vx@gmail.com Received: by 10.50.100.5 with HTTP; Thu, 12 Dec 2013 14:07:16 -0800 (PST) Date: Thu, 12 Dec 2013 23:07:16 +0100 X-Google-Sender-Auth: QjhBr8c4b44HmcD_LrBds-6jDkU Message-ID: Subject: OpenLDAP - segmentation fault - memberof From: Mariusz Zaborski To: delphuj@FreeBSD.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 22:07:20 -0000 Hi, Lately I was configuring net/openldap24-server and while I was adding new group I got some segmentation fault's. I found that problem was with overlays memberof. I found solution on openldap.org: http://www.openldap.org/lists/openldap-bugs/201205/msg00002.html After apply this patch I had no more problems. Could we add this patch to the port? Thanks in advance, Mariusz