From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 30 16:10:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18F25106568A for ; Mon, 30 Jun 2008 16:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00D6E8FC1C for ; Mon, 30 Jun 2008 16:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5UGA4j9033615 for ; Mon, 30 Jun 2008 16:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5UGA410033614; Mon, 30 Jun 2008 16:10:04 GMT (envelope-from gnats) Date: Mon, 30 Jun 2008 16:10:04 GMT Message-Id: <200806301610.m5UGA410033614@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Victor Balada Diaz Cc: Subject: Re: ports/124154: mail/milter-bogom cores out intermittently X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Victor Balada Diaz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 16:10:05 -0000 The following reply was made to PR ports/124154; it has been noted by GNATS. From: Victor Balada Diaz To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124154: mail/milter-bogom cores out intermittently Date: Mon, 30 Jun 2008 18:00:16 +0200 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit With the useful information and coredumps provided by Todd I tracked down the issue to an insufficient pointer check in bogom's code. I told it to the author and he released a new version Attached is the update to the port which fixes this issue. Regards. -- La prueba más fehaciente de que existe vida inteligente en otros planetas, es que no han intentado contactar con nosotros. --fUYQa+Pmc3FrFX/N Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="bogom.patch" ? bogom.patch Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/milter-bogom/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 9 Nov 2006 13:28:33 -0000 1.10 +++ Makefile 30 Jun 2008 15:50:28 -0000 @@ -6,8 +6,7 @@ # PORTNAME= bogom -PORTVERSION= 1.9 -PORTREVISION= 2 +PORTVERSION= 1.9.2 CATEGORIES= mail MASTER_SITES= http://www.usebox.net/jjm/bogom/ \ http://blackshell.usebox.net/bogom/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/milter-bogom/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 5 Nov 2006 13:46:44 -0000 1.5 +++ distinfo 30 Jun 2008 15:50:28 -0000 @@ -1,3 +1,3 @@ -MD5 (bogom-1.9.tar.gz) = 4125026b1ee63b8b652aac240dd1e959 -SHA256 (bogom-1.9.tar.gz) = 88a1c1779a4d6c3cef0b471d43264c4fa1495d34dfdf760afa3b981bbf403568 -SIZE (bogom-1.9.tar.gz) = 21129 +MD5 (bogom-1.9.2.tar.gz) = eed19c240e273ecc5037b5ac6a44d502 +SHA256 (bogom-1.9.2.tar.gz) = 5b020ccc995bafb494dc4c93c45bee883fccea95af7a8dbfed2bf45d0f7e20d3 +SIZE (bogom-1.9.2.tar.gz) = 21872 --fUYQa+Pmc3FrFX/N--