FreeBSD Bugzilla – Attachment 54014 Details for
Bug 81731
[MAINTAINER] mail/qmail: Add SPF checker patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qmail-1.03_4.patch
qmail-1.03_4.patch (text/plain), 2.09 KB, created by
Renato Botelho
on 2005-05-31 17:40:01 UTC
(
hide
)
Description:
qmail-1.03_4.patch
Filename:
MIME Type:
Creator:
Renato Botelho
Created:
2005-05-31 17:40:01 UTC
Size:
2.09 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/qmail/Makefile,v >retrieving revision 1.63 >diff -u -r1.63 Makefile >--- Makefile 17 May 2005 17:35:10 -0000 1.63 >+++ Makefile 31 May 2005 16:21:25 -0000 >@@ -46,9 +46,17 @@ > .endif > > .if defined(SLAVE_SPAMCONTROL) >-BARRIER_SENDMAIL_F_PATCH=yes >-BARRIER_BIG_TODO_PATCH=yes >-BARRIER_LOCALTIME_PATCH=yes >+BARRIER_SENDMAIL_F_PATCH= yes >+BARRIER_BIG_TODO_PATCH= yes >+BARRIER_LOCALTIME_PATCH= yes >+.endif >+ >+.if defined(SLAVE_LDAP) || \ >+ defined(SLAVE_MYSQL) || \ >+ defined(SLAVE_SMTP_AUTH_TLS) || \ >+ defined(SLAVE_SPAMCONTROL) || \ >+ defined(SLAVE_TLS) >+BARRIER_SPF_PATCH= yes > .endif > > .if !defined(BARRIER_DNS_PATCH) >@@ -137,6 +145,9 @@ > .if !defined(BARRIER_DISCBOUNCES_PATCH) > OPTIONS+= DISCBOUNCES_PATCH "discard double-bounces" off > .endif >+.if !defined(BARRIER_SPF_PATCH) >+OPTIONS+= SPF_PATCH "Implement SPF checker" off >+.endif > .if defined(SLAVE_TLS) || defined(SLAVE_SMTP_AUTH_TLS) > OPTIONS+= TLS_DEBUG "enable additional debug information" off > .elif defined(SLAVE_LDAP) >@@ -306,6 +317,11 @@ > PATCHFILES+= qmail-discard-double-bounces.patch:doublebounce > .endif > >+.if defined(WITH_SPF_PATCH) && !defined(BARRIER_SPF_PATCH) >+PATCH_SITES+= http://www.saout.de/misc/spf/:spf >+PATCHFILES+= qmail-spf-rc5.patch:spf >+.endif >+ > .if !defined(BARRIER_DNS_PATCH) \ > ||(defined(WITH_QMAILQUEUE_PATCH) && !defined(BARRIER_QMAILQUEUE_PATCH)) \ > ||(defined(WITH_BIG_TODO_PATCH) && !defined(BARRIER_BIG_TODO_PATCH)) \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/mail/qmail/distinfo,v >retrieving revision 1.28 >diff -u -r1.28 distinfo >--- distinfo 26 May 2005 14:44:11 -0000 1.28 >+++ distinfo 31 May 2005 16:21:25 -0000 >@@ -34,3 +34,5 @@ > SIZE (qmail/qmail-block-executables.patch) = 5070 > MD5 (qmail/qmail-discard-double-bounces.patch) = 55d45bb8d2c3822a0e3544058aa5a3a3 > SIZE (qmail/qmail-discard-double-bounces.patch) = 1305 >+MD5 (qmail/qmail-spf-rc5.patch) = 434bd84b87e2027cfa643673c498bd6f >+SIZE (qmail/qmail-spf-rc5.patch) = 63582
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 81731
: 54014