Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2001 17:32:00 -0600 (CST)
From:      dwcjr@inethouston.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25270: [MAINTAINER UPDATE] mail/postfix-current
Message-ID:  <20010221233200.D904411131C@leviathan.inethouston.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010221233200.D904411131C>