summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authormartti <martti>2002-03-27 07:17:09 +0000
committermartti <martti>2002-03-27 07:17:09 +0000
commitee32c41f48334d022116fadbcd25eaf94356627c (patch)
tree061f688ea9b0e9d87a89a23ff5e178b78ff07fdf /mail/postfix
parent1d09cc61bdd951f279de81b20f58fcffa7558af4 (diff)
downloadpkgsrc-ee32c41f48334d022116fadbcd25eaf94356627c.tar.gz
Updated postfix to 1.1.6
- The new code avoids problems with SMTP servers that will not receive mail with lines longer than the 1000 characters that are allowed by the SMTP standard. - The new code is more graceful in the handling of abnormally long message headers. It will no longer switch from "message header" to "message body" mode in the middle of an abnormally long message header line.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile5
-rw-r--r--mail/postfix/distinfo8
-rw-r--r--mail/postfix/patches/patch-af12
3 files changed, 12 insertions, 13 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index b9fc6b61e02..38e02662d31 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2002/03/24 22:17:22 deberg Exp $
+# $NetBSD: Makefile,v 1.59 2002/03/27 07:17:09 martti Exp $
-DISTNAME= postfix-1.1.5
-PKGREVISION= 1
+DISTNAME= postfix-1.1.6
CATEGORIES= mail
MASTER_SITES= ftp://postfix.cloud9.net/official/
diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo
index c9fba168cf5..87048f677c4 100644
--- a/mail/postfix/distinfo
+++ b/mail/postfix/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.14 2002/03/16 18:06:39 martti Exp $
+$NetBSD: distinfo,v 1.15 2002/03/27 07:17:09 martti Exp $
-SHA1 (postfix/postfix-1.1.5.tar.gz) = 4a914a5a7d9e1e9f428d99b609599f1c3263e61a
-Size (postfix/postfix-1.1.5.tar.gz) = 1184214 bytes
+SHA1 (postfix/postfix-1.1.6.tar.gz) = 4dd4fa359f219e2447474b17fa2d22b1878d7e94
+Size (postfix/postfix-1.1.6.tar.gz) = 1186576 bytes
SHA1 (patch-aa) = 01d0df30acc0ee454771ade263b6e793d0dba6a4
SHA1 (patch-ab) = d4e50ffc31d71ff64067101f6d733655fcf76713
SHA1 (patch-ac) = 0c79f73f1a9327e97ab6e6910d03b479c849d9f4
SHA1 (patch-ad) = 78f24bf3f7e6829c2a5c9a402e33dea25f1a55d2
SHA1 (patch-ae) = 9027a04cc9d507c1cfaf84865414002e2fd95d13
-SHA1 (patch-af) = 8ddf7b1c0a2333127f5911739ee884f7eaee95ce
+SHA1 (patch-af) = 606510ca128f70ac2f5972313039248c11130bb0
diff --git a/mail/postfix/patches/patch-af b/mail/postfix/patches/patch-af
index 86d9cfabf17..6f187db7475 100644
--- a/mail/postfix/patches/patch-af
+++ b/mail/postfix/patches/patch-af
@@ -1,9 +1,9 @@
-$NetBSD: patch-af,v 1.9 2002/03/13 08:10:10 martti Exp $
+$NetBSD: patch-af,v 1.10 2002/03/27 07:17:10 martti Exp $
---- conf/main.cf.orig Sun Mar 3 17:58:06 2002
-+++ conf/main.cf Wed Mar 13 08:56:40 2002
+--- conf/main.cf.orig Mon Mar 25 21:09:24 2002
++++ conf/main.cf Wed Mar 27 07:33:47 2002
@@ -1,3 +1,5 @@
-+# $NetBSD: patch-af,v 1.9 2002/03/13 08:10:10 martti Exp $
++# $NetBSD: patch-af,v 1.10 2002/03/27 07:17:10 martti Exp $
+#
# Global Postfix configuration file. This file lists only a subset
# of all 100+ parameters. See the sample-xxx.cf files for a full list.
@@ -39,7 +39,7 @@ $NetBSD: patch-af,v 1.9 2002/03/13 08:10:10 martti Exp $
# INTERNET HOST AND DOMAIN NAMES
#
-@@ -496,9 +503,8 @@
+@@ -497,9 +504,8 @@
# the process marches on. If you use an X-based debugger, be sure to
# set up your XAUTHORITY environment variable before starting Postfix.
#
@@ -51,7 +51,7 @@ $NetBSD: patch-af,v 1.9 2002/03/13 08:10:10 martti Exp $
# INSTALL-TIME CONFIGURATION INFORMATION
#
-@@ -523,16 +529,16 @@
+@@ -524,16 +530,16 @@
# commands. This must be a group name with a numerical group ID that
# is not shared with other accounts, not even with the Postfix account.
#