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:   ports/116957: Add SSL Knob to database/freetds to enable encryption
Message-ID:  <1191606407.85225@bigguy.am-productions.biz>
Resent-Message-ID: <200710051810.l95IA1mY055844@freefall.freebsd.org>

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

>Number:         116957
>Category:       ports
>Synopsis:       Add SSL Knob to database/freetds to enable encryption
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 05 18:10:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Anish Mistry
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
AM Productions 
>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 ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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