From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Leon Anavi <leon.anavi@konsulko.com>,
openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 08/10] python3-cryptography-vectors: Upgrade 3.2 -> 3.3.1
Date: Thu, 14 Jan 2021 13:45:18 -0500 [thread overview]
Message-ID: <704008a3-c6ac-e27b-6222-9d58470a6652@windriver.com> (raw)
In-Reply-To: <20210113142626.27599-8-leon.anavi@konsulko.com>
[-- Attachment #1: Type: text/plain, Size: 1840 bytes --]
On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - BACKWARDS INCOMPATIBLE: The
> :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and
> :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now
> require 64-bit to 1024-bit (8 byte to 128 byte) initialization
> vectors. This change is to conform with an upcoming OpenSSL
> release that will no longer support sizes outside this window.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> ...hy-vectors_3.2.bb => python3-cryptography-vectors_3.3.1.bb} | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
> rename meta-python/recipes-devtools/python/{python3-cryptography-vectors_3.2.bb => python3-cryptography-vectors_3.3.1.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb
> rename to meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
> index 2e7ed8169..bcdbc6adb 100644
> --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
> @@ -4,8 +4,7 @@ SECTION = "devel/python"
> LICENSE = "Apache-2.0 | BSD"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
>
> -SRC_URI[md5sum] = "20976284d12ed99e31d38814be038ac1"
> -SRC_URI[sha256sum] = "785f06ffd0bbc73bdd69d0b164d72a7a7827c7c3bbf79ae9a235d7126afd98e4"
> +SRC_URI[sha256sum] = "03789c305dda8dccb4b8c9c019963a742469d88365abbc82e8e898ac478f5ca4"
>
> PYPI_PACKAGE = "cryptography_vectors"
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 2739 bytes --]
next prev parent reply other threads:[~2021-01-14 18:45 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
2021-01-13 14:26 ` [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1 Leon Anavi
2021-01-14 18:43 ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2 Leon Anavi
2021-01-14 18:44 ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1 Leon Anavi
2021-01-14 18:44 ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1 Leon Anavi
2021-01-14 18:44 ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13 Leon Anavi
2021-01-14 18:44 ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1 Leon Anavi
2021-01-14 18:45 ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 08/10] python3-cryptography-vectors: " Leon Anavi
2021-01-14 18:45 ` Trevor Gamblin [this message]
2021-01-13 14:26 ` [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2 Leon Anavi
2021-01-14 18:45 ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0 Leon Anavi
2021-01-14 18:45 ` [oe] " Trevor Gamblin
2021-01-14 18:43 ` [oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Trevor Gamblin
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=704008a3-c6ac-e27b-6222-9d58470a6652@windriver.com \
--to=trevor.gamblin@windriver.com \
--cc=leon.anavi@konsulko.com \
--cc=openembedded-devel@lists.openembedded.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.