* openssl 1.0?
@ 2011-11-09 2:02 Scott Garman
2011-11-09 9:28 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Scott Garman @ 2011-11-09 2:02 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Hello,
I wanted to get some feedback from the community about OpenSSL 1.0. We
currently only support 0.9.8 in oe-core. Specifically: should we add
openssl 1.0 to oe-core, and should the rest of our recipes build against
it by default?
I imagine if we add 1.0 we'll still want to keep the 0.9.8 around for
some time.
Thoughts?
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: openssl 1.0?
2011-11-09 2:02 openssl 1.0? Scott Garman
@ 2011-11-09 9:28 ` Koen Kooi
2011-11-09 10:23 ` Martin Jansa
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Koen Kooi @ 2011-11-09 9:28 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
Op 9 nov. 2011, om 03:02 heeft Scott Garman het volgende geschreven:
> Hello,
>
> I wanted to get some feedback from the community about OpenSSL 1.0. We currently only support 0.9.8 in oe-core. Specifically: should we add openssl 1.0 to oe-core, and should the rest of our recipes build against it by default?
The openssl in meta-oe is working fine, just keep in mind that the SOVERSION changed, so you need a PR bump for everything that links against openssl when switching.
regards,
Koen
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: openssl 1.0?
2011-11-09 9:28 ` Koen Kooi
@ 2011-11-09 10:23 ` Martin Jansa
2011-11-09 10:35 ` Paul Eggleton
2012-02-03 18:20 ` Saul Wold
2 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2011-11-09 10:23 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
On Wed, Nov 09, 2011 at 10:28:21AM +0100, Koen Kooi wrote:
>
> Op 9 nov. 2011, om 03:02 heeft Scott Garman het volgende geschreven:
>
> > Hello,
> >
> > I wanted to get some feedback from the community about OpenSSL 1.0. We currently only support 0.9.8 in oe-core. Specifically: should we add openssl 1.0 to oe-core, and should the rest of our recipes build against it by default?
>
> The openssl in meta-oe is working fine, just keep in mind that the SOVERSION changed, so you need a PR bump for everything that links against openssl when switching.
FWIW I've list of packages to rebuild and manual fix for git-native needed after openssl upgrade.
http://wiki.shr-project.org/trac/wiki/Building%20SHR#Cannotparserecipesordo_rootfsafteropensslupgrade
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: openssl 1.0?
2011-11-09 9:28 ` Koen Kooi
2011-11-09 10:23 ` Martin Jansa
@ 2011-11-09 10:35 ` Paul Eggleton
2012-02-03 18:20 ` Saul Wold
2 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-11-09 10:35 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wednesday 09 November 2011 10:28:21 Koen Kooi wrote:
> The openssl in meta-oe is working fine, just keep in mind that the SOVERSION
> changed, so you need a PR bump for everything that links against openssl
> when switching.
Last I checked it still needed the fix we have in OE-core to work with SELinux
enabled for the -native case. (I know, I know, send patches...)
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: openssl 1.0?
2011-11-09 9:28 ` Koen Kooi
2011-11-09 10:23 ` Martin Jansa
2011-11-09 10:35 ` Paul Eggleton
@ 2012-02-03 18:20 ` Saul Wold
2 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-02-03 18:20 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On 11/09/2011 01:28 AM, Koen Kooi wrote:
>
> Op 9 nov. 2011, om 03:02 heeft Scott Garman het volgende geschreven:
>
>> Hello,
>>
>> I wanted to get some feedback from the community about OpenSSL 1.0. We currently only support 0.9.8 in oe-core. Specifically: should we add openssl 1.0 to oe-core, and should the rest of our recipes build against it by default?
>
> The openssl in meta-oe is working fine, just keep in mind that the SOVERSION changed, so you need a PR bump for everything that links against openssl when switching.
>
About 2 months have gone by with OE-core containing OpenSSL 1.0, can we
deprecate the 0.9.8 version at this point?
If people still need 0.9.8, we can move it to meta-oe.
I will submit an RFC Patch later today to remove 0.9.8 from OE-core.
Sau!
> regards,
>
> Koen
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-03 18:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 2:02 openssl 1.0? Scott Garman
2011-11-09 9:28 ` Koen Kooi
2011-11-09 10:23 ` Martin Jansa
2011-11-09 10:35 ` Paul Eggleton
2012-02-03 18:20 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox