On Sun, Apr 05, 2015 at 02:33:48PM -0700, scar wrote: > i'm trying to patch my system for the "NetBSD Security Advisory > 2015-006: OpenSSL and SSLv3 vulnerabilities" but unable to update > OpenSSL. I have NetBSD v6.1.5 sparc64 port and i thought i could just > execute > "cd /usr/pkgsrc && cvs update -dP" > and then > "cd /usr/pkgsrc/security/openssl && make update"
sounds good... Maybe you have a tag set? ("cat /usr/pkgsrc/security/openssl/CVS/Tag" ?) (cvs update -A to remove any tags) Cheers, Patrick