|
[SACVS] CVS: spamassassin/build 2.60_change_summary,1.2,1.3 preprocessor,1.: msg#00056mail.spam.spamassassin.cvs
Update of /cvsroot/spamassassin/spamassassin/build In directory sc8-pr-cvs1:/tmp/cvs-serv18054/build Modified Files: 2.60_change_summary preprocessor Log Message: bug 2466: spamd 2.6rc5 broken under FreeBSD 4.8-STABLE with Perl 5.005 Index: 2.60_change_summary =================================================================== RCS file: /cvsroot/spamassassin/spamassassin/build/2.60_change_summary,v retrieving revision 1.2 retrieving revision 1.3 diff -b -w -u -d -r1.2 -r1.3 --- 2.60_change_summary 16 Sep 2003 03:32:31 -0000 1.2 +++ 2.60_change_summary 16 Sep 2003 23:04:25 -0000 1.3 @@ -52,7 +52,8 @@ - HTML::Parser 3.24 or higher is now required -- taint mode is now enabled by default for extra security +- taint mode is now enabled by default for Perl 5.6 and later for improved + security - lots of bugs fixed and new rules added. ;) Index: preprocessor =================================================================== RCS file: /cvsroot/spamassassin/spamassassin/build/preprocessor,v retrieving revision 1.11 retrieving revision 1.12 diff -b -w -u -d -r1.11 -r1.12 --- preprocessor 10 Sep 2003 23:27:01 -0000 1.11 +++ preprocessor 16 Sep 2003 23:04:25 -0000 1.12 @@ -138,8 +138,8 @@ $perl_warn = ''; } - # Taint mode is enabled per default - my $perl_taint = ' -T'; + # Taint mode is enabled per default except on 5.005 + my $perl_taint = (($] < 5.006) ? '' : ' -T'); # The taint mode can be disabled with -DPERL_TAINT=<yes|no> if ($defines{'PERL_TAINT'} and $defines{'PERL_TAINT'} eq 'no') { $perl_taint = ''; ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [SACVS] CVS: spamassassin/lib/Mail/SpamAssassin Util.pm,1.34,1.35: 00056, Daniel Quinlan |
|---|---|
| Next by Date: | [SACVS] CVS: spamassassin/debian/examples filter.sh,NONE,1.1: 00056, Duncan Findlay |
| Previous by Thread: | [SACVS] CVS: spamassassin/lib/Mail/SpamAssassin Util.pm,1.34,1.35i: 00056, Daniel Quinlan |
| Next by Thread: | [SACVS] CVS: spamassassin/debian/examples filter.sh,NONE,1.1: 00056, Duncan Findlay |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |