Fri Mar 11 10:54:03 2011 UTC ()
Pullup ticket #3385 - requested by taca
mail/postfix-current: security update

Revisions pulled up:
- mail/postfix-current/MESSAGE				patch
- mail/postfix-current/MESSAGE.sasl			patch
- mail/postfix-current/Makefile				patch
- mail/postfix-current/PLIST				patch
- mail/postfix-current/distinfo				patch
- mail/postfix-current/files/mailer.conf		patch
- mail/postfix-current/patches/patch-aa			patch
- mail/postfix-current/patches/patch-ag			patch
- mail/postfix-current/patches/patch-ai			patch
- mail/postfix-current/patches/patch-as			patch
- mail/postfix-current/patches/patch-at			deleted
- mail/postfix-current/patches/patch-au			deleted
- mail/postfix-current/patches/patch-av			deleted

---
Update "postfix-current" package to version 2.8.1:
  Postfix stable release 2.8.0 is available. This release continues the
  move towards improving code and documentation, and making the system
  better prepared for changes in the threat environment.

  The postscreen daemon (a zombie blocker in front of Postfix) is now
  included with the stable release. postscreen now supports TLS and can
  log the rejected sender, recipient and helo information. See the
  POSTSCREEN_README file for recommended usage scenarios.

  Support for DNS whitelisting (permit_rhswl_client), and for pattern
  matching to filter the responses from DNS white/blacklist servers
  (e.g., reject_rhsbl_client zen.spamhaus.org=127.0.0.[1..10]).

  Improved message tracking across SMTP-based content filters; the
  after-filter SMTP server can log the before-filter queue ID (the
  XCLIENT protocol was extended).

  Read-only support for sqlite databases. See sqlite_table(5) and
  SQLITE_README.

  Support for 'footers' that are appended to SMTP server "reject"
  responses. See "smtpd_reject_footer" in the postconf(5) manpage.


(tron)
diff -r1.2 -r1.2.56.1 pkgsrc/mail/postfix-current/MESSAGE
diff -r1.3 -r1.3.46.1 pkgsrc/mail/postfix-current/MESSAGE.sasl
diff -r1.115 -r1.115.4.1 pkgsrc/mail/postfix-current/Makefile
diff -r1.22 -r1.22.8.1 pkgsrc/mail/postfix-current/PLIST
diff -r1.59 -r1.59.6.1 pkgsrc/mail/postfix-current/distinfo
diff -r1.4 -r1.4.56.1 pkgsrc/mail/postfix-current/files/mailer.conf
diff -r1.19 -r1.19.22.1 pkgsrc/mail/postfix-current/patches/patch-aa
diff -r1.22 -r1.22.6.1 pkgsrc/mail/postfix-current/patches/patch-ag
diff -r1.24 -r1.24.10.1 pkgsrc/mail/postfix-current/patches/patch-ai
diff -r1.6 -r0 pkgsrc/mail/postfix-current/patches/patch-as
diff -r1.5 -r0 pkgsrc/mail/postfix-current/patches/patch-at
diff -r1.5 -r0 pkgsrc/mail/postfix-current/patches/patch-av
diff -r1.4 -r0 pkgsrc/mail/postfix-current/patches/patch-au

