diff options
author | gdt <gdt> | 2011-03-18 15:26:30 +0000 |
---|---|---|
committer | gdt <gdt> | 2011-03-18 15:26:30 +0000 |
commit | a366084ce8e1a36127b39f4713385c8654f19b35 (patch) | |
tree | 210a0f7f99c27689fd09968a0ddf8e87eddab85b /mail/spamass-milter/Makefile | |
parent | 6fe4195490c5a2e1276920111f005183332cbff3 (diff) | |
download | pkgsrc-a366084ce8e1a36127b39f4713385c8654f19b35.tar.gz |
Memory allocation hygiene fix from PR pkg/44704.
spamass-milter forks, allocates memory and then execs, violating
locking rules. This commit adds a patch from Juergen Hannken-Illjes
that moves the allocation above the fork.
TODO: upstream is recently alive again, after 5 years with no
releases. Push these fixes upstream.
Diffstat (limited to 'mail/spamass-milter/Makefile')
-rw-r--r-- | mail/spamass-milter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index bd442ec0626..0e22c51e8e4 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2010/06/10 12:30:21 gdt Exp $ +# $NetBSD: Makefile,v 1.31 2011/03/18 15:26:30 gdt Exp $ # DISTNAME= spamass-milter-0.3.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/ |