summaryrefslogtreecommitdiff
path: root/mail/postfix/patches/patch-ag
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-08-31 18:44:50 +0000
committermartti <martti@pkgsrc.org>2006-08-31 18:44:50 +0000
commit7920b8c87e0e66d797c98919104a8126bdf928cb (patch)
tree83161d731ad72b70beae593fa0780b8507db5594 /mail/postfix/patches/patch-ag
parent68ac4f1a0e0b6b413f848ec2135baeedf778a7fd (diff)
downloadpkgsrc-7920b8c87e0e66d797c98919104a8126bdf928cb.tar.gz
Updated mail/postfix-2.3.3
- File corruption while executing a Milter "header insert" action with headers-only mail (found with dk-filter). Delivery agents would go into an infinite loop because some queue file update had been done in the wrong order. As a precaution, delivery agents now detect such loops, and the queue manager now saves such mail to the "corrupt" directory. - Segmentation fault in the SMTP client while saving a cached connection with unsent data. Postfix indexed some table with -1, because some I/O cleanup had been done in the wrong order. The same problem should exist in Postfix 2.2. - Postfix no longer announces its name in delivery status notifications. All other details of the default bounce text remain unchanged. The reason for this change is that too many people believe that Wietse provides a free helpdesk service that solves all their email problems.
Diffstat (limited to 'mail/postfix/patches/patch-ag')
-rw-r--r--mail/postfix/patches/patch-ag8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/postfix/patches/patch-ag b/mail/postfix/patches/patch-ag
index 2c36a16db34..51349489aea 100644
--- a/mail/postfix/patches/patch-ag
+++ b/mail/postfix/patches/patch-ag
@@ -1,10 +1,8 @@
-$NetBSD: patch-ag,v 1.20 2006/08/11 12:34:25 taca Exp $
-
---- src/util/sys_defs.h.orig 2006-07-03 21:37:32.000000000 +0900
-+++ src/util/sys_defs.h
+--- src/util/sys_defs.h.orig 2006-07-31 13:04:29.000000000 +0000
++++ src/util/sys_defs.h 2006-08-31 19:37:16.000000000 +0000
@@ -28,6 +28,7 @@
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
- || defined(OPENBSD2) || defined(OPENBSD3) \
+ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
+ || defined(NETBSD4) \
|| defined(EKKOBSD1)