cvs diff -r1.2 -r1.2.56.1 pkgsrc/mail/postfix-current/Attic/MESSAGE (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/Attic/MESSAGE 2004/07/31 05:53:44 1.2
+++ pkgsrc/mail/postfix-current/Attic/MESSAGE 2011/03/11 10:54:02 1.2.56.1
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.2 2004/07/31 05:53:44 jlam Exp $ 2$NetBSD: MESSAGE,v 1.2.56.1 2011/03/11 10:54:02 tron Exp $
3 3
4Please run the following command to update main.cf and master.cf with 4Please run the following command to update main.cf and master.cf with
5the latest Postfix services and configuration directives: 5the latest Postfix services and configuration directives:
6 6
7 ${PREFIX}/sbin/postfix upgrade-configuration 7 ${PREFIX}/sbin/postfix upgrade-configuration
8 8
9If you are upgrading from a previous Postfix installation, you may want 9If you are upgrading from a previous Postfix installation, you may want
10to back up any existing configuration files before running the above 10to back up any existing configuration files before running the above
11command. 11command.
12 12
13Postfix may be activated by executing: 13Postfix may be activated by executing:
14 14
15 ${PREFIX}/sbin/postfix start 15 ${PREFIX}/sbin/postfix start

cvs diff -r1.3 -r1.3.46.1 pkgsrc/mail/postfix-current/Attic/MESSAGE.sasl (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/Attic/MESSAGE.sasl 2005/09/30 06:04:32 1.3
+++ pkgsrc/mail/postfix-current/Attic/MESSAGE.sasl 2011/03/11 10:54:02 1.3.46.1
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE.sasl,v 1.3 2005/09/30 06:04:32 martti Exp $ 2$NetBSD: MESSAGE.sasl,v 1.3.46.1 2011/03/11 10:54:02 tron Exp $
3 3
4To enable SASL authentication in the SMTP server, you may want to edit 4To enable SASL authentication in the SMTP server, you may want to edit
5 5
6 ${SASLLIBDIR}/smtpd.conf 6 ${SASLLIBDIR}/smtpd.conf
7 7
8and change the method used to check plaintext passwords. To use 8and change the method used to check plaintext passwords. To use
9security/cyrus-saslauthd, you should change the contents of smtpd.conf 9security/cyrus-saslauthd, you should change the contents of smtpd.conf
10to: 10to:
11 11
12 pwcheck_method: saslauthd 12 pwcheck_method: saslauthd
13 13
14You may also want to edit 14You may also want to edit
15 15

cvs diff -r1.115 -r1.115.4.1 pkgsrc/mail/postfix-current/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/Attic/Makefile 2010/09/28 13:21:31 1.115
+++ pkgsrc/mail/postfix-current/Attic/Makefile 2011/03/11 10:54:02 1.115.4.1
@@ -1,33 +1,31 @@ @@ -1,33 +1,31 @@
1# $NetBSD: Makefile,v 1.115 2010/09/28 13:21:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.115.4.1 2011/03/11 10:54:02 tron Exp $
2 2
3DISTNAME= postfix-2.8-20100603 3DISTNAME= postfix-2.8.1
4PKGNAME= postfix-2.8.20100603 
5CATEGORIES= mail 4CATEGORIES= mail
6MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ 5MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
7MASTER_SITES+= http://postfix.it-austria.net/releases/experimental/ 6MASTER_SITES+= http://postfix.it-austria.net/releases/official/
8MASTER_SITES+= http://mirrors.isc.org/pub/postfix/experimental/ 7MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/
9MASTER_SITES+= http://mirror.postfix.jp/postfix-release/experimental/ 8MASTER_SITES+= http://mirror.postfix.jp/postfix-release/official/
10DIST_SUBDIR= postfix 
11 9
12MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://www.postfix.org/ 11HOMEPAGE= http://www.postfix.org/
14COMMENT= Postfix SMTP server and tools 12COMMENT= Postfix SMTP server and tools
15# The postfix license has only very minor diffs from cpl-1.0. 13# The postfix license has only very minor diffs from cpl-1.0.
16LICENSE= cpl-1.0 14LICENSE= cpl-1.0
17#LICENSE= postfix-license 15#LICENSE= postfix-license
18 16
19CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* 17CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
20CONFLICTS+= postfix-2.[6-7]-[0-9]* esmtp>=1.2 18CONFLICTS+= esmtp>=1.2
21 19
22PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
23PKG_INSTALLATION_TYPES= overwrite pkgviews 21PKG_INSTALLATION_TYPES= overwrite pkgviews
24 22
25USE_TOOLS+= perl 23USE_TOOLS+= perl
26CHECK_HEADERS_SKIP+= src/global/mail_params.h 24CHECK_HEADERS_SKIP+= src/global/mail_params.h
27 25
28.include "../../mk/bsd.prefs.mk" 26.include "../../mk/bsd.prefs.mk"
29 27
30SPECIAL_PERMS+= sbin/postdrop postfix maildrop 2555 28SPECIAL_PERMS+= sbin/postdrop postfix maildrop 2555
31SPECIAL_PERMS+= sbin/postqueue postfix maildrop 2555 29SPECIAL_PERMS+= sbin/postqueue postfix maildrop 2555
32 30
33# POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is 31# POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is

cvs diff -r1.22 -r1.22.8.1 pkgsrc/mail/postfix-current/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/Attic/PLIST 2010/02/25 13:02:02 1.22
+++ pkgsrc/mail/postfix-current/Attic/PLIST 2011/03/11 10:54:02 1.22.8.1
@@ -1,47 +1,48 @@ @@ -1,47 +1,48 @@
1@comment $NetBSD: PLIST,v 1.22 2010/02/25 13:02:02 martti Exp $ 1@comment $NetBSD: PLIST,v 1.22.8.1 2011/03/11 10:54:02 tron Exp $
2bin/mailq 2bin/mailq
3bin/newaliases 3bin/newaliases
4libexec/postfix/anvil 4libexec/postfix/anvil
5libexec/postfix/bounce 5libexec/postfix/bounce
6libexec/postfix/cleanup 6libexec/postfix/cleanup
7libexec/postfix/discard 
8libexec/postfix/dnsblog 7libexec/postfix/dnsblog
 8libexec/postfix/discard
9libexec/postfix/error 9libexec/postfix/error
10libexec/postfix/flush 10libexec/postfix/flush
11libexec/postfix/lmtp 11libexec/postfix/lmtp
12libexec/postfix/local 12libexec/postfix/local
13libexec/postfix/main.cf 13libexec/postfix/main.cf
14libexec/postfix/master 14libexec/postfix/master
15libexec/postfix/master.cf 15libexec/postfix/master.cf
16libexec/postfix/nqmgr 16libexec/postfix/nqmgr
17libexec/postfix/oqmgr 17libexec/postfix/oqmgr
18libexec/postfix/pickup 18libexec/postfix/pickup
19libexec/postfix/pipe 19libexec/postfix/pipe
20libexec/postfix/post-install 20libexec/postfix/post-install
21libexec/postfix/postfix-files 21libexec/postfix/postfix-files
22libexec/postfix/postfix-script 22libexec/postfix/postfix-script
23libexec/postfix/postfix-wrapper 23libexec/postfix/postfix-wrapper
24libexec/postfix/postmulti-script 24libexec/postfix/postmulti-script
25libexec/postfix/postscreen 25libexec/postfix/postscreen
26libexec/postfix/proxymap 26libexec/postfix/proxymap
27libexec/postfix/qmgr 27libexec/postfix/qmgr
28libexec/postfix/qmqpd 28libexec/postfix/qmqpd
29libexec/postfix/scache 29libexec/postfix/scache
30libexec/postfix/showq 30libexec/postfix/showq
31libexec/postfix/smtp 31libexec/postfix/smtp
32libexec/postfix/smtpd 32libexec/postfix/smtpd
33libexec/postfix/spawn 33libexec/postfix/spawn
34libexec/postfix/tlsmgr 34libexec/postfix/tlsmgr
 35libexec/postfix/tlsproxy
35libexec/postfix/trivial-rewrite 36libexec/postfix/trivial-rewrite
36libexec/postfix/verify 37libexec/postfix/verify
37libexec/postfix/virtual 38libexec/postfix/virtual
38man/man1/mailq.1 39man/man1/mailq.1
39man/man1/newaliases.1 40man/man1/newaliases.1
40man/man1/postalias.1 41man/man1/postalias.1
41man/man1/postcat.1 42man/man1/postcat.1
42man/man1/postconf.1 43man/man1/postconf.1
43man/man1/postdrop.1 44man/man1/postdrop.1
44man/man1/postfix.1 45man/man1/postfix.1
45man/man1/postkick.1 46man/man1/postkick.1
46man/man1/postlock.1 47man/man1/postlock.1
47man/man1/postlog.1 48man/man1/postlog.1
@@ -59,53 +60,55 @@ man/man5/canonical.5 @@ -59,53 +60,55 @@ man/man5/canonical.5
59man/man5/cidr_table.5 60man/man5/cidr_table.5
60man/man5/generic.5 61man/man5/generic.5
61man/man5/header_checks.5 62man/man5/header_checks.5
62man/man5/ldap_table.5 63man/man5/ldap_table.5
63man/man5/master.5 64man/man5/master.5
64man/man5/mysql_table.5 65man/man5/mysql_table.5
65man/man5/nisplus_table.5 66man/man5/nisplus_table.5
66man/man5/pcre_table.5 67man/man5/pcre_table.5
67man/man5/pgsql_table.5 68man/man5/pgsql_table.5
68man/man5/postconf.5 69man/man5/postconf.5
69man/man5/postfix-wrapper.5 70man/man5/postfix-wrapper.5
70man/man5/regexp_table.5 71man/man5/regexp_table.5
71man/man5/relocated.5 72man/man5/relocated.5
 73man/man5/sqlite_table.5
72man/man5/tcp_table.5 74man/man5/tcp_table.5
73man/man5/transport.5 75man/man5/transport.5
74man/man5/virtual.5 76man/man5/virtual.5
75man/man8/anvil.8 77man/man8/anvil.8
76man/man8/bounce.8 78man/man8/bounce.8
77man/man8/cleanup.8 79man/man8/cleanup.8
78man/man8/defer.8 80man/man8/defer.8
79man/man8/discard.8 81man/man8/discard.8
80man/man8/dnsblog.8 82man/man8/dnsblog.8
81man/man8/error.8 83man/man8/error.8
82man/man8/flush.8 84man/man8/flush.8
83man/man8/lmtp.8 85man/man8/lmtp.8
84man/man8/local.8 86man/man8/local.8
85man/man8/master.8 87man/man8/master.8
86man/man8/oqmgr.8 88man/man8/oqmgr.8
 89man/man8/postscreen.8
87man/man8/pickup.8 90man/man8/pickup.8
88man/man8/pipe.8 91man/man8/pipe.8
89man/man8/postscreen.8 
90man/man8/proxymap.8 92man/man8/proxymap.8
91man/man8/qmgr.8 93man/man8/qmgr.8
92man/man8/qmqpd.8 94man/man8/qmqpd.8
93man/man8/scache.8 95man/man8/scache.8
94man/man8/showq.8 96man/man8/showq.8
95man/man8/smtp.8 97man/man8/smtp.8
96man/man8/smtpd.8 98man/man8/smtpd.8
97man/man8/spawn.8 99man/man8/spawn.8
98man/man8/tlsmgr.8 100man/man8/tlsmgr.8
 101man/man8/tlsproxy.8
99man/man8/trace.8 102man/man8/trace.8
100man/man8/trivial-rewrite.8 103man/man8/trivial-rewrite.8
101man/man8/verify.8 104man/man8/verify.8
102man/man8/virtual.8 105man/man8/virtual.8
103sbin/postalias 106sbin/postalias
104sbin/postcat 107sbin/postcat
105sbin/postconf 108sbin/postconf
106sbin/postdrop 109sbin/postdrop
107sbin/postfix 110sbin/postfix
108sbin/postkick 111sbin/postkick
109sbin/postlock 112sbin/postlock
110sbin/postlog 113sbin/postlog
111sbin/postmap 114sbin/postmap
@@ -134,34 +137,37 @@ share/doc/postfix/INSTALL @@ -134,34 +137,37 @@ share/doc/postfix/INSTALL
134share/doc/postfix/IPV6_README 137share/doc/postfix/IPV6_README
135share/doc/postfix/LDAP_README 138share/doc/postfix/LDAP_README
136share/doc/postfix/LINUX_README 139share/doc/postfix/LINUX_README
137share/doc/postfix/LOCAL_RECIPIENT_README 140share/doc/postfix/LOCAL_RECIPIENT_README
138share/doc/postfix/MAILDROP_README 141share/doc/postfix/MAILDROP_README
139share/doc/postfix/MILTER_README 142share/doc/postfix/MILTER_README
140share/doc/postfix/MULTI_INSTANCE_README 143share/doc/postfix/MULTI_INSTANCE_README
141share/doc/postfix/MYSQL_README 144share/doc/postfix/MYSQL_README
142share/doc/postfix/NFS_README 145share/doc/postfix/NFS_README
143share/doc/postfix/OVERVIEW 146share/doc/postfix/OVERVIEW
144share/doc/postfix/PACKAGE_README 147share/doc/postfix/PACKAGE_README
145share/doc/postfix/PCRE_README 148share/doc/postfix/PCRE_README
146share/doc/postfix/PGSQL_README 149share/doc/postfix/PGSQL_README
 150share/doc/postfix/POSTSCREEN_README
147share/doc/postfix/QSHAPE_README 151share/doc/postfix/QSHAPE_README
148share/doc/postfix/RELEASE_NOTES 152share/doc/postfix/RELEASE_NOTES
149share/doc/postfix/RESTRICTION_CLASS_README 153share/doc/postfix/RESTRICTION_CLASS_README
150share/doc/postfix/SASL_README 154share/doc/postfix/SASL_README
151share/doc/postfix/SCHEDULER_README 155share/doc/postfix/SCHEDULER_README
152share/doc/postfix/SMTPD_ACCESS_README 156share/doc/postfix/SMTPD_ACCESS_README
153share/doc/postfix/SMTPD_POLICY_README 157share/doc/postfix/SMTPD_POLICY_README
154share/doc/postfix/SMTPD_PROXY_README 158share/doc/postfix/SMTPD_PROXY_README
 159share/doc/postfix/SOHO_README
 160share/doc/postfix/SQLITE_README
155share/doc/postfix/STANDARD_CONFIGURATION_README 161share/doc/postfix/STANDARD_CONFIGURATION_README
156share/doc/postfix/STRESS_README 162share/doc/postfix/STRESS_README
157share/doc/postfix/TLS_LEGACY_README 163share/doc/postfix/TLS_LEGACY_README
158share/doc/postfix/TLS_README 164share/doc/postfix/TLS_README
159share/doc/postfix/TUNING_README 165share/doc/postfix/TUNING_README
160share/doc/postfix/ULTRIX_README 166share/doc/postfix/ULTRIX_README
161share/doc/postfix/UUCP_README 167share/doc/postfix/UUCP_README
162share/doc/postfix/VERP_README 168share/doc/postfix/VERP_README
163share/doc/postfix/VIRTUAL_README 169share/doc/postfix/VIRTUAL_README
164share/doc/postfix/XCLIENT_README 170share/doc/postfix/XCLIENT_README
165share/doc/postfix/XFORWARD_README 171share/doc/postfix/XFORWARD_README
166share/examples/postfix/LICENSE 172share/examples/postfix/LICENSE
167share/examples/postfix/TLS_LICENSE 173share/examples/postfix/TLS_LICENSE

cvs diff -r1.59 -r1.59.6.1 pkgsrc/mail/postfix-current/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/Attic/distinfo 2010/06/08 15:15:04 1.59
+++ pkgsrc/mail/postfix-current/Attic/distinfo 2011/03/11 10:54:02 1.59.6.1
@@ -1,12 +1,8 @@ @@ -1,12 +1,8 @@
1$NetBSD: distinfo,v 1.59 2010/06/08 15:15:04 martti Exp $ 1$NetBSD: distinfo,v 1.59.6.1 2011/03/11 10:54:02 tron Exp $
2 2
3SHA1 (postfix/postfix-2.8-20100603.tar.gz) = bfad2119cb1af0874eb8617b52db781ef357669a 3SHA1 (postfix-2.8.1.tar.gz) = c2b5aa6ed3520fd9298b140a71a09fee8ee40f4d
4RMD160 (postfix/postfix-2.8-20100603.tar.gz) = 3518d504f342e7b1ac1b6133c6a7791c80d4031c 4RMD160 (postfix-2.8.1.tar.gz) = 21a7a46c2e62d98108271423129589bff30ee248
5Size (postfix/postfix-2.8-20100603.tar.gz) = 3455687 bytes 5Size (postfix-2.8.1.tar.gz) = 3643859 bytes
6SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb 6SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb
7SHA1 (patch-ag) = 53f42aec86af576e1ffc420f1b9a19c988c3fe6c 7SHA1 (patch-ag) = 53f42aec86af576e1ffc420f1b9a19c988c3fe6c
8SHA1 (patch-ai) = f681187d6cf1f1793ecbf946a4aecee278d11f3d 8SHA1 (patch-ai) = ef3feef8a4fe7781a89f7e087fc5780760b461b1
9SHA1 (patch-as) = 8f16d7eda96c1fdbe76fb0a5294148dbf6148171 
10SHA1 (patch-at) = b0abf2c49bfe94153f7a3845b5709ff8e0027a03 
11SHA1 (patch-au) = 60396f5f182e0f247b06974dc5cf912dbcf84bbf 
12SHA1 (patch-av) = 98073186738e1a4fcd0f620096f4be83a9ff9e73 

cvs diff -r1.4 -r1.4.56.1 pkgsrc/mail/postfix-current/files/Attic/mailer.conf (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/files/Attic/mailer.conf 2004/07/31 05:53:44 1.4
+++ pkgsrc/mail/postfix-current/files/Attic/mailer.conf 2011/03/11 10:54:03 1.4.56.1
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1# $NetBSD: mailer.conf,v 1.4 2004/07/31 05:53:44 jlam Exp $ 1# $NetBSD: mailer.conf,v 1.4.56.1 2011/03/11 10:54:03 tron Exp $
2# 2#
3# Use "postfix" as replacement for "sendmail". 3# Use "postfix" as replacement for "sendmail".
4# 4#
5sendmail @PREFIX@/sbin/sendmail 5sendmail @PREFIX@/sbin/sendmail
6send-mail @PREFIX@/sbin/sendmail 6send-mail @PREFIX@/sbin/sendmail
7mailq @PREFIX@/sbin/sendmail 7mailq @PREFIX@/sbin/sendmail
8newaliases @PREFIX@/sbin/sendmail 8newaliases @PREFIX@/sbin/sendmail
9hoststat @PREFIX@/sbin/sendmail 9hoststat @PREFIX@/sbin/sendmail
10purgestat @PREFIX@/sbin/sendmail 10purgestat @PREFIX@/sbin/sendmail

cvs diff -r1.19 -r1.19.22.1 pkgsrc/mail/postfix-current/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/patches/Attic/patch-aa 2008/09/04 08:25:31 1.19
+++ pkgsrc/mail/postfix-current/patches/Attic/patch-aa 2011/03/11 10:54:03 1.19.22.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-aa,v 1.19 2008/09/04 08:25:31 martti Exp $ 1$NetBSD: patch-aa,v 1.19.22.1 2011/03/11 10:54:03 tron Exp $
2 2
3Make this pkgsrc friendly. 3Make this pkgsrc friendly.
4 4
5--- postfix-install.orig 2007-12-05 02:16:40.000000000 +0200 5--- postfix-install.orig 2007-12-05 02:16:40.000000000 +0200
6+++ postfix-install 2008-01-17 15:59:23.000000000 +0200 6+++ postfix-install 2008-01-17 15:59:23.000000000 +0200
7@@ -365,26 +365,6 @@ 7@@ -365,26 +365,6 @@
8 : ${tempdir=`pwd`} 8 : ${tempdir=`pwd`}
9 : ${config_directory=`bin/postconf -h -d config_directory`} 9 : ${config_directory=`bin/postconf -h -d config_directory`}
10  10
11-# Find out the location of installed configuration files. 11-# Find out the location of installed configuration files.
12- 12-
13-test -z "$non_interactive" && for name in install_root tempdir config_directory 13-test -z "$non_interactive" && for name in install_root tempdir config_directory
14-do 14-do

cvs diff -r1.22 -r1.22.6.1 pkgsrc/mail/postfix-current/patches/Attic/patch-ag (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/patches/Attic/patch-ag 2010/04/16 15:32:59 1.22
+++ pkgsrc/mail/postfix-current/patches/Attic/patch-ag 2011/03/11 10:54:03 1.22.6.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-ag,v 1.22 2010/04/16 15:32:59 taca Exp $ 1$NetBSD: patch-ag,v 1.22.6.1 2011/03/11 10:54:03 tron Exp $
2 2
3Only define HAS_DB if it hasn't been defined. 3Only define HAS_DB if it hasn't been defined.
4Add support for NetBSD 5.x and DragonFly BSD. 4Add support for NetBSD 5.x and DragonFly BSD.
5Handle closefrom() on FreeBSD. 5Handle closefrom() on FreeBSD.
6 6
7--- src/util/sys_defs.h.orig 2009-11-14 23:32:37.000000000 +0000 7--- src/util/sys_defs.h.orig 2009-11-14 23:32:37.000000000 +0000
8+++ src/util/sys_defs.h 8+++ src/util/sys_defs.h
9@@ -29,8 +29,8 @@ 9@@ -29,8 +29,8 @@
10 || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ 10 || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
11 || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ 11 || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
12 || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ 12 || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
13- || defined(NETBSD4) \ 13- || defined(NETBSD4) \
14- || defined(EKKOBSD1) 14- || defined(EKKOBSD1)

cvs diff -r1.24 -r1.24.10.1 pkgsrc/mail/postfix-current/patches/Attic/patch-ai (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/patches/Attic/patch-ai 2009/12/13 08:55:57 1.24
+++ pkgsrc/mail/postfix-current/patches/Attic/patch-ai 2011/03/11 10:54:03 1.24.10.1
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: patch-ai,v 1.24 2009/12/13 08:55:57 martti Exp $ 1$NetBSD: patch-ai,v 1.24.10.1 2011/03/11 10:54:03 tron Exp $
2 2
3Make this pkgsrc friendly. 3Make this pkgsrc friendly.
4Add support for NetBSD 5.x and DragonFly BSD. 4Add support for NetBSD 5.x and DragonFly BSD.
5 5
6--- makedefs.orig 2009-11-10 02:44:41.000000000 +0200 6--- makedefs.orig 2010-02-03 22:58:58.000000000 +0200
7+++ makedefs 2009-12-13 10:47:16.000000000 +0200 7+++ makedefs 2010-02-25 14:48:50.000000000 +0200
8@@ -146,6 +146,8 @@ 8@@ -146,6 +146,8 @@
9 ;; 9 ;;
10 FreeBSD.8*) SYSTYPE=FREEBSD8 10 FreeBSD.8*) SYSTYPE=FREEBSD8
11 ;; 11 ;;
12+ DragonFly.*) SYSTYPE=DRAGONFLY 12+ DragonFly.*) SYSTYPE=DRAGONFLY
13+ ;; 13+ ;;
14 OpenBSD.2*) SYSTYPE=OPENBSD2 14 OpenBSD.2*) SYSTYPE=OPENBSD2
15 ;; 15 ;;
16 OpenBSD.3*) SYSTYPE=OPENBSD3 16 OpenBSD.3*) SYSTYPE=OPENBSD3
17@@ -162,6 +164,8 @@ 17@@ -162,6 +164,8 @@
18 ;; 18 ;;
19 NetBSD.4*) SYSTYPE=NETBSD4 19 NetBSD.4*) SYSTYPE=NETBSD4
20 ;; 20 ;;

File Deleted: pkgsrc/mail/postfix-current/patches/Attic/patch-as

File Deleted: pkgsrc/mail/postfix-current/patches/Attic/patch-at

File Deleted: pkgsrc/mail/postfix-current/patches/Attic/patch-av

File Deleted: pkgsrc/mail/postfix-current/patches/Attic/patch-au