Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 18:17:36 +0200
From:      =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To:        "Zimmerman, Eric" <Zimmerman.Eric@con-way.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Replacing base OpenSSL with port
Message-ID:  <444662A0.3070804@t-hosting.hu>
In-Reply-To: <12AAD6CC50A25841834F43955F39B66E040F65CA@qgaes001.conway.prod.con-way.com>
References:  <12AAD6CC50A25841834F43955F39B66E040F65CA@qgaes001.conway.prod.con-way.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Zimmerman, Eric wrote:
>> -----Original Message-----
>> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-
>> questions@freebsd.org] On Behalf Of Kövesdán Gábor
>> Sent: Wednesday, April 19, 2006 10:27 AM
>> To: freebsd-questions@freebsd.org
>> Subject: Replacing base OpenSSL with port
>>
>> Hello,
>>
>> I know it's possible, but don't know how and googling doesn't help.
>> Could somebody explain me how I can completely replace (I mean
>> overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL
>> 0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.
>>
>>     
>
> Oops, you said openssl =)
>
> /usr/ports/security/openssl
>
> cat /usr/ports/security/openssl/distinfo
> MD5 (openssl-0.9.8a.tar.gz) = 1d16c727c10185e4d694f87f5e424ee1
> SHA256 (openssl-0.9.8a.tar.gz) = 30f8f61fb1316f4fb51410c740b4879b8e26b417c8d870e486144b10b8041c73
> SIZE (openssl-0.9.8a.tar.gz) = 3271435
> MD5 (openssl-0.9.7i.tar.gz) = f69d82b206ff8bff9d0e721f97380b9e
> SHA256 (openssl-0.9.7i.tar.gz) = 2fdd9235fc08c4353875d0981741947f2fa9f8835f04d97c30461cc14a986dd0
> SIZE (openssl-0.9.7i.tar.gz) = 3280907
>
> Looks like 0.9.8a is the latest in the ports tree
>
>
>   
Yes, but there is 0.9.7i, too. Look at below 0.9.8.

I tried to make a package from that before I install it, but I got this 
error, and I don't know what to do now:

[root@server /usr/ports/security/openssl]# make 
OPENSSL_OVERWRITE_BASE=YES WITH_OPENSSL_097=YES package
#
# this ports does not support the dynamic root
# please undefine OPENSSL_OVERWRITE_BASE
# and use WITH_OPENSSL_PORT=yes instead.
#
*** Error code 1

Stop in /usr/ports/security/openssl.
[root@server /usr/ports/security/openssl]#

Gabor Kovesdan




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