spamd leaking memory, see discussion http://lists.freebsd.org/pipermail/freebsd-pf/2009-February/005000.html The following patch from Bob Beck will solve the issue. http://www.openbsd.org/cgi-bin/cvsweb/src/libexec/spamd/grey.c.diff?r1=1.45;r2=1.46 Regards, olli hauer Fix: Patch attached with submission follows:
Maintainer of mail/spamd, Please note that PR ports/132119 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132119 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I forget to bump portrevision. patch Makefile: --- Makefile.orig +++ Makefile @@ -7,6 +7,7 @@ PORTNAME= spamd PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= BERLIOS MASTER_SITE_SUBDIR=freebsdspamd -- -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
i`m approving this update, thanks Bob.
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2009-02-26 18:42:20 UTC FreeBSD ports repository Modified files: mail/spamd Makefile Added files: mail/spamd/files patch-spamd__grey.c Log: - Fix memory leak (patch obtained from OpenBSD) PR: ports/132119 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Revision Changes Path 1.15 +1 -0 ports/mail/spamd/Makefile 1.1 +68 -0 ports/mail/spamd/files/patch-spamd__grey.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!