Replacing base OpenSSL with port

2006-04-19 Thread Kövesdán Gábor

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.


Thanks in advance,

Gabor Kovesdan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Replacing base OpenSSL with port

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] 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.
 

Isn't there a port that does exactly this?

/usr/ports/security/openssh-portable/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Replacing base OpenSSL with port

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] 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


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Replacing base OpenSSL with port

2006-04-19 Thread Kövesdán Gábor

Zimmerman, Eric wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] 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.




Isn't there a port that does exactly this?

/usr/ports/security/openssh-portable/


  

I asked about *OpenSSL*, not OpenSSH. :)

Gabor Kovesdan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Replacing base OpenSSL with port

2006-04-19 Thread Kövesdán Gábor

Zimmerman, Eric wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] 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:


[EMAIL PROTECTED] /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.
[EMAIL PROTECTED] /usr/ports/security/openssl]#

Gabor Kovesdan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]