aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix21/files
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-11-27 10:15:57 +0800
committeredwin <edwin@FreeBSD.org>2004-11-27 10:15:57 +0800
commit62c6e49af63d6b3e13d88ea03b3e24d23a4b3db3 (patch)
tree518762ed0b0543fa3a411638d8d939d259b1978a /mail/postfix21/files
parentf92fbd65577aade90992380aeba0263f686b8421 (diff)
downloadfreebsd-ports-gnome-62c6e49af63d6b3e13d88ea03b3e24d23a4b3db3.tar.gz
freebsd-ports-gnome-62c6e49af63d6b3e13d88ea03b3e24d23a4b3db3.tar.zst
freebsd-ports-gnome-62c6e49af63d6b3e13d88ea03b3e24d23a4b3db3.zip
[PATCH] mail/postfix: Update to libspf2-2.1.5-5
update the SPF patch to latest release which fixes bug exposed by gcc in FreeBSD 5.3. it is otherwise identical to prior version, so no upgrade is necessary if you have it compiled and workign in FreeBSD 4.10 already (thus no version bump). removed "extra libspf2" patch that tried to work around failure of IPv6+TLS patch when used in conjunction with SPF patch. It just doesn't work, and I can't figure out exactly what it is supposed to do. As it was, this would cause failures when selecting just the SPF patch. PR: ports/74095 Submitted by: Vivek Khera <vivek@khera.org>
Diffstat (limited to 'mail/postfix21/files')
-rw-r--r--mail/postfix21/files/extra-libspf2_and_tls.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/postfix21/files/extra-libspf2_and_tls.patch b/mail/postfix21/files/extra-libspf2_and_tls.patch
deleted file mode 100644
index 7753bc77e84c..000000000000
--- a/mail/postfix21/files/extra-libspf2_and_tls.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- postfix-2.1.5/src/smtpd/smtpd.c.orig Sat Oct 16 21:44:03 2004
-+++ postfix-2.1.5/src/smtpd/smtpd.c Sat Oct 16 21:44:13 2004
-@@ -2749,12 +2749,12 @@
- VAR_ALLOW_UNTRUST_ROUTE, DEF_ALLOW_UNTRUST_ROUTE, &var_allow_untrust_route,
- VAR_SMTPD_SASL_ENABLE, DEF_SMTPD_SASL_ENABLE, &var_smtpd_sasl_enable,
- VAR_BROKEN_AUTH_CLNTS, DEF_BROKEN_AUTH_CLNTS, &var_broken_auth_clients,
-- VAR_SHOW_UNK_RCPT_TABLE, DEF_SHOW_UNK_RCPT_TABLE, &var_show_unk_rcpt_table,
-- VAR_SMTPD_REJ_UNL_FROM, DEF_SMTPD_REJ_UNL_FROM, &var_smtpd_rej_unl_from,
-- VAR_SMTPD_REJ_UNL_RCPT, DEF_SMTPD_REJ_UNL_RCPT, &var_smtpd_rej_unl_rcpt,
- VAR_SPF_MARK_ONLY, DEF_SPF_MARK_ONLY, &var_spf_mark_only,
- VAR_SPF_RCVD_HEADER, DEF_SPF_RCVD_HEADER, &var_spf_rcvd_header,
- VAR_SPF_GLOBAL_WHITELIST, DEF_SPF_GLOBAL_WHITELIST, &var_spf_global_whitelist,
-+ VAR_SHOW_UNK_RCPT_TABLE, DEF_SHOW_UNK_RCPT_TABLE, &var_show_unk_rcpt_table,
-+ VAR_SMTPD_REJ_UNL_FROM, DEF_SMTPD_REJ_UNL_FROM, &var_smtpd_rej_unl_from,
-+ VAR_SMTPD_REJ_UNL_RCPT, DEF_SMTPD_REJ_UNL_RCPT, &var_smtpd_rej_unl_rcpt,
- 0,
- };
- static CONFIG_STR_TABLE str_table[] = {