Re: SSH in 4.1 RELEASE for NonUS users

2000-08-01 Thread Oliver Fromme

In list.freebsd-stable Mark Ibell <[EMAIL PROTECTED]> wrote:
 > The only real option (at least for international users) seems to be to do a
 > 'make world' with USA_RESIDENT=NO.

Or install from one of the international servers that build
the releases themselves with USA_RESIDENT=NO, including:

   current.jp.freebsd.org
   ftp7.de.freebsd.org

On ftp7.de there's also a "barebone" ISO image of 4.1-R
that has been built the same way.  It contains just the
base system, sources and XFree86, but no optional packages,
so it is much smaller than the ISO on ftp.freebsd.org.
There's also a Live Filesystem / "Fixit" CD ISO image.

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:[EMAIL PROTECTED])
Addresses will change soon!!  If in doubt:  www.fromme.com

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
 (Terry Pratchett)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: SSH in 4.1 RELEASE for NonUS users

2000-07-29 Thread Jeffrey J. Mountin

At 07:33 PM 7/29/00 +0200, John Hay wrote:
> > .if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \
> >  (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL))
> > SUBDIR+=librsaintl
> > .endif
> >
>
>No, you only need USA_RESIDENT=NO. It won't harm if you have MAKE_RSAINTL=YES,
>but it isn't needed. MAKE_RSAINTL=YES is meant as a kind of override if
>USA_RESIDENT=YES I think. Maybe the idea was to be able to build both.

You're right, missed the parens.  Have yet to try the override.  The 
commits were quiet and did not explain the interaction between USA_RESIDENT 
and MAKE_RSAINTL. 


Jeff Mountin - [EMAIL PROTECTED]
Systems/Network Administrator
FreeBSD - the power to serve



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: SSH in 4.1 RELEASE for NonUS users

2000-07-29 Thread John Hay

> >You have 2 options. If you have the crypto distribution with source, you
> >can go into /usr/src/secure/lib/librsaintl and build and install it. If
> >you don't want to build it, you can install the crypto distribution from
> >ftp.internat.freebsd.org, its crypto distibution was built with
> >USA_RESIDENT=NO and should give you librsaINTL* which is what is needed.
> 
> Doesn't one also need the following in make.conf:
> 
> MAKE_RSAINTL=  YES # RSA (public key exchange)
> 
> The change was done earlier this month.  Replaced RSAREF and was 
> WITH_RSAINTL until the 14th.  Setting USA_RESIDENT=YES is only a part of 
> the check:
> 
> .if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \
>  (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL))
> SUBDIR+=librsaintl
> .endif
> 

No, you only need USA_RESIDENT=NO. It won't harm if you have MAKE_RSAINTL=YES,
but it isn't needed. MAKE_RSAINTL=YES is meant as a kind of override if
USA_RESIDENT=YES I think. Maybe the idea was to be able to build both.

John
-- 
John Hay -- [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: SSH in 4.1 RELEASE for NonUS users

2000-07-29 Thread Jeffrey J. Mountin

At 05:25 PM 7/29/00 +0200, John Hay wrote:
>You have 2 options. If you have the crypto distribution with source, you
>can go into /usr/src/secure/lib/librsaintl and build and install it. If
>you don't want to build it, you can install the crypto distribution from
>ftp.internat.freebsd.org, its crypto distibution was built with
>USA_RESIDENT=NO and should give you librsaINTL* which is what is needed.

Doesn't one also need the following in make.conf:

MAKE_RSAINTL=  YES # RSA (public key exchange)

The change was done earlier this month.  Replaced RSAREF and was 
WITH_RSAINTL until the 14th.  Setting USA_RESIDENT=YES is only a part of 
the check:

.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \
 (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL))
SUBDIR+=librsaintl
.endif


Jeff Mountin - [EMAIL PROTECTED]
Systems/Network Administrator
FreeBSD - the power to serve



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message