From owner-freebsd-ports@FreeBSD.ORG Thu Dec 12 22:16:44 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 F14FC642; Thu, 12 Dec 2013 22:16:44 +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 B6B2B1EA5; Thu, 12 Dec 2013 22:16:44 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id e14so1693443iej.28 for ; Thu, 12 Dec 2013 14:16:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=G/U1gFWyWnogPYIP5CCLzSeT2l7xL76TvYaOdHrBNOQ=; b=mrccts9llMDUqootpIGrravppP3S601LBvGsBMrAkL3akej99ymPV8UfcrOOQoN3BC rEfTNf4cM4kNB2T/vJSxJ0uWeQEWPXwZ37MC+gGl3nI9tzeRajQIAfvoDhuOvcGCsEyw X+rVnK1WaaTB1LR/1wsb6/Tv83cocjygMx21RW5jHFl5i4MSeGwZb1L4qSfDcHzeqvPH 2LqYzQEJsy0/EWiBhhKMV3UNmR1DqrTalQwgGUKjRStLMabnGE9TC+sVHN3GBktStY7o gZMT0ETFhYyfEzFO7ucGevLAKQT1V6wswipdCfMSTLGGCz5dUwJ/bp+RgLUf3VSQpYBU s+TA== MIME-Version: 1.0 X-Received: by 10.50.78.229 with SMTP id e5mr173257igx.49.1386886604211; Thu, 12 Dec 2013 14:16:44 -0800 (PST) Sender: oshogbo.vx@gmail.com Received: by 10.50.100.5 with HTTP; Thu, 12 Dec 2013 14:16:44 -0800 (PST) In-Reply-To: References: Date: Thu, 12 Dec 2013 23:16:44 +0100 X-Google-Sender-Auth: jBbiSAP29cWTINVKAuBpZ2TNZYU Message-ID: Subject: Re: OpenLDAP - segmentation fault - memberof From: Mariusz Zaborski To: freebsd-ports@freebsd.org, delphij@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:16:45 -0000 Ups I really sorry, I make typo in the maintainer email. Cheers, Mariusz On 12 December 2013 23:07, Mariusz Zaborski wrote: > 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