diff options
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw b/mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw deleted file mode 100644 index db6f4a60ecda..000000000000 --- a/mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw +++ /dev/null @@ -1,22 +0,0 @@ ---- spamd/spamd.raw.orig Fri May 6 20:16:50 2005 -+++ spamd/spamd.raw Fri May 6 20:17:30 2005 -@@ -881,12 +881,14 @@ - } - - # if we changed UID during processing, change back! -- if ( $> != $< and $> != ( $< - 2**32 ) ) { -- $) = "$( $("; # change eGID -- $> = $<; # change eUID -+ if($setuid_to_user) { - if ( $> != $< and $> != ( $< - 2**32 ) ) { -- logmsg("fatal: return setuid failed"); -- die; # make it fatal to avoid security breaches -+ $) = "$( $("; # change eGID -+ $> = $<; # change eUID -+ if ( $> != $< and $> != ( $< - 2**32 ) ) { -+ logmsg("fatal: return setuid failed"); -+ die; # make it fatal to avoid security breaches -+ } - } - } - |