All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [yocto-security] Open ssl version
       [not found]     ` <CAJTo0LZrNu1jRuFWS6AL+v4jg+g2Pnofrs3oe07Qju8nGZriTQ@mail.gmail.com>
@ 2018-12-20  4:29       ` Vishwanath Chandapur
  2018-12-20 10:26         ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Vishwanath Chandapur @ 2018-12-20  4:29 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 3270 bytes --]

Hi Team,

I have set opnessl version in sumo but getting below errors.


*PREFERRED_VERSION_openssl = "1.1.0i"*


*Logs:*

NOTE: Resolving any missing task queue dependencies

NOTE: preferred version 1.1.0i of openssl not available (for item libssl)
NOTE: versions of openssl available: 1.0.2p
NOTE: preferred version 1.1.0i of openssl not available (for item openssl10)
NOTE: versions of openssl available: 1.0.2p
NOTE: preferred version 1.1.0i of openssl not available (for item openssl-conf)
NOTE: versions of openssl available: 1.0.2p


ERROR: Multiple versions of openssl are due to be built
(/home/ubuntu/workspace/yocto/sources/poky/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb
/home/ubuntu/workspace/yocto/sources/poky/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb).
Only one version of a given PN should be built in any given build. You
likely need to set PREFERRED_VERSION_openssl to select the correct
version or don't depend on multiple versions.


With Regards
Vishwa

On Fri, Dec 14, 2018 at 5:31 PM Burton, Ross <ross.burton@intel.com> wrote:

> How did you set it?
>
> Also this isn't relevant to yocto-security, please move to yocto@.
>
> Ross
> On Fri, 14 Dec 2018 at 11:53, Vishwanath Chandapur <vishwavtu@gmail.com>
> wrote:
> >
> > Hi Ross,
> >
> > I tried to enable by using PREFERRED_VERSION.
> >
> > But getting these errors .
> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > NOTE: Resolving any missing task queue dependencies
> > NOTE: preferred version 1.0.% of openssl not available (for item openssl)
> > NOTE: versions of openssl available: 1.1.0i
> > NOTE: preferred version 1.0.% of openssl-native not available (for item
> openssl-native)
> > NOTE: versions of openssl-native available: 1.1.0i
> > NOTE: preferred version 1.0.% of nativesdk-openssl not available (for
> item nativesdk-openssl)
> > NOTE: versions of nativesdk-openssl available: 1.1.0i
> > NOTE: preferred version 1.0.% of openssl not available (for item
> openssl-dev)
> > NOTE: versions of openssl available: 1.1.0i
> > NOTE: preferred version 1.0.% of nativesdk-openssl not available (for
> item nativesdk-openssl-dev)
> > NOTE: versions of nativesdk-openssl available: 1.1.0i
> > ERROR: Nothing RPROVIDES 'libssl
> > >>>>>>>>>>>>>>>>>>>>>>>>>>>
> >
> > With Regards
> > Vishwa
> >
> >
> > On Thu, 13 Dec 2018 at 5:57 PM, Burton, Ross <ross.burton@intel.com>
> wrote:
> >>
> >> Yes, Sumo has OpenSSL 1.1 but it isn't enabled by default because at
> >> the time of release some important pieces of software had not yet
> >> migrated.
> >>
> >> You can switch by using PREFERRED_VERSION.
> >>
> >> Ross
> >> On Thu, 13 Dec 2018 at 12:13, Vishwanath Chandapur <vishwavtu@gmail.com>
> wrote:
> >> >
> >> > Hi Team,
> >> >
> >> > Currently we are migrating to poly sumo version .
> >> > But we have requirement to use 1.1.0 but poky is still supporting
> 1.0.2
> >> >
> >> > I would like know if latest OpenSSL available for future release .
> >> >
> >> > With Regard
> >> > Vishwa
> >> > _______________________________________________
> >> > yocto-security mailing list
> >> > yocto-security@yoctoproject.org
> >> > https://lists.yoctoproject.org/listinfo/yocto-security
>

[-- Attachment #2: Type: text/html, Size: 6053 bytes --]

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

* Re: [yocto-security] Open ssl version
  2018-12-20  4:29       ` [yocto-security] Open ssl version Vishwanath Chandapur
@ 2018-12-20 10:26         ` Alexander Kanavin
  2018-12-20 13:40           ` Vishwanath Chandapur
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kanavin @ 2018-12-20 10:26 UTC (permalink / raw)
  To: Vishwanath Chandapur; +Cc: Yocto discussion list

It's likely that you ask bitbake to build something that has a hard
dependency on openssl 1.0. Most probably openssh.

Alex

On Thu, 20 Dec 2018 at 05:30, Vishwanath Chandapur <vishwavtu@gmail.com> wrote:
>
> Hi Team,
>
> I have set opnessl version in sumo but getting below errors.
>
>
> PREFERRED_VERSION_openssl = "1.1.0i"
>
>
> Logs:
>
> NOTE: Resolving any missing task queue dependencies
>
> NOTE: preferred version 1.1.0i of openssl not available (for item libssl)
> NOTE: versions of openssl available: 1.0.2p
> NOTE: preferred version 1.1.0i of openssl not available (for item openssl10)
> NOTE: versions of openssl available: 1.0.2p
> NOTE: preferred version 1.1.0i of openssl not available (for item openssl-conf)
> NOTE: versions of openssl available: 1.0.2p
>
>
> ERROR: Multiple versions of openssl are due to be built (/home/ubuntu/workspace/yocto/sources/poky/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb /home/ubuntu/workspace/yocto/sources/poky/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb). Only one version of a given PN should be built in any given build. You likely need to set PREFERRED_VERSION_openssl to select the correct version or don't depend on multiple versions.
>
>
> With Regards
> Vishwa
>
> On Fri, Dec 14, 2018 at 5:31 PM Burton, Ross <ross.burton@intel.com> wrote:
>>
>> How did you set it?
>>
>> Also this isn't relevant to yocto-security, please move to yocto@.
>>
>> Ross
>> On Fri, 14 Dec 2018 at 11:53, Vishwanath Chandapur <vishwavtu@gmail.com> wrote:
>> >
>> > Hi Ross,
>> >
>> > I tried to enable by using PREFERRED_VERSION.
>> >
>> > But getting these errors .
>> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > NOTE: Resolving any missing task queue dependencies
>> > NOTE: preferred version 1.0.% of openssl not available (for item openssl)
>> > NOTE: versions of openssl available: 1.1.0i
>> > NOTE: preferred version 1.0.% of openssl-native not available (for item openssl-native)
>> > NOTE: versions of openssl-native available: 1.1.0i
>> > NOTE: preferred version 1.0.% of nativesdk-openssl not available (for item nativesdk-openssl)
>> > NOTE: versions of nativesdk-openssl available: 1.1.0i
>> > NOTE: preferred version 1.0.% of openssl not available (for item openssl-dev)
>> > NOTE: versions of openssl available: 1.1.0i
>> > NOTE: preferred version 1.0.% of nativesdk-openssl not available (for item nativesdk-openssl-dev)
>> > NOTE: versions of nativesdk-openssl available: 1.1.0i
>> > ERROR: Nothing RPROVIDES 'libssl
>> > >>>>>>>>>>>>>>>>>>>>>>>>>>>
>> >
>> > With Regards
>> > Vishwa
>> >
>> >
>> > On Thu, 13 Dec 2018 at 5:57 PM, Burton, Ross <ross.burton@intel.com> wrote:
>> >>
>> >> Yes, Sumo has OpenSSL 1.1 but it isn't enabled by default because at
>> >> the time of release some important pieces of software had not yet
>> >> migrated.
>> >>
>> >> You can switch by using PREFERRED_VERSION.
>> >>
>> >> Ross
>> >> On Thu, 13 Dec 2018 at 12:13, Vishwanath Chandapur <vishwavtu@gmail.com> wrote:
>> >> >
>> >> > Hi Team,
>> >> >
>> >> > Currently we are migrating to poly sumo version .
>> >> > But we have requirement to use 1.1.0 but poky is still supporting 1.0.2
>> >> >
>> >> > I would like know if latest OpenSSL available for future release .
>> >> >
>> >> > With Regard
>> >> > Vishwa
>> >> > _______________________________________________
>> >> > yocto-security mailing list
>> >> > yocto-security@yoctoproject.org
>> >> > https://lists.yoctoproject.org/listinfo/yocto-security
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: [yocto-security] Open ssl version
  2018-12-20 10:26         ` Alexander Kanavin
@ 2018-12-20 13:40           ` Vishwanath Chandapur
  0 siblings, 0 replies; 3+ messages in thread
From: Vishwanath Chandapur @ 2018-12-20 13:40 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 4289 bytes --]

I think issues is below part is missing in openssl_1.1.0i.bb file.

FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}"

FILES_libssl = "${libdir}/libssl${SOLIBS}"

FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf"

With Regards
Vishwa
On Thu, Dec 20, 2018 at 3:56 PM Alexander Kanavin <alex.kanavin@gmail.com>
wrote:

> It's likely that you ask bitbake to build something that has a hard
> dependency on openssl 1.0. Most probably openssh.
>
> Alex
>
> On Thu, 20 Dec 2018 at 05:30, Vishwanath Chandapur <vishwavtu@gmail.com>
> wrote:
> >
> > Hi Team,
> >
> > I have set opnessl version in sumo but getting below errors.
> >
> >
> > PREFERRED_VERSION_openssl = "1.1.0i"
> >
> >
> > Logs:
> >
> > NOTE: Resolving any missing task queue dependencies
> >
> > NOTE: preferred version 1.1.0i of openssl not available (for item libssl)
> > NOTE: versions of openssl available: 1.0.2p
> > NOTE: preferred version 1.1.0i of openssl not available (for item
> openssl10)
> > NOTE: versions of openssl available: 1.0.2p
> > NOTE: preferred version 1.1.0i of openssl not available (for item
> openssl-conf)
> > NOTE: versions of openssl available: 1.0.2p
> >
> >
> > ERROR: Multiple versions of openssl are due to be built
> (/home/ubuntu/workspace/yocto/sources/poky/meta/recipes-connectivity/openssl/
> openssl_1.0.2p.bb
> /home/ubuntu/workspace/yocto/sources/poky/meta/recipes-connectivity/openssl/
> openssl_1.1.0i.bb). Only one version of a given PN should be built in any
> given build. You likely need to set PREFERRED_VERSION_openssl to select the
> correct version or don't depend on multiple versions.
> >
> >
> > With Regards
> > Vishwa
> >
> > On Fri, Dec 14, 2018 at 5:31 PM Burton, Ross <ross.burton@intel.com>
> wrote:
> >>
> >> How did you set it?
> >>
> >> Also this isn't relevant to yocto-security, please move to yocto@.
> >>
> >> Ross
> >> On Fri, 14 Dec 2018 at 11:53, Vishwanath Chandapur <vishwavtu@gmail.com>
> wrote:
> >> >
> >> > Hi Ross,
> >> >
> >> > I tried to enable by using PREFERRED_VERSION.
> >> >
> >> > But getting these errors .
> >> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>
> >> > NOTE: Resolving any missing task queue dependencies
> >> > NOTE: preferred version 1.0.% of openssl not available (for item
> openssl)
> >> > NOTE: versions of openssl available: 1.1.0i
> >> > NOTE: preferred version 1.0.% of openssl-native not available (for
> item openssl-native)
> >> > NOTE: versions of openssl-native available: 1.1.0i
> >> > NOTE: preferred version 1.0.% of nativesdk-openssl not available (for
> item nativesdk-openssl)
> >> > NOTE: versions of nativesdk-openssl available: 1.1.0i
> >> > NOTE: preferred version 1.0.% of openssl not available (for item
> openssl-dev)
> >> > NOTE: versions of openssl available: 1.1.0i
> >> > NOTE: preferred version 1.0.% of nativesdk-openssl not available (for
> item nativesdk-openssl-dev)
> >> > NOTE: versions of nativesdk-openssl available: 1.1.0i
> >> > ERROR: Nothing RPROVIDES 'libssl
> >> > >>>>>>>>>>>>>>>>>>>>>>>>>>>
> >> >
> >> > With Regards
> >> > Vishwa
> >> >
> >> >
> >> > On Thu, 13 Dec 2018 at 5:57 PM, Burton, Ross <ross.burton@intel.com>
> wrote:
> >> >>
> >> >> Yes, Sumo has OpenSSL 1.1 but it isn't enabled by default because at
> >> >> the time of release some important pieces of software had not yet
> >> >> migrated.
> >> >>
> >> >> You can switch by using PREFERRED_VERSION.
> >> >>
> >> >> Ross
> >> >> On Thu, 13 Dec 2018 at 12:13, Vishwanath Chandapur <
> vishwavtu@gmail.com> wrote:
> >> >> >
> >> >> > Hi Team,
> >> >> >
> >> >> > Currently we are migrating to poly sumo version .
> >> >> > But we have requirement to use 1.1.0 but poky is still supporting
> 1.0.2
> >> >> >
> >> >> > I would like know if latest OpenSSL available for future release .
> >> >> >
> >> >> > With Regard
> >> >> > Vishwa
> >> >> > _______________________________________________
> >> >> > yocto-security mailing list
> >> >> > yocto-security@yoctoproject.org
> >> >> > https://lists.yoctoproject.org/listinfo/yocto-security
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 7401 bytes --]

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

end of thread, other threads:[~2018-12-20 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3EAB3564-9C9E-46CC-9CD4-4971AD2CA1D9@gmail.com>
     [not found] ` <CAJTo0LYky_=zn6rcJhi4udOE3so2zxGYaEGRhtqaY7N_7rta3Q@mail.gmail.com>
     [not found]   ` <CALQBcOfhSwreZF4JsuEwEM_ovTdEv5mZ87qfSZ6yZ_e-kLENkA@mail.gmail.com>
     [not found]     ` <CAJTo0LZrNu1jRuFWS6AL+v4jg+g2Pnofrs3oe07Qju8nGZriTQ@mail.gmail.com>
2018-12-20  4:29       ` [yocto-security] Open ssl version Vishwanath Chandapur
2018-12-20 10:26         ` Alexander Kanavin
2018-12-20 13:40           ` Vishwanath Chandapur

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.