On Thu, May 26, 2016 at 11:12:01PM -0700, scar wrote: > I'm trying to get updated versions installed. I'm using NetBSD 6.1.5 > (sparc64) and apparently it comes with its own versions of OpenSSH and > OpenSSL? e.g. there's /usr/bin/ssh and /usr/sbin/sshd and /usr/bin/openssl. > sshd reports that it is version "OpenSSH_5.9 NetBSD_Secure_Shell-20110907, > OpenSSL 1.0.1i 6 Aug 2014" and openssl reports "OpenSSL 1.0.1i 6 Aug 2014" > > i tried to install newer versions from pkgsrc, and now i have > /usr/pkg/sbin/sshd and /usr/pkg/bin/openssl. /usr/pkg/bin/openssl reports > that it is "OpenSSL 1.0.2h 3 May 2016" but /usr/pkg/sbin/sshd is still > reporting that it is using OpenSSL 1.0.1i 6 Aug 2014 > > How do i remove the old/outdated versions? How do i tell the new version > (of sshd for example) to use the new openssl libraries? > >
Hi, as -6 is still supported, TNF backports newer versions of OpenSSL/OpenSSH to it, as well as others. The easiest way to get those is probably to update to the latest -6. There are builds on nyftp.netbsd.org, you can also build your own. A command like (using sysutils/sysupgrade): sysupgrade auto ftp://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-6-1/201605240350Z/sparc64 will probably suffice. (you can also use your own sets similarly).
