Date: Mon, 30 Jun 2008 16:10:04 GMT From: Victor Balada Diaz <victor@bsdes.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/124154: mail/milter-bogom cores out intermittently Message-ID: <200806301610.m5UGA410033614@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/124154; it has been noted by GNATS. From: Victor Balada Diaz <victor@bsdes.net> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806301610.m5UGA410033614>