diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-02-22 12:05:43 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-02-22 12:05:43 +0800 |
commit | 6a8640318f570426dfbf117b7c8421b5297f1366 (patch) | |
tree | e9532847bc88efdc8da9f7c26a9cf95af076059b | |
parent | 67c333388a801db7fae1f3d5c7636b8bda585abe (diff) | |
download | freebsd-ports-gnome-6a8640318f570426dfbf117b7c8421b5297f1366.tar.gz freebsd-ports-gnome-6a8640318f570426dfbf117b7c8421b5297f1366.tar.zst freebsd-ports-gnome-6a8640318f570426dfbf117b7c8421b5297f1366.zip |
Re-activate TLS support.
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net>
PR: ports/25270
-rw-r--r-- | mail/postfix-current/distinfo | 2 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 21c1761165a7..156470c1ea9c 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ MD5 (snapshot-20010204.tar.gz) = a034b7c13d306bc1ab208996be886e5b -MD5 (pfixtls-0.6.35-snap20010202-0.9.6.tar.gz) = f465a4d5c87793b5889bea0c1b4833c2 +MD5 (pfixtls-0.6.36-snap20010204-0.9.6.tar.gz) = 96ea68167cc590ff08ad0a5a5972dc98 MD5 (postfix-20010204snap-v6-20010205a.diff.gz) = d944cd3245e3e0abbc339ffbfe56f319 diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 2381af2475f3..87e4877fc00f 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -13,15 +13,15 @@ else /usr/bin/dialog --title "Postfix configuration options" --clear \ --checklist "\n\ Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" ON \ +PCRE "Perl Compatible Regular Expressions" OFF \ SASL "Cyrus SASL (Simple Authentication and Security Layer)" OFF \ DB3 "Berkeley DB3 (required if SASL also built with DB3)" OFF \ MySQL "MySQL map lookups" OFF \ OpenLDAP "OpenLDAP map lookups" OFF \ Test "SMTP/LMTP test server and generator" OFF \ +TLS "Secure Sockets Layer and Transport Layer Security" OFF \ IPv6 "IPv6 support" OFF \ 2> $tempfile -#TLS "Secure Sockets Layer and Transport Layer Security" OFF \ retval=$? @@ -78,8 +78,8 @@ while [ "$1" ]; do echo "BIN1+= tlsmgr" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.6.35-snap20010202-0.9.6.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.35-snap20010202-0.9.6/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.6.36-snap20010204-0.9.6.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.36-snap20010204-0.9.6/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |