Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 09:39:08 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Roger Marquis <marquis@roble.com>
Cc:        freebsd-security@freebsd.org
Subject:   Re: [OpenSSL] /etc/ssl/cert.pem not honoured by default
Message-ID:  <86wps5ftjn.fsf@desk.des.no>
In-Reply-To: <20151218222638.0F0EFE3B9@smtp.des.no> (Roger Marquis's message of "Fri, 18 Dec 2015 14:21:04 -0800 (PST)")
References:  <loom.20151218T123930-865@post.gmane.org> <5673FB3B.2010201@freebsd.org> <loom.20151218T164148-505@post.gmane.org> <5674364A.7090600@infracaninophile.co.uk> <20151218222638.0F0EFE3B9@smtp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help

Roger Marquis <marquis@roble.com> writes:
> Matthew Seaman wrote:
> > There are plans to make many of the base system shlibs private and that
> > includes switching the ports to use openssl from ports, but I don't think
> > any changes along those lines are really imminent.
>
> Are you Sure?  3 months ago DES thought they'd be ready for 11:
>
> > The plan is for 11 to have a fully packaged base system.  There should
> > be some information in developer summit reports on the wiki.  The code
> > is in projects/release-pkg.

These are two different things.  What Matthew is talking about is
already well under way and has been since before 10:

% tar tf 9.0/FreeBSD-9.0-RELEASE-amd64-disc1.iso | egrep -w 'lib(private)?ssh'
usr/lib/libssh.a
usr/lib/libssh.so.5
usr/lib32/libssh.a
usr/lib32/libssh.so.5
usr/lib32/libssh.so
usr/lib/libssh.so
% tar tf 9.3/FreeBSD-9.3-RELEASE-amd64-disc1.iso | egrep -w 'lib(private)?ssh'
usr/lib/private/libssh.a
usr/lib/private/libssh.so.5
usr/lib/private/libssh.so
% tar tf 10.0/FreeBSD-10.0-RELEASE-amd64-disc1.iso | egrep -w 'lib(private)?ssh'
usr/lib/private/libssh.a
usr/lib/private/libssh.so.5
usr/lib/private/libssh.so
% tar tf 11.0/FreeBSD-11.0-CURRENT-amd64-20151102-r290273-disc1.iso | egrep -w 'lib(private)?ssh' 
usr/lib/libprivatessh.a
usr/lib/libprivatessh.so.5
usr/lib/libprivatessh.so

DES
-- 
Dag-Erling Smørgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86wps5ftjn.fsf>