summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoritojun <itojun>2001-04-02 10:48:58 +0000
committeritojun <itojun>2001-04-02 10:48:58 +0000
commit49e7ac38af0713148a9733c2dd840242e4eabf9c (patch)
tree450466028e8391a2b43ce331e4e94ec23ba37ca9 /mail
parentf2425f0f143feb8ce2d30f31f6d8f8ed17b68b61 (diff)
downloadpkgsrc-49e7ac38af0713148a9733c2dd840242e4eabf9c.tar.gz
upgrade to 20010228-pl01.
20010313 Bugfix: the RFC 822 untokenizer quoted newlines inside comments. File: global/tok822_parse.c. 20010316 Cleanup: removed an extraneous warning when a queue file write error happened. 20010321 Workaround: LMTP connection caching never worked for destinations starting with unix: or inet:. File: lmtp/lmtp_connect.c. 20010322 Portability: Solaris <2.6 does not have srandom() and random() in libc. File: util/rand_sleep.c. It does not have to be cryptographically strong. Bugfix: the fast ETRN flush server could not handle [ipaddr] or domain names with one-character hostname part. This fix changes the destination to logfile name mapping, so that you need to populate the new files with "sendmail -q". The old files go away automatically. File: flush/flush.c. 20010327 Speed up mailq (sendmail -bp) display by flushing output after each file. File: showq/showq.c. Portability: missing string.h includes, %p wants (void *), Lamont Jones, HP. 20010328 Bugfix: swapped logic caused cleanup to stall when the queue file size exceeded the file size limit by less than one the VSTREAM buffer size, so that the "file too big" was detected after flushing the last queue file record. File: cleanup/cleanup.c. 20010329 Portability: workaround for missing prototype problem in dict_ldap.c. This module should move to the global directory, because it depends on Postfix main.cf parameter information.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile6
-rw-r--r--mail/postfix/files/md54
-rw-r--r--mail/postfix/files/patch-sum3
-rw-r--r--mail/postfix/patches/patch-ba23
4 files changed, 6 insertions, 30 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 9c5b5dd5a22..7781facaa66 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2001/03/23 06:46:09 itojun Exp $
+# $NetBSD: Makefile,v 1.32 2001/04/02 10:48:58 itojun Exp $
-DISTNAME= release-20010228
-PKGNAME= postfix-20010228
+DISTNAME= postfix-20010228-pl01
+PKGNAME= postfix-20010228-pl1
CATEGORIES= mail
MASTER_SITES= ftp://postfix.cloud9.net/official/
diff --git a/mail/postfix/files/md5 b/mail/postfix/files/md5
index 555a42ed005..c7063b49be1 100644
--- a/mail/postfix/files/md5
+++ b/mail/postfix/files/md5
@@ -1,5 +1,5 @@
-$NetBSD: md5,v 1.15 2001/03/23 06:46:10 itojun Exp $
+$NetBSD: md5,v 1.16 2001/04/02 10:48:58 itojun Exp $
-SHA1 (postfix/release-20010228.tar.gz) = a3815938b963073053e833cc8adbaed7f6c71297
+SHA1 (postfix/postfix-20010228-pl01.tar.gz) = ce4f51ac4edc09a4014cdca841f581939bd8e103
SHA1 (postfix/postfix-20010228release-v6-20010323a.diff.gz) = 2aa967bc2d9fbc30b8a56b403423124d4c2b5b2b
SHA1 (postfix/postfix-20010228release-ercpt.diff) = c6abc5d57ca1a36de85dadee878b266d707ad3cd
diff --git a/mail/postfix/files/patch-sum b/mail/postfix/files/patch-sum
index a38ce570a22..9c27757807e 100644
--- a/mail/postfix/files/patch-sum
+++ b/mail/postfix/files/patch-sum
@@ -1,5 +1,4 @@
-$NetBSD: patch-sum,v 1.13 2001/03/20 13:02:04 hubertf Exp $
+$NetBSD: patch-sum,v 1.14 2001/04/02 10:48:58 itojun Exp $
SHA1 (patch-aa) = 0e54ee4a1538cbe116ff1c85cbcb50b08c09095b
SHA1 (patch-af) = 1f96a9b36cc65b079839542cc4e7a3230318013c
-SHA1 (patch-ba) = feebe30fc918de0c8fe11ccfc1096230f1155166
diff --git a/mail/postfix/patches/patch-ba b/mail/postfix/patches/patch-ba
deleted file mode 100644
index bad461123d4..00000000000
--- a/mail/postfix/patches/patch-ba
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ba,v 1.5 2001/03/20 13:02:05 hubertf Exp $
-
-fix sprious \ in mail header.
-
-Message-Id: <20010313174719.35692BC070@spike.porcupine.org>
-Subject: PATCH (spurious \ in mail header)
-From: wietse@porcupine.org (Wietse Venema)
-To: Postfix users <postfix-users@postfix.org>
-Date: Tue, 13 Mar 2001 12:47:19 -0500 (EST)
-
-Index: src/global/tok822_parse.c
-diff -u -r1.1 -r1.2
---- src/global/tok822_parse.c 2001/03/13 17:47:13 1.1
-+++ src/global/tok822_parse.c 2001/03/16 11:57:53 1.2
-@@ -252,7 +252,7 @@
- VSTRING_ADDCH(vp, ')');
- break;
- case TOK822_COMMENT_TEXT:
-- tok822_copy_quoted(vp, vstring_str(tp->vstr), "()\\\r\n");
-+ tok822_copy_quoted(vp, vstring_str(tp->vstr), "()\\");
- break;
- case TOK822_QSTRING:
- VSTRING_ADDCH(vp, '"');