From owner-freebsd-isp Tue Oct 8 4:58:27 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1042437B401 for ; Tue, 8 Oct 2002 04:58:26 -0700 (PDT) Received: from mail.arc.net.my (nagano.arc.net.my [203.115.225.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0295B43E42 for ; Tue, 8 Oct 2002 04:58:25 -0700 (PDT) (envelope-from nick@arc.net.my) Received: from roponggi (roppongi.arc.net.my [203.115.225.83]) by mail.arc.net.my (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0H3N0017ZVX5CB@mail.arc.net.my> for freebsd-isp@FreeBSD.ORG; Tue, 08 Oct 2002 19:58:17 +0800 (SGT) Date: Tue, 08 Oct 2002 19:57:55 +0800 From: Nick Kraal Subject: cvsup/sshd/openssl To: freebsd-isp@FreeBSD.ORG Reply-To: Nick Kraal Message-id: <028201c26ec1$f015cfe0$53e173cb@arc.net.my> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <007a01c26eaa$b2c9f1f0$3264a8c0@BONG> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am trying to upgrade my ssh deamon to the latest version 'openssh-3.4_4' which has dependencies on 'openssl-0.9.6g'. Have updated my ports collection via cvsup. However I notice that the openssl/sshd used are still the old versions: /usr/local/bin/openssl >new version installed via cvsup /usr/local/openssl >old version installed via CD-ROM *used* /usr/local/sbin/sshd >new version installed via cvsup /usr/sbin/sshd >old version installed via CD-ROM *used* Tried this with pkg_add with the same result. Is it as simple as copying the new version binary into the 'right' directory? Or is there a more elegant method for this? Or should I have just complied the source myself with '--prefix=/usr/local/openssl' and '--prefix=/usr/sbin/sshd' - kind of defeats the purpose of the ports colloection then. Worked fine with apache. Thanks in advance -nick/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message