All of lore.kernel.org
 help / color / mirror / Atom feed
* Backport OpenSSL 1.0.2n
@ 2018-02-12 21:08 robert_joslyn
  2018-02-13  7:02 ` Alexander Kanavin
  2018-02-13 16:27 ` akuster808
  0 siblings, 2 replies; 6+ messages in thread
From: robert_joslyn @ 2018-02-12 21:08 UTC (permalink / raw)
  To: openembedded-core

I'm working with the pyro release, and noticed that it's still using 
openssl 1.0.2k. The latest version in the 1.0.2 series is 1.0.2n, which is 
already available on master. Is there a reason that the newer version 
hasn't made it back to pyro (or rocko, which is on 1.0.2m)? I know new 
package versions are not normally backported, but looking at the change 
log, I only see one change mentioned that is not a CVE fix (the 1.0.2l 
release):

https://urldefense.proofpoint.com/v2/url?u=https-3A__git.openssl.org_-3Fp-3Dopenssl.git-3Ba-3Dblob-3Bf-3DCHANGES-3Bh-3Df2fc31a25c54b12fc7db40c03d39f9a68b9ec0e5-3Bhb-3De5bba24cd8bb3e5127a578b85c6edf013a38ea6d&d=DwIBAg&c=zVFQZQ67ypsA9mYKSCqWmQHiVkCCaN-Gb60_N6TVnLk&r=ak_pMnzuMKndrbvJGok-seoFenjTGhP3oPNUzKUOwzHhGpNMwSJsaHunyXDlBGjO&m=3JjPoO2FeIBSz3wggiqKGtYceKB5t__oSe8p6yDsQfM&s=oeCHfmZkkXVFW1aoMZsolXeFvKI9RTUtbdGBj61kheQ&e=

I can send patches to bring 1.0.2n to rocko and pyro if they will be 
accepted.

Thanks,
Robert


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Backport OpenSSL 1.0.2n
  2018-02-12 21:08 Backport OpenSSL 1.0.2n robert_joslyn
@ 2018-02-13  7:02 ` Alexander Kanavin
  2018-02-13 16:27 ` akuster808
  1 sibling, 0 replies; 6+ messages in thread
From: Alexander Kanavin @ 2018-02-13  7:02 UTC (permalink / raw)
  To: robert_joslyn, openembedded-core

On 02/12/2018 11:08 PM, robert_joslyn@selinc.com wrote:
> I'm working with the pyro release, and noticed that it's still using
> openssl 1.0.2k. The latest version in the 1.0.2 series is 1.0.2n, which is
> already available on master. Is there a reason that the newer version
> hasn't made it back to pyro (or rocko, which is on 1.0.2m)? I know new
> package versions are not normally backported, but looking at the change
> log, I only see one change mentioned that is not a CVE fix (the 1.0.2l
> release): > I can send patches to bring 1.0.2n to rocko and pyro if they will be
> accepted.

Yes please. The reason is that users of stable releases should take care 
of them too; the core team does not have the resources to do it for the 
users.

Alex


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Backport OpenSSL 1.0.2n
  2018-02-12 21:08 Backport OpenSSL 1.0.2n robert_joslyn
  2018-02-13  7:02 ` Alexander Kanavin
@ 2018-02-13 16:27 ` akuster808
  2018-02-13 19:53   ` robert_joslyn
  2018-02-14 15:58   ` Richard Purdie
  1 sibling, 2 replies; 6+ messages in thread
From: akuster808 @ 2018-02-13 16:27 UTC (permalink / raw)
  To: robert_joslyn, openembedded-core



On 02/12/2018 01:08 PM, robert_joslyn@selinc.com wrote:
> I'm working with the pyro release, and noticed that it's still using 
> openssl 1.0.2k. The latest version in the 1.0.2 series is 1.0.2n, which is 
> already available on master. Is there a reason that the newer version 
> hasn't made it back to pyro (or rocko, which is on 1.0.2m)? 
openssl 1.1 was added and the openssl files got restructured making
simple cherry-picking not an option for older releases.

1.0.2n hit master 7 days ago, sorry for the delay.

1.0.2n is now in stable/rocko-next and will migrate to rocko when
appropriate.


> I know new 
> package versions are not normally backported, but looking at the change 
> log, I only see one change mentioned that is not a CVE fix (the 1.0.2l 
> release):
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__git.openssl.org_-3Fp-3Dopenssl.git-3Ba-3Dblob-3Bf-3DCHANGES-3Bh-3Df2fc31a25c54b12fc7db40c03d39f9a68b9ec0e5-3Bhb-3De5bba24cd8bb3e5127a578b85c6edf013a38ea6d&d=DwIBAg&c=zVFQZQ67ypsA9mYKSCqWmQHiVkCCaN-Gb60_N6TVnLk&r=ak_pMnzuMKndrbvJGok-seoFenjTGhP3oPNUzKUOwzHhGpNMwSJsaHunyXDlBGjO&m=3JjPoO2FeIBSz3wggiqKGtYceKB5t__oSe8p6yDsQfM&s=oeCHfmZkkXVFW1aoMZsolXeFvKI9RTUtbdGBj61kheQ&e=
>
> I can send patches to bring 1.0.2n to rocko and pyro if they will be 
> accepted.
patches welcome

- Armin
>
> Thanks,
> Robert




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Backport OpenSSL 1.0.2n
  2018-02-13 16:27 ` akuster808
@ 2018-02-13 19:53   ` robert_joslyn
  2018-02-14 15:58   ` Richard Purdie
  1 sibling, 0 replies; 6+ messages in thread
From: robert_joslyn @ 2018-02-13 19:53 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-core

akuster808 <akuster808@gmail.com> wrote on 02/13/2018 08:27:52 AM:
> On 02/12/2018 01:08 PM, robert_joslyn@selinc.com wrote:
> > I'm working with the pyro release, and noticed that it's still using 
> > openssl 1.0.2k. The latest version in the 1.0.2 series is 1.0.2n, 
which is 
> > already available on master. Is there a reason that the newer version 
> > hasn't made it back to pyro (or rocko, which is on 1.0.2m)? 
> openssl 1.1 was added and the openssl files got restructured making
> simple cherry-picking not an option for older releases.
> 
> 1.0.2n hit master 7 days ago, sorry for the delay.
> 
> 1.0.2n is now in stable/rocko-next and will migrate to rocko when
> appropriate.

Sorry, I didn't notice that it only reached master a week ago. If you've 
already taken care of rocko, I'll send a patch for pyro shortly.

Thanks,
Robert


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Backport OpenSSL 1.0.2n
  2018-02-13 16:27 ` akuster808
  2018-02-13 19:53   ` robert_joslyn
@ 2018-02-14 15:58   ` Richard Purdie
  2018-02-14 17:26     ` akuster808
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2018-02-14 15:58 UTC (permalink / raw)
  To: akuster808, robert_joslyn, openembedded-core

On Tue, 2018-02-13 at 08:27 -0800, akuster808 wrote:
> 
> On 02/12/2018 01:08 PM, robert_joslyn@selinc.com wrote:
> > 
> > I'm working with the pyro release, and noticed that it's still
> > using 
> > openssl 1.0.2k. The latest version in the 1.0.2 series is 1.0.2n,
> > which is 
> > already available on master. Is there a reason that the newer
> > version 
> > hasn't made it back to pyro (or rocko, which is on 1.0.2m)? 
> openssl 1.1 was added and the openssl files got restructured making
> simple cherry-picking not an option for older releases.
> 
> 1.0.2n hit master 7 days ago, sorry for the delay.
> 
> 1.0.2n is now in stable/rocko-next and will migrate to rocko when
> appropriate.

It is? Not pushed maybe?

Cheers,

Richard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Backport OpenSSL 1.0.2n
  2018-02-14 15:58   ` Richard Purdie
@ 2018-02-14 17:26     ` akuster808
  0 siblings, 0 replies; 6+ messages in thread
From: akuster808 @ 2018-02-14 17:26 UTC (permalink / raw)
  To: Richard Purdie, robert_joslyn, openembedded-core



On 02/14/2018 07:58 AM, Richard Purdie wrote:
> On Tue, 2018-02-13 at 08:27 -0800, akuster808 wrote:
>> On 02/12/2018 01:08 PM, robert_joslyn@selinc.com wrote:
>>> I'm working with the pyro release, and noticed that it's still
>>> using 
>>> openssl 1.0.2k. The latest version in the 1.0.2 series is 1.0.2n,
>>> which is 
>>> already available on master. Is there a reason that the newer
>>> version 
>>> hasn't made it back to pyro (or rocko, which is on 1.0.2m)? 
>> openssl 1.1 was added and the openssl files got restructured making
>> simple cherry-picking not an option for older releases.
>>
>> 1.0.2n hit master 7 days ago, sorry for the delay.
>>
>> 1.0.2n is now in stable/rocko-next and will migrate to rocko when
>> appropriate.
> It is? Not pushed maybe?
it is.. just not in poky-contrib ;) its over on oe-contrib. Its where I
queue up things

- armin
>
> Cheers,
>
> Richard



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-14 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-12 21:08 Backport OpenSSL 1.0.2n robert_joslyn
2018-02-13  7:02 ` Alexander Kanavin
2018-02-13 16:27 ` akuster808
2018-02-13 19:53   ` robert_joslyn
2018-02-14 15:58   ` Richard Purdie
2018-02-14 17:26     ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.