From d74ef912d974abb5f0c9107f75b77c1743f7987c Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 15 Oct 2000 14:10:19 +0000 Subject: use 2000/10/05 + IPv6 patch. changes are really too many to paste here. mostly SASL related changes, it seems. --- mail/postfix-current/Makefile | 16 +++--- mail/postfix-current/files/md5 | 6 +-- mail/postfix-current/files/patch-sum | 7 ++- mail/postfix-current/patches/patch-aa | 93 +++++++++++++---------------------- mail/postfix-current/patches/patch-ab | 22 --------- mail/postfix-current/patches/patch-af | 11 +++-- mail/postfix-current/pkg/PLIST | 8 ++- 7 files changed, 60 insertions(+), 103 deletions(-) delete mode 100644 mail/postfix-current/patches/patch-ab (limited to 'mail/postfix-current') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 8b39cfc40cf..91d481331b2 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/15 14:10:19 itojun Exp $ -DISTNAME= snapshot-20000531 -PKGNAME= postfix-20000531 +DISTNAME= snapshot-20001005 +PKGNAME= postfix-20001005 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/experimental/ -PATCHFILES= postfix-20000531snap-v6-20000814b.diff.gz +PATCHFILES= postfix-20001005snap-v6-20001011a.diff.gz PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCH_DIST_STRIP= -p1 +PATCH_DIST_STRIP+= -p1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.postfix.org/ @@ -35,14 +35,14 @@ ALL_TARGET= #empty pre-configure: ${CP} ${WRKSRC}/conf/main.cf ${WRKSRC}/conf/main.cf.dist - ${CP} ${WRKSRC}/util/sys_defs.h ${WRKSRC}/util/sys_defs.h.dist + ${CP} ${WRKSRC}/src/util/sys_defs.h ${WRKSRC}/src/util/sys_defs.h.dist ${CP} ${WRKSRC}/INSTALL.sh ${WRKSRC}/INSTALL.sh.dist ${SED} -e 's:__PREFIX:'${PREFIX}':g' \ < ${WRKSRC}/conf/main.cf.dist \ > ${WRKSRC}/conf/main.cf ${SED} -e 's:__PREFIX:'${PREFIX}':g' \ - < ${WRKSRC}/util/sys_defs.h.dist \ - > ${WRKSRC}/util/sys_defs.h + < ${WRKSRC}/src/util/sys_defs.h.dist \ + > ${WRKSRC}/src/util/sys_defs.h ${SED} -e 's:__PREFIX:'${PREFIX}':g' \ < ${WRKSRC}/INSTALL.sh.dist \ > ${WRKSRC}/INSTALL.sh diff --git a/mail/postfix-current/files/md5 b/mail/postfix-current/files/md5 index 74a60896d18..4262915f426 100644 --- a/mail/postfix-current/files/md5 +++ b/mail/postfix-current/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.2 2000/08/14 04:39:59 itojun Exp $ +$NetBSD: md5,v 1.3 2000/10/15 14:10:20 itojun Exp $ -MD5 (postfix/snapshot-20000531.tar.gz) = 5b25b37dc40e9982ec443cae1bda8c10 -MD5 (postfix/postfix-20000531snap-v6-20000814b.diff.gz) = e54eaf478fa509b160a0a5c3f285c643 +MD5 (postfix/snapshot-20001005.tar.gz) = 6a6f263037043536659bcfe3b58437f6 +MD5 (postfix/postfix-20001005snap-v6-20001011a.diff.gz) = 2aca31132e934918c38ee2e619431dc1 diff --git a/mail/postfix-current/files/patch-sum b/mail/postfix-current/files/patch-sum index 6148f8bdde3..b26aba6b078 100644 --- a/mail/postfix-current/files/patch-sum +++ b/mail/postfix-current/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.8 2000/10/04 15:22:41 christos Exp $ +$NetBSD: patch-sum,v 1.9 2000/10/15 14:10:20 itojun Exp $ -MD5 (patch-aa) = 357c00b48cea63e8ee9dec43bbe6a210 -MD5 (patch-ab) = 25d4b0b2867907ff6fc0a865639f0113 -MD5 (patch-af) = f441d8a6613df506f8fbe9b87537035e +MD5 (patch-aa) = 79b6fe73755ce399cd7feae2d964529c +MD5 (patch-af) = 5ad4a94cfb01558b6097da27af5ba84f diff --git a/mail/postfix-current/patches/patch-aa b/mail/postfix-current/patches/patch-aa index f0fa6f5e23b..94b9d11ef6b 100644 --- a/mail/postfix-current/patches/patch-aa +++ b/mail/postfix-current/patches/patch-aa @@ -1,9 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2000/08/14 11:26:46 itojun Exp $ ---- INSTALL.sh.orig Mon Aug 14 19:32:38 2000 -+++ INSTALL.sh Mon Aug 14 19:33:07 2000 -@@ -6,39 +6,39 @@ - PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc - umask 022 +$NetBSD: patch-aa,v 1.7 2000/10/15 14:10:20 itojun Exp $ + +--- INSTALL.sh.orig Wed Sep 20 22:06:06 2000 ++++ INSTALL.sh Wed Oct 11 11:42:36 2000 +@@ -8,35 +8,35 @@ -cat <&2; exit 1;; - esac;; - Linux.2*) SYSTYPE=LINUX2 -- for name in db nsl resolv -+ for name in db db1 nsl resolv - do - test -f /usr/lib/lib$name.a && SYSLIBS="$SYSLIBS -l$name" - done -@@ -182,6 +182,8 @@ - CCARGS="$CCARGS -DPATH_DB_H=''" - elif [ -f /usr/include/db/db.h ]; then - CCARGS="$CCARGS -DPATH_DB_H=''" -+ elif [ -f /usr/include/db1/db.h ]; then -+ CCARGS="$CCARGS -DPATH_DB_H=''" - fi - ;; - IRIX*.5.*) SYSTYPE=IRIX5 diff --git a/mail/postfix-current/patches/patch-af b/mail/postfix-current/patches/patch-af index 778376bd128..93fc233f5ad 100644 --- a/mail/postfix-current/patches/patch-af +++ b/mail/postfix-current/patches/patch-af @@ -1,8 +1,9 @@ -$NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ ---- conf/main.cf.orig Mon Aug 14 13:51:15 2000 -+++ conf/main.cf Mon Aug 14 14:07:32 2000 +$NetBSD: patch-af,v 1.5 2000/10/15 14:10:20 itojun Exp $ + +--- conf/main.cf.orig Fri Oct 6 00:01:00 2000 ++++ conf/main.cf Wed Oct 11 11:40:57 2000 @@ -1 +1,3 @@ -+# $NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ ++# $NetBSD: patch-af,v 1.5 2000/10/15 14:10:20 itojun Exp $ +# # Global Postfix configuration file. This file lists only a subset @@ -19,3 +21,3 @@ @@ -30,7 +31,7 @@ $NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ +# listen to IPv4 and IPv6 smtp socket +inet_interfaces = 0.0.0.0, :: -@@ -376,5 +385,4 @@ +@@ -417,5 +426,4 @@ # -debugger_command = - PATH=/usr/bin:/usr/X11R6/bin diff --git a/mail/postfix-current/pkg/PLIST b/mail/postfix-current/pkg/PLIST index 7069a72ac34..b3b4410ae43 100644 --- a/mail/postfix-current/pkg/PLIST +++ b/mail/postfix-current/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2000/08/14 05:28:26 itojun Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/10/15 14:10:20 itojun Exp $ etc/mailer.conf.postfix libexec/postfix/bounce libexec/postfix/cleanup libexec/postfix/error +libexec/postfix/flush libexec/postfix/lmtp libexec/postfix/local libexec/postfix/master @@ -14,6 +15,7 @@ libexec/postfix/sendmail libexec/postfix/showq libexec/postfix/smtp libexec/postfix/smtpd +libexec/postfix/spawn libexec/postfix/trivial-rewrite sbin/postalias sbin/postcat @@ -45,6 +47,7 @@ share/postfix/sample-auth.cf share/postfix/sample-canonical.cf share/postfix/sample-debug.cf share/postfix/sample-filter.cf +share/postfix/sample-flush.cf share/postfix/sample-ldap.cf share/postfix/sample-local.cf share/postfix/sample-misc.cf @@ -85,15 +88,18 @@ man/man8/bounce.8 man/man8/cleanup.8 man/man8/defer.8 man/man8/error.8 +man/man8/flush.8 man/man8/lmtp.8 man/man8/local.8 man/man8/master.8 +man/man8/nqmgr.8 man/man8/pickup.8 man/man8/pipe.8 man/man8/qmgr.8 man/man8/showq.8 man/man8/smtp.8 man/man8/smtpd.8 +man/man8/spawn.8 man/man8/trivial-rewrite.8 @dirrm share/postfix @dirrm share/doc/postfix -- cgit v1.2.3