[meta-virtualization] [PATCH] singularity: openssl cert configs path fixed.

Bruce Ashfield bruce.ashfield at gmail.com
Wed Jul 3 07:04:41 PDT 2019


On Mon, Jul 1, 2019 at 11:38 AM Bruce Ashfield <bruce.ashfield at gmail.com> wrote:
>
> It's only been on the list for 4 days, 2 of which were a weekend (and
> today is a holiday where I am). Almost everything sits on the list for
> 48 hours while waiting for comments, then is queued to be pushed after
> that.
>
> So it is just over the 48 hour comment window, and I'll most likely
> queue it on Tuesday.

My local build tests passed.

I was tempted to see if we could make this backward compatible, but
since the old ssl is EOL .. and this is the master branch, I've merged
this as-is.

Cheers,

Bruce

>
> Bruce
>
> On Mon, Jul 1, 2019 at 5:06 AM Cevat Bostancıoğlu
> <bostancioglucevat at gmail.com> wrote:
> >
> > Hello, did you guys checked this patch?
> > Cevat
> >
> > ---------- Forwarded message ---------
> > Gönderen: Cevat Bostancioglu <bostancioglucevat at gmail.com>
> > Date: 28 Haz 2019 Cum, 01:27
> > Subject: [meta-virtualization][PATCH] singularity: openssl cert configs path fixed.
> > To: <meta-virtualization at yoctoproject.org>
> > Cc: Cevat Bostancioglu <bostancioglucevat at gmail.com>
> >
> >
> > openssl recipe moves ssl-1.1 directory as ssl , singularity recipe cannot find ssl-1.1 path.
> > ---
> >  recipes-containers/singularity/singularity_git.bb | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb
> > index 6fee8f3..e50052c 100644
> > --- a/recipes-containers/singularity/singularity_git.bb
> > +++ b/recipes-containers/singularity/singularity_git.bb
> > @@ -30,6 +30,6 @@ pkg_postinst_${PN}() {
> >
> >      # python3 expects CA certificates to be installed in a different place to where
> >      # they are actually installed. These lines link the two locations.
> > -    rm -r $D${libdir}/ssl-1.1/certs
> > -    ln -sr $D${sysconfdir}/ssl/certs $D${libdir}/ssl-1.1
> > +    rm -r $D${libdir}/ssl/certs
> > +    ln -sr $D${sysconfdir}/ssl/certs $D${libdir}/ssl
> >  }
> > --
> > 2.7.4
> >
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


More information about the meta-virtualization mailing list