Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2007 13:46:47 -0400
From:      "Anish Mistry" <amistry@am-productions.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Add SSL Knob to database/freetds to enable encryption
Message-ID:  <1191606407.85225@bigguy.am-productions.biz>

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

>Submitter-Id:	current-users 
>Originator:	Anish Mistry 
>Organization:	AM Productions 
>Confidential:	no 
>Synopsis:	Add SSL Knob to database/freetds to enable encryption 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		change-request 
>Release:	FreeBSD 6.2-RELEASE-p2 i386 
>Environment:


System: FreeBSD 6.2-RELEASE-p2 #0: Tue Jul 31 13:27:00 EDT 2007
    amistry@bigguy.am-productions.biz:/usr/home/amistry/storage/temp/usr/home/amistry/windows-share/build/src/sys/BIGGUY



>Description:


FreeTDS support SSL encryption, but currently there is no knob to enable it.


>How-To-Repeat:





>Fix:


--- Makefile.diff begins here ---
--- Makefile.orig	Fri Oct  5 13:30:37 2007
+++ Makefile	Fri Oct  5 13:32:30 2007
@@ -28,6 +28,11 @@
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
 MAN1=		datacopy.1 freebcp.1 tsql.1 bsqldb.1 defncopy.1
 
+.if defined(WITH_OPENSSL)
+USE_OPENSSL=    yes
+CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
+.endif
+
 .if defined(WITH_IODBC)
 LIB_DEPENDS+=	iodbc:${PORTSDIR}/databases/libiodbc
 CONFIGURE_ARGS+=	--with-iodbc=${LOCALBASE}
--- Makefile.diff ends here ---






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