From owner-freebsd-ports Fri Dec 8 16:10: 9 2000 From owner-freebsd-ports@FreeBSD.ORG Fri Dec 8 16:10:01 2000 Return-Path: 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 5213837B401 for ; Fri, 8 Dec 2000 16:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB90A1e39091; Fri, 8 Dec 2000 16:10:01 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 8 Dec 2000 16:10:01 -0800 (PST) Resent-Message-Id: <200012090010.eB90A1e39091@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, insane@lunatic.oneinsane.net Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 5ACE737B69B for ; Fri, 8 Dec 2000 16:01:56 -0800 (PST) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 8301415551; Fri, 8 Dec 2000 16:01:55 -0800 (PST) Message-Id: <20001209000155.8301415551@lunatic.oneinsane.net> Date: Fri, 8 Dec 2000 16:01:55 -0800 (PST) From: insane@lunatic.oneinsane.net Reply-To: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23398: TLS will not do relaying based on certificate Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23398 >Category: ports >Synopsis: TLS will not do relaying based on certificate >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 08 16:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 4.2-STABLE i386 >Organization: San Diego's BSD Users Group >Environment: FreeBSD 4.2-STABLE with a current ports tree >Description: When building postfix with TLS support it will not allow relaying based on certificate authentication. Emailed the mailing list and the author responded to use the current version of postfix-tls which was built for snapshot20001121. (pfixtls-0.6.27-snap20001121-0.9.6.tar.gz) >How-To-Repeat: Try making Postfix with TLS and setup for relaying based on certificate. >Fix: Upgrade to current version of postfix TLS. Patches are below. --- Makefile.orig Fri Dec 8 12:54:25 2000 +++ Makefile Fri Dec 8 12:55:37 2000 @@ -110,8 +110,8 @@ BIN1+= tlsmgr POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl POSTFIX_AUXLIBS+= -lssl -lcrypto -DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.6.24-snap20001121-0.9.6.tar.gz -EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.24-snap20001121-0.9.6/pfixtls.diff +DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.6.27-snap20001121-0.9.6.tar.gz +EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.27-snap20001121-0.9.6/pfixtls.diff PATCH_STRIP= -p1 PLIST_SUB+= WITH_TLS="" .else --- distinfo.orig Fri Dec 8 12:56:02 2000 +++ distinfo Fri Dec 8 12:56:42 2000 @@ -1,2 +1,2 @@ MD5 (snapshot-20001121.tar.gz) = c2c20ea7ba47c42af8c2da6ffbef855c -MD5 (pfixtls-0.6.24-snap20001121-0.9.6.tar.gz) = e82cb86f317374d5fddf9a3329d7213a +MD5 (pfixtls-0.6.27-snap20001121-0.9.6.tar.gz) = 4ad70dfe1479b0b56730703a5ba52705 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message