Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl?

2017-01-25 Thread Dale
It's installed here and I didn't have to patch anything at all.  My
reply was to inform the OP as to what is likely the default install
which was the question.  I'm not sure why you think I need a patch. 

Dale

:-)  :-) 

P. S.  He started the top posting.  :/


Luigi 'Comio' Mantellini wrote:
> You have to patch boost library in order to use libressl
> (https://svn.boost.org/trac/boost/attachment/ticket/12575/boost-1.62-asio-libressl.patch)
> and some kde network.
>
> Small patches, of course, but You need to do.
>
> ciao
>
> luigi
>
> Il giorno mar 24 gen 2017 alle ore 19:20 Dale  > ha scritto:
>
> Andrew Lowe wrote:
> > Hi all,
> > Title says it all. I think I've managed to screw things up,
> a USE
> > flag here, a USE flag there - what's a USE flag between fiends
> sort of
> > thing. I want to sort things out and I know at one time or another I
> > think I've dabbled in both openssl and libressl and now have
> some sort
> > of mixed up hybrid. What is the current Gentoo default so I can work
> > on getting back to "normal".
> >
> > Thoughts greatly appreciated,
> >
> > Andrew
> >
> >
>
>
> I don't recall ever messing with this and I have openssl installed
> here.  I suspect that if you did a fresh install and didn't specify
> something else, that's what you would get.
>
> Hope that helps.
>
> Dale
>
> :-)  :-)
>
> -- 
> Luigi Mantellini
>



Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl?

2017-01-25 Thread Luigi 'Comio' Mantellini
You have to patch boost library in order to use libressl (
https://svn.boost.org/trac/boost/attachment/ticket/12575/boost-1.62-asio-libressl.patch)
and some kde network.

Small patches, of course, but You need to do.

ciao

luigi

Il giorno mar 24 gen 2017 alle ore 19:20 Dale  ha
scritto:

> Andrew Lowe wrote:
> > Hi all,
> > Title says it all. I think I've managed to screw things up, a USE
> > flag here, a USE flag there - what's a USE flag between fiends sort of
> > thing. I want to sort things out and I know at one time or another I
> > think I've dabbled in both openssl and libressl and now have some sort
> > of mixed up hybrid. What is the current Gentoo default so I can work
> > on getting back to "normal".
> >
> > Thoughts greatly appreciated,
> >
> > Andrew
> >
> >
>
>
> I don't recall ever messing with this and I have openssl installed
> here.  I suspect that if you did a fresh install and didn't specify
> something else, that's what you would get.
>
> Hope that helps.
>
> Dale
>
> :-)  :-)
>
> --
Luigi Mantellini


Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl?

2017-01-24 Thread Dale
Andrew Lowe wrote:
> Hi all,
> Title says it all. I think I've managed to screw things up, a USE
> flag here, a USE flag there - what's a USE flag between fiends sort of
> thing. I want to sort things out and I know at one time or another I
> think I've dabbled in both openssl and libressl and now have some sort
> of mixed up hybrid. What is the current Gentoo default so I can work
> on getting back to "normal".
>
> Thoughts greatly appreciated,
>
> Andrew
>
>


I don't recall ever messing with this and I have openssl installed
here.  I suspect that if you did a fresh install and didn't specify
something else, that's what you would get. 

Hope that helps.

Dale

:-)  :-) 



Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl?

2017-01-24 Thread Mick
On Tuesday 24 Jan 2017 23:59:24 Andrew Lowe wrote:
> On 24/01/17 23:47, Michael Orlitzky wrote:
> > On 01/24/2017 10:38 AM, Andrew Lowe wrote:
> >> Hi all,
> >> 
> >>Title says it all. I think I've managed to screw things up, a USE flag
> >> 
> >> here, a USE flag there - what's a USE flag between fiends sort of thing.
> >> I want to sort things out and I know at one time or another I think I've
> >> dabbled in both openssl and libressl and now have some sort of mixed up
> >> hybrid. What is the current Gentoo default so I can work on getting back
> >> to "normal".
> > 
> > There is no default per se, but OpenSSL has better support because
> > that's what most upstream projects target. The way most ebuilds are
> > written, you will get OpenSSL unless you have USE=libressl set.
> 
> Thanks.

egrep *ssl -r /etc/portage/

will show you if any USE flags have been set.  Remove manually any USE flags 
you 
don't need, e.g. libressl and then run:

emerge -uaNDv world

to reinstall any packages that were affected by it.
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl?

2017-01-24 Thread Andrew Lowe

On 24/01/17 23:47, Michael Orlitzky wrote:

On 01/24/2017 10:38 AM, Andrew Lowe wrote:

Hi all,
Title says it all. I think I've managed to screw things up, a USE flag
here, a USE flag there - what's a USE flag between fiends sort of thing.
I want to sort things out and I know at one time or another I think I've
dabbled in both openssl and libressl and now have some sort of mixed up
hybrid. What is the current Gentoo default so I can work on getting back
to "normal".



There is no default per se, but OpenSSL has better support because
that's what most upstream projects target. The way most ebuilds are
written, you will get OpenSSL unless you have USE=libressl set.






Thanks.



Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl?

2017-01-24 Thread Michael Orlitzky
On 01/24/2017 10:38 AM, Andrew Lowe wrote:
> Hi all,
>   Title says it all. I think I've managed to screw things up, a USE flag 
> here, a USE flag there - what's a USE flag between fiends sort of thing. 
> I want to sort things out and I know at one time or another I think I've 
> dabbled in both openssl and libressl and now have some sort of mixed up 
> hybrid. What is the current Gentoo default so I can work on getting back 
> to "normal".
> 

There is no default per se, but OpenSSL has better support because
that's what most upstream projects target. The way most ebuilds are
written, you will get OpenSSL unless you have USE=libressl set.






[gentoo-user] Which is the Gentoo default? Openssl or Libressl?

2017-01-24 Thread Andrew Lowe

Hi all,
	Title says it all. I think I've managed to screw things up, a USE flag 
here, a USE flag there - what's a USE flag between fiends sort of thing. 
I want to sort things out and I know at one time or another I think I've 
dabbled in both openssl and libressl and now have some sort of mixed up 
hybrid. What is the current Gentoo default so I can work on getting back 
to "normal".


Thoughts greatly appreciated,

Andrew