From owner-freebsd-current Sat Feb 26 19:19:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 1CB3337B5A0; Sat, 26 Feb 2000 19:19:37 -0800 (PST) (envelope-from jedgar@fxp.org) Received: from earth.fxp (oca-p3-177.hitter.net [207.192.76.177]) by pawn.primelocation.net (Postfix) with ESMTP id 5EFB39B17; Sat, 26 Feb 2000 22:19:34 -0500 (EST) Date: Sat, 26 Feb 2000 22:19:29 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.fxp To: Kris Kennaway Cc: current@freebsd.org Subject: Re: NO_DESCRYPT patch In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 26 Feb 2000, Kris Kennaway wrote: > This is something which has been requested a fair bit..it will disable the > building of the DES CRYPT libraries even if you have the crypto sources > installed, so you can e.g. get OpenSSL/OpenSSH without having to deal with > the pitfalls of libdescrypt. It seems to work fine for me..if I hear any > other positive feedback I'll commit it. > Works for me... /etc/make.conf: CFLAGS= -O -pipe COPTFLAGS= -O -pipe NO_DESCRYPT= YES RSAREF= YES USA_RESIDENT= YES The resulting libs after installworld: jedgar@earth:~$ ll /usr/lib/*crypt* lrwxr-xr-x 1 root wheel 11 Feb 26 22:12 /usr/lib/libcrypt.a -> libscrypt.a lrwxr-xr-x 1 root wheel 12 Feb 26 22:12 /usr/lib/libcrypt.so -> libscrypt.so lrwxr-xr-x 1 root wheel 14 Feb 26 22:12 /usr/lib/libcrypt.so.2 -> libscrypt.so.2 lrwxr-xr-x 1 root wheel 13 Feb 26 22:12 /usr/lib/libcrypt_p.a -> libscrypt_p.a -r--r--r-- 1 root wheel 1088060 Feb 26 22:16 /usr/lib/libcrypto.a lrwxr-xr-x 1 root wheel 14 Feb 26 22:16 /usr/lib/libcrypto.so -> libcrypto.so.1 -r--r--r-- 1 root wheel 651156 Feb 26 22:16 /usr/lib/libcrypto.so.1 -r--r--r-- 1 root wheel 1161880 Feb 26 22:16 /usr/lib/libcrypto_p.a -r--r--r-- 1 root wheel 8632 Feb 26 22:12 /usr/lib/libscrypt.a lrwxr-xr-x 1 root wheel 14 Feb 26 22:12 /usr/lib/libscrypt.so -> libscrypt.so.2 -r--r--r-- 1 root wheel 5084 Feb 26 22:12 /usr/lib/libscrypt.so.2 -r--r--r-- 1 root wheel 9278 Feb 26 22:12 /usr/lib/libscrypt_p.a jedgar@earth:~$ ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message