update to new snapshot and add sasl2 & tls flavours

This commit is contained in:
jakob 2002-06-22 08:59:13 +00:00
parent f67551444b
commit 2c393308b2
6 changed files with 64 additions and 10 deletions

View File

@ -1,13 +1,26 @@
# $OpenBSD: Makefile,v 1.47 2002/06/12 06:01:16 jakob Exp $
# $OpenBSD: Makefile,v 1.48 2002/06/22 08:59:13 jakob Exp $
VERSION= 1.1.11
SNAPSHOT= 20020610
VERSION= 1.1.11-20020613
DISTNAME= postfix-${VERSION}-${SNAPSHOT}
PKGNAME= postfix-${VERSION}-${SNAPSHOT}
DISTNAME= postfix-${VERSION}
PKGNAME= postfix-${VERSION}
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
FLAVORS+= sasl2
FLAVOR?=
.if ${FLAVOR:L:Msasl2}
LIB_DEPENDS+= sasl2::security/cyrus-sasl2
MAKE_CCARGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl -DUSE_SASL_AUTH
MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2
.endif
TLSVERSION= 0.8.11a
TLSPFIXVERSON= ${VERSION}
TLSSSLVERSION= 0.9.6d
TLSDISTNAME= pfixtls-${TLSVERSION}-${TLSPFIXVERSON}-${TLSSSLVERSION}
.include <bsd.port.mk>

View File

@ -1,3 +1,6 @@
MD5 (postfix/postfix-1.1.11-20020610.tar.gz) = b38fc917f3d085ced874cb1c51a245c7
RMD160 (postfix/postfix-1.1.11-20020610.tar.gz) = b10be7330263b438e70ca6f22af646bc91bc3d20
SHA1 (postfix/postfix-1.1.11-20020610.tar.gz) = b9ad796cdd2d8bdc1d1d260b1d9725eecbb17124
MD5 (postfix/pfixtls-0.8.11a-1.1.11-20020613-0.9.6d.tar.gz) = 6ed63e3941e8de1a9ca4c884dbc84125
MD5 (postfix/postfix-1.1.11-20020613.tar.gz) = 7c7f2f27463539c00c6bfe8bf50bc0d9
RMD160 (postfix/pfixtls-0.8.11a-1.1.11-20020613-0.9.6d.tar.gz) = 2f9f042c4b6f62bcfba9b2e9f349d3e580bb0140
RMD160 (postfix/postfix-1.1.11-20020613.tar.gz) = bcce030933640b0ca350142a5301dbc172a8f8fe
SHA1 (postfix/pfixtls-0.8.11a-1.1.11-20020613-0.9.6d.tar.gz) = 3419c5e38555587a7f56226e4a88c79ddb37724c
SHA1 (postfix/postfix-1.1.11-20020613.tar.gz) = d00b5e005da0ee493234c9db9c5ab0043d37f28d

View File

@ -0,0 +1,11 @@
--- conf/master.cf.orig Thu Oct 25 22:22:08 2001
+++ conf/master.cf Thu Oct 25 22:24:18 2001
@@ -69,6 +69,8 @@
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
smtp inet n - - - - smtpd
+#smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
+#submission inet n - - - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - - - - qmqpd
pickup fifo n n - 60 1 pickup
cleanup unix - - - - 0 cleanup

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.5 2002/04/19 21:11:29 jakob Exp $
# $OpenBSD: INSTALL,v 1.6 2002/06/22 08:59:13 jakob Exp $
#
# Pre/post-installation setup of postfix
@ -96,6 +96,14 @@ do_configs()
# The correct files will be installed later.
rm -f $CONFIG_DIR/{postfix-script,postfix-files,post-install}
# Change group owner
chgrp postdrop ${PREFIX}/sbin/postqueue
chgrp postdrop ${PREFIX}/sbin/postdrop
# Fix setgid
chmod g+s ${PREFIX}/sbin/postqueue
chmod g+s ${PREFIX}/sbin/postdrop
echo ""
echo "+---------------"
echo "| The $1 configuration files in $CONFIG_DIR,"

View File

@ -0,0 +1,18 @@
@comment $OpenBSD: PFRAG.tls,v 1.4 2002/06/22 08:59:13 jakob Exp $
libexec/postfix/tlsmgr
share/doc/postfix/tls/conf.html
share/doc/postfix/tls/index.html
share/doc/postfix/tls/install.html
share/doc/postfix/tls/intro.html
share/doc/postfix/tls/loadCAcert.pl
share/doc/postfix/tls/myownca.html
share/doc/postfix/tls/prng.html
share/doc/postfix/tls/references.html
share/doc/postfix/tls/relaycert.html
share/doc/postfix/tls/rfc2246.txt
share/doc/postfix/tls/rfc2487.txt
share/doc/postfix/tls/security.html
share/doc/postfix/tls/setup.html
share/doc/postfix/tls/test.html
share/examples/postfix/sample-tls.cf
@dirrm share/doc/postfix/tls

View File

@ -1,5 +1,6 @@
@comment $OpenBSD: PLIST,v 1.12 2002/06/12 06:01:16 jakob Exp $
@comment $OpenBSD: PLIST,v 1.13 2002/06/22 08:59:14 jakob Exp $
@pkgcfl postfix-*
%%tls%%
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error