diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/files/md5 | 4 | ||||
-rw-r--r-- | mail/postfix/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/postfix/patches/patch-ba | 23 |
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, '"'); |