FreeBSD Bugzilla – Attachment 93019 Details for
Bug 130835
fix BIG backscatter problem in security/amavisd-new
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.68 KB, created by
Michael Scheidell
on 2009-01-21 18:30:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Scheidell
Created:
2009-01-21 18:30:06 UTC
Size:
1.68 KB
patch
obsolete
>diff -bBru /var/tmp/amavisd262/ ./ >diff -bBru /var/tmp/amavisd262/Makefile ./Makefile >--- /var/tmp/amavisd262/Makefile 2008-12-25 21:29:00.000000000 -0500 >+++ ./Makefile 2009-01-21 13:14:10.000000000 -0500 >@@ -8,6 +8,7 @@ > > PORTNAME= amavisd-new > PORTVERSION= 2.6.2 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= security > MASTER_SITES= http://www.ijs.si/software/amavisd/ \ >@@ -26,7 +27,6 @@ > ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ > ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ > ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ >- ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ > ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \ > p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server \ > p5-Mail-DKIM>=0.31:${PORTSDIR}/mail/p5-Mail-DKIM >diff -bBru /var/tmp/amavisd262/files/patch-amavisd ./files/patch-amavisd >--- /var/tmp/amavisd262/files/patch-amavisd 2009-01-21 13:23:45.000000000 -0500 >+++ ./files/patch-amavisd 2009-01-21 13:17:23.000000000 -0500 >@@ -0,0 +1,10 @@ >+--- amavisd.orig 2008-12-15 01:50:09.000000000 +0100 >++++ amavisd 2009-01-20 22:31:46.000000000 +0100 >+@@ -19179,5 +19179,5 @@ >+ } >+ my($m_id) = $msginfo->get_header_field_body('message-id'); >+- $m_id = parse_message_id($m_id) if $m_id ne ''; # strip CFWS, take #1 >++ $m_id = join(' ',parse_message_id($m_id)) if $m_id ne ''; # strip CFWS >+ my($subj) = $msginfo->get_header_field_body('subject'); >+ my($from) = $msginfo->get_header_field_body('from'); # raw full field >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 130835
: 93019