pkgsrc/mail/spamass-milter/patches/patch-ab
gdt 103a051ba5 Add patch to not scan authenticated users. Originally from FreeBSD
bug report, adapted for pkgsrc by Louis Guillaume.  (spamass-milter
really needs an active upstream.)
2010-09-10 23:33:42 +00:00

12 lines
447 B
Text

$NetBSD: patch-ab,v 1.2 2010/09/10 23:33:42 gdt Exp $
CVE-2010-1132 patch from https://bugzilla.redhat.com/attachment.cgi?id=401011
--- spamass-milter.h.orig 2006-03-23 22:07:55.000000000 +0000
+++ spamass-milter.h
@@ -186,5 +186,6 @@ int ip_in_networklist(struct in_addr ip,
void parse_debuglevel(char* string);
char *strlwr(char *str);
void warnmacro(char *macro, char *scope);
+FILE *popenv(char *const argv[], const char *type);
#endif