From: "Jon Mason" <jdmason@kudzu.us>
To: Diego Sueiro <diego.sueiro@arm.com>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH] optee-os: replace old pycrypto with pycryptodome - a drop-in replacement
Date: Tue, 19 May 2020 11:20:14 -0400 [thread overview]
Message-ID: <20200519152013.GD22197@kudzu.us> (raw)
In-Reply-To: <6362.1589528670740992908@lists.yoctoproject.org>
On Fri, May 15, 2020 at 12:44:30AM -0700, Diego Sueiro wrote:
> On Fri, May 15, 2020 at 01:31 AM, Denys Dmytriyenko wrote:
>
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > While pycryptodome is a drop-in replacement for the old pycrypto module,
> > pycryptodomex uses a separate namespace to not confict with pycrypto.
> > Unfortunately, optee-os uses both namespaces, hence both variants of
> > pycryptodome and pycryptodomex are needed.
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>
> Reviewed-by: Diego Sueiro <diego.sueiro@arm.com>
Pulled in to the master branch.
Thanks,
Jon
>
> > ---
> > meta-arm/recipes-security/optee/optee-os_git.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-arm/recipes-security/optee/optee-os_git.bb
> > b/meta-arm/recipes-security/optee/optee-os_git.bb
> > index dfff6d1..c9847b5 100644
> > --- a/meta-arm/recipes-security/optee/optee-os_git.bb
> > +++ b/meta-arm/recipes-security/optee/optee-os_git.bb
> > @@ -10,7 +10,7 @@ PV = "3.8.0+git${SRCPV}"
> > inherit deploy python3native
> > require optee.inc
> >
> > -DEPENDS = "python3-pycrypto-native python3-pyelftools-native
> > python3-pycryptodomex-native"
> > +DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native
> > python3-pyelftools-native"
> >
> > SRCREV = "023e33656e2c9557ce50ad63a98b2e2c9b51c118"
> > SRC_URI = " \
> > --
> > 2.7.4
> >
> >
>
next prev parent reply other threads:[~2020-05-19 15:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-15 0:31 [PATCH] optee-os: replace old pycrypto with pycryptodome - a drop-in replacement Denys Dmytriyenko
2020-05-15 7:44 ` Diego Sueiro
2020-05-19 15:20 ` Jon Mason [this message]
2020-07-23 21:34 ` [meta-arm] " Denys Dmytriyenko
[not found] ` <16247F3E9F1124DB.7156@lists.yoctoproject.org>
2020-07-27 18:37 ` Denys Dmytriyenko
[not found] ` <1625AFED0AD12072.11956@lists.yoctoproject.org>
2020-07-29 20:54 ` Denys Dmytriyenko
2020-07-31 14:05 ` Jon Mason
2020-07-31 16:27 ` Denys Dmytriyenko
2020-07-31 19:24 ` Jon Mason
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=20200519152013.GD22197@kudzu.us \
--to=jdmason@kudzu.us \
--cc=diego.sueiro@arm.com \
--cc=meta-arm@lists.yoctoproject.org \
/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 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.