From owner-freebsd-ports Wed Feb 21 15:40:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74C0C37B67D for ; Wed, 21 Feb 2001 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1LNe1356495; Wed, 21 Feb 2001 15:40:01 -0800 (PST) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 794B037B491 for ; Wed, 21 Feb 2001 15:31:57 -0800 (PST) (envelope-from root@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 0) id D904411131C; Wed, 21 Feb 2001 17:32:00 -0600 (CST) Message-Id: <20010221233200.D904411131C@leviathan.inethouston.net> Date: Wed, 21 Feb 2001 17:32:00 -0600 (CST) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25270: [MAINTAINER UPDATE] mail/postfix-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25270 >Category: ports >Synopsis: [MAINTAINER UPDATE] mail/postfix-current >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 21 15:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.2-STABLE i386 >Organization: RainTree Network Services >Environment: >Description: Enable TLS, tls version released for latest postfix snapshot Disable PCRE by default because it requires a port to be built Note that tls patch doesn't work with ipv6 support >How-To-Repeat: >Fix: diff -urN postfix-current.orig/distinfo postfix-current/distinfo --- postfix-current.orig/distinfo Wed Feb 21 17:18:50 2001 +++ postfix-current/distinfo Wed Feb 21 17:22:05 2001 @@ -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-20010202snap-v6-20010204a.diff.gz) = 58c1544386724bbdc79e2ab0b1febbcd diff -urN postfix-current.orig/scripts/configure.postfix postfix-current/scripts/configure.postfix --- postfix-current.orig/scripts/configure.postfix Wed Feb 21 17:18:49 2001 +++ postfix-current/scripts/configure.postfix Wed Feb 21 17:21:24 2001 @@ -13,15 +13,15 @@ /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 @@ 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="" ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message