From owner-freebsd-ports@FreeBSD.ORG Thu Oct 24 06:12:41 2013 Return-Path: Delivered-To: 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 ESMTP id BE22E3DD for ; Thu, 24 Oct 2013 06:12:41 +0000 (UTC) (envelope-from nicolas.edel@gmail.com) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A8352BF7 for ; Thu, 24 Oct 2013 06:12:41 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id c11so1541428lbj.3 for ; Wed, 23 Oct 2013 23:12:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/f4E7jymJbkb+Re+87bLoulvUxCOKxm4ZC1yzspgt4g=; b=l/qVjsMYp9MQnj4i7W0CJvITVqMM8OWX/Uw7bOOYADbdq/8Lz/SREggRWzk2lgGfqR KXazgb/SMcVULyBTuF6jMM1Wg/h0xCAkS/7BgbwFofZ5kmoPwxzXcxvE/mzo8CFEq9z4 2LBv5Chm1x8/QFrhDEnAcvU8GI0ZymSTKj9NtcaJT+7dwKkwZovNLaxDgbaIj+YMeIYK HMXwC9alwL6gaed9I3wNpBWwaKozcKPzwvFq/PfY/9lXJkNCCPX0Whx0jfyUIXXttRgI ja4Fhtrp3Sj0oW1sETfNmmNmSasx17U1/1x6dYZwbNxJPGMWXFimG3hjyqSRU6ZKcKLp kq/Q== MIME-Version: 1.0 X-Received: by 10.112.64.36 with SMTP id l4mr855869lbs.15.1382595159234; Wed, 23 Oct 2013 23:12:39 -0700 (PDT) Received: by 10.112.61.73 with HTTP; Wed, 23 Oct 2013 23:12:39 -0700 (PDT) In-Reply-To: <125060F63768F529ECF092C1@Pauls-MacBook-Pro.local> References: <125060F63768F529ECF092C1@Pauls-MacBook-Pro.local> Date: Thu, 24 Oct 2013 08:12:39 +0200 Message-ID: Subject: Re: FreeBSD Port: barnyard2-1.12 From: Nicolas Edel To: Paul Schmehl Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 06:12:41 -0000 Ok, I'll do it. Thanks. :Nicolas On Thu, Oct 24, 2013 at 1:58 AM, Paul Schmehl wrote: > I don't maintain the prelude port. It looks like nobody does, since the > maintainer address is ports@freebsd.org. > > I think if you submit the PR somebody will pick it up and commit it. > > > --On October 24, 2013 12:00:43 AM +0200 Nicolas Edel > wrote: > >> On Wed, Oct 23, 2013 at 5:55 PM, Nicolas Edel >> wrote: >>> >>> Hi, >>> >>> Just to let you be aware of the following pb when using barnyard2 with >>> prelude output enabled but without being able to do any reverse lookup >>> for hostname. >>> [...] >>> (gdb) core barnyard2.core >>> Core was generated by `barnyard2'. >>> Program terminated with signal 11, Segmentation fault. >>> [...] >>> # 0 0x2812a091 in get_fqdn (analyzer=0x28e62f80, nodename=0xbfbfe250 >>> >>> "monitor") at prelude-client.c:381 >>> 381 in prelude-client.c >>> [New Thread 28804f00 (LWP 101446/barnyard2)] >>> [New Thread 28804300 (LWP 100080/barnyard2)] >>> (gdb) where >>> # 0 0x2812a091 in get_fqdn (analyzer=0x28e62f80, nodename=0xbfbfe250 >>> >>> "monitor") at prelude-client.c:381 >>> [...] >> >> >> So I fetched the sources and have a look at the code. >> The bug is clearly in libprelude port since prelude-client.c belongs to >> it. Please let me know if you want me to send this bug (and a trivial >> patch) to (lib)prelude staff. >> Regards, >> >> :Nicolas >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> > > > > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ >