Bug 132119 - [patch] mail/spamd memory leak in grey.c
Summary: [patch] mail/spamd memory leak in grey.c
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 10:00 UTC by Olli Hauer
Modified: 2009-02-26 18:50 UTC (History)
0 users

See Also:


Attachments
file.txt (1.76 KB, text/plain)
2009-02-26 10:00 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2009-02-26 10:00:12 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-26 10:00:21 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-26 10:00:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Olli Hauer 2009-02-26 10:24:38 UTC
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
Comment 4 Oleksii Samorukov freebsd_committer freebsd_triage 2009-02-26 10:28:52 UTC
i`m approving this update, thanks Bob.
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2009-02-26 17:18:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-02-26 18:42:36 UTC
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"
Comment 7 Wesley Shields freebsd_committer freebsd_triage 2009-02-26 18:43:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!