Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>,
	Gary Thomas <gary@mlbassoc.com>
Subject: Re: [RFC PATCH 00/10] Add openssl 1.1
Date: Fri, 12 May 2017 14:15:07 -0400	[thread overview]
Message-ID: <20170512181507.GJ28053@denix.org> (raw)
In-Reply-To: <CAMKF1sr8ZypyM4mk=s1-W9oajRr952x7iVe9L8eDu-Hddthzpg@mail.gmail.com>

On Wed, May 10, 2017 at 02:08:26PM -0700, Khem Raj wrote:
> On Wed, May 10, 2017 at 1:48 PM, Davis, Michael
> <michael.davis@essvote.com> wrote:
> > I think most of the major distros have either switched or are in the process
> > this year.
> >
> 
> are there some info on the policy decisions of other distros ?
> we should try to follow the suite then

Khem,

https://wiki.debian.org/OpenSSL-1.1

Binary packages have X.Y version in the package name:
libssl1.1_1.1.0c-2~bpo8+1_amd64.deb
libssl1.0.0_1.0.2k-1~bpo8+1_amd64.deb

As of OE, we've handled such updates with incompatible API in the past 
similarly - gstreamer vs. gstreamer010

-- 
Denys


> > From: openembedded-core-bounces@lists.openembedded.org
> > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Khem
> > Raj
> > Sent: Wednesday, May 10, 2017 3:36 PM
> > To: Alexander Kanavin; Gary Thomas; openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [RFC PATCH 00/10] Add openssl 1.1
> >
> >
> >
> >
> >
> > On Wed, May 10, 2017 at 12:34 PM Alexander Kanavin
> > <alexander.kanavin@linux.intel.com> wrote:
> >
> > On 05/10/2017 09:56 PM, Gary Thomas wrote:
> >> Why not do this in a "softer" way - make the new 1.1 package have the
> >> obscured name (and not be preferred by default)?  That way existing
> >> uses of the older 1.0 package can continue but users can migrate to
> >> 1.1 as they see fit?
> >
> > I have an answer which you might not particularly like. But here goes:
> >
> > What will actually happen is that no one will do anything to port their
> > stuff until it's time to remove 1.0 because upstream has EOLd it. And
> > then there'll still be complaints that more time is needed for the
> > transition. I'd like to gently push people to plan this transition
> > already now - and it's as gentle as it can be: if you pull from master
> > and your things no longer build, make one simple change and they will.
> > It's part and parcel of being on the bleeding edge, or rebasing to the
> > new yocto release: not everything works exactly as before, and most
> > components are newer and different and not always fully compatible.
> >
> >
> >
> >
> >
> > It is a cross distro item really we should find out what other Linux
> > distributions are doing about it moving forward unless major distros also
> > have same policy there won't be much momentum this would gain among the
> > packages ecosystems this could also help in sharing the porting burden
> >
> >
> >
> > The other reason is that it's more work for me: I would have to update
> > everything in oe-core to use the new recipe, instead of fixing just a
> > few recipes that need to stay with 1.0. And then again the same thing
> > will happen when 1.2 is out.
> >
> > Alex
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


  parent reply	other threads:[~2017-05-12 18:15 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-10 14:13 [RFC PATCH 00/10] Add openssl 1.1 Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 01/10] python: update to 3.5.3 Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 02/10] openssl: add a 1.1 version Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 03/10] u-boot-mkimage: depend on openssl 1.0 Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 04/10] bind: fix upstream version check Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 05/10] bind: update to 9.10.5 Alexander Kanavin
2017-05-12 15:43   ` Burton, Ross
2017-05-15 10:58     ` Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 06/10] openssh: depend on openssl 1.0 Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 07/10] apr-util: add support for openssl 1.1 via backported patch Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 08/10] cryptodev-tests: depend on openssl 1.0 Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 09/10] mailx: " Alexander Kanavin
2017-05-10 14:13 ` [RFC PATCH 10/10] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin Alexander Kanavin
2017-05-10 15:02 ` [RFC PATCH 00/10] Add openssl 1.1 Davis, Michael
2017-05-10 15:15   ` Alexander Kanavin
2017-05-10 15:34     ` Davis, Michael
2017-05-10 15:38       ` Alexander Kanavin
2017-05-10 18:56         ` Gary Thomas
2017-05-10 19:34           ` Alexander Kanavin
2017-05-10 19:53             ` Davis, Michael
2017-05-10 20:02               ` Alexander Kanavin
2017-05-10 20:35             ` Khem Raj
2017-05-10 20:48               ` Davis, Michael
2017-05-10 21:08                 ` Khem Raj
2017-05-11  7:44                   ` Alexander Kanavin
2017-05-13  0:17                     ` akuster808
2017-05-12 18:15                   ` Denys Dmytriyenko [this message]
2017-05-12 18:33                     ` Khem Raj
2017-05-10 15:39 ` akuster808

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170512181507.GJ28053@denix.org \
    --to=denis@denix.org \
    --cc=gary@mlbassoc.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox