diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-20 01:34:01 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-20 01:34:01 +0000 |
commit | fdb2e1fd900e0527b1c361e3c01f35e1a1ae3205 (patch) | |
tree | 42dd4bebde75b145df2c5f7aabf86b5afe03475b /mail/postfix-current/scripts/configure.postfix | |
parent | Update to 1.1.11 (diff) |
Update to latest
PR: 39543
Submitted by: maintainer
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 4b13bd60ce29..d77a712b23a5 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -20,8 +20,8 @@ MySQL "MySQL map lookups" OFF \ PgSQL "PostgreSQL map lookups" OFF \ OpenLDAP "OpenLDAP map lookups" OFF \ Test "SMTP/LMTP test server and generator" OFF \ -TLS "SSL and TLS (currently broken)" OFF \ -IPv6 "IPv6 support (not KAME official)" OFF \ +TLS "SSL and TLS" OFF \ +IPv6 "IPv6 support (currently broken)" OFF \ 2> $tempfile retval=$? @@ -82,8 +82,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.7-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.7-1.1.7-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-20020613-0.9.6d.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-20020613-0.9.6d/pfixtls.diff" echo "PATCH_STRIP= -p1" echo "TLS_SUFFIX= +tls" SUB_TLS="" @@ -131,7 +131,7 @@ while [ "$1" ]; do exit 1 fi echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.9+ipv6.patch.gz" + echo "PATCHFILES+= postfix-1.1.10+ipv6.patch.gz" echo "PATCH_DIST_STRIP= -p1" echo "IPv6_SUFFIX= +ipv6" echo "" |