pkgsrc/mail/spamass-milter/patches/patch-ab

13 lines
447 B
Text
Raw Normal View History

$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