diff options
author | niels <niels@FreeBSD.org> | 2010-05-07 03:50:21 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2010-05-07 03:50:21 +0800 |
commit | 691e9743c023a5e37cf33a0e5ea7fbe1f94bfd69 (patch) | |
tree | e705d22cf45025333e1d97ab0af03178fda98edb /mail | |
parent | 128f9a252eb1fb26a0b0dc2e0a87f309315a0ff1 (diff) | |
download | freebsd-ports-gnome-691e9743c023a5e37cf33a0e5ea7fbe1f94bfd69.tar.gz freebsd-ports-gnome-691e9743c023a5e37cf33a0e5ea7fbe1f94bfd69.tar.zst freebsd-ports-gnome-691e9743c023a5e37cf33a0e5ea7fbe1f94bfd69.zip |
Correction: previous commit did not include header patch
Added security patch (remote command execution)
Fixed pkg-plist error
Approved by: itetcu (mentor, implicit)
Security: http://archives.neohapsis.com/archives/fulldisclosure/2010-03/0139.html
Security: CVE-2010-1132
Security: 7132c842-58e2-11df-8d80-0015587e2cc1
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamass-milter/files/patch-spamass-milter.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/spamass-milter/files/patch-spamass-milter.h b/mail/spamass-milter/files/patch-spamass-milter.h new file mode 100644 index 000000000000..2eb0cac4a946 --- /dev/null +++ b/mail/spamass-milter/files/patch-spamass-milter.h @@ -0,0 +1,9 @@ +--- spamass-milter.h.orig 2006-03-23 23:07:55.000000000 +0100 ++++ spamass-milter.h 2010-05-06 11:25:01.000000000 +0200 +@@ -186,5 +186,6 @@ + void parse_debuglevel(char* string); + char *strlwr(char *str); + void warnmacro(char *macro, char *scope); ++FILE *popenv(char *const argv[], const char *type); + + #endif |