Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2000 22:19:29 -0500 (EST)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        current@freebsd.org
Subject:   Re: NO_DESCRYPT patch
Message-ID:  <Pine.BSF.4.21.0002262217240.76956-100000@earth.fxp>
In-Reply-To: <Pine.BSF.4.21.0002261619120.1739-100000@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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