[Midnightbsd-cvs] mports: Makefile: Enable SSL engine

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 4 21:30:33 EST 2008


Log Message:
-----------
Enable SSL engine

Modified Files:
--------------
    mports/security/openssh-portable:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/openssh-portable/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L security/openssh-portable/Makefile -L security/openssh-portable/Makefile -u -r1.5 -r1.6
--- security/openssh-portable/Makefile
+++ security/openssh-portable/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	openssh
 DISTVERSION=	4.7p1
+PORTREVISION=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ \
 		ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ \
@@ -44,7 +45,8 @@
 GNU_CONFIGURE=		yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ARGS=		--prefix=${PREFIX} --mandir=${MANPREFIX}/man \
-			--with-md5-passwords --without-zlib-version-check
+			--with-md5-passwords --without-zlib-version-check \
+			--with-ssl-engine
 PRECIOUS=		ssh_config sshd_config ssh_host_key ssh_host_key.pub \
 			ssh_host_rsa_key ssh_host_rsa_key.pub ssh_host_dsa_key \
 			ssh_host_dsa_key.pub


More information about the Midnightbsd-cvs mailing list