diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-31 20:26:34 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-31 20:26:34 +0000 |
commit | aae6055a86785fee0cc5bfec7387bbbe9327eda6 (patch) | |
tree | 404990ed8ee09b7fddcb6ad052bb7cd18a55cbbd /mail/postfix-current/scripts | |
parent | Update to version 1.4. (diff) |
Update to snapshot-20020719.
PR: 41208
Submitted by: Vivek Khera <khera@kciLink.com> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=63817
Diffstat (limited to 'mail/postfix-current/scripts')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index d77a712b23a5..c135fb03c604 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -20,7 +20,7 @@ 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" OFF \ +TLS "SSL and TLS (currently broken)" OFF \ IPv6 "IPv6 support (currently broken)" OFF \ 2> $tempfile @@ -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.10+ipv6.patch.gz" + echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" echo "PATCH_DIST_STRIP= -p1" echo "IPv6_SUFFIX= +ipv6" echo "" |