All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Anavi <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 2/5] python3-paramiko: Upgrade 2.9.1 -> 2.9.2
Date: Mon, 10 Jan 2022 18:31:43 +0200	[thread overview]
Message-ID: <20220110163146.40024-2-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20220110163146.40024-1-leon.anavi@konsulko.com>

Upgrade to release 2.9.2:

- Enhanced log output when connecting to servers that do not
  support server-sig-algs extensions, making the new-as-of-2.9
  defaulting to SHA2 pubkey algorithms more obvious when it
  kicks in.
- Connecting to servers which support server-sig-algs but which
  have no overlap between that list and what a Paramiko client
  supports, now raise an exception instead of defaulting to
  rsa-sha2-512 (since the use of server-sig-algs allows us to
  know what the server supports).

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-paramiko_2.9.1.bb => python3-paramiko_2.9.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-paramiko_2.9.1.bb => python3-paramiko_2.9.2.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb
rename to meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb
index 8cf004aa3..0a54efde8 100644
--- a/meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
 
-SRC_URI[sha256sum] = "a1fdded3b55f61d23389e4fe52d9ae428960ac958d2edf50373faa5d8926edd0"
+SRC_URI[sha256sum] = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b"
 
 PYPI_PACKAGE = "paramiko"
 
-- 
2.30.2



  reply	other threads:[~2022-01-10 16:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-10 16:31 [meta-python][PATCH 1/5] python3-diskcache: Upgrade 5.3.0 -> 5.4.0 Leon Anavi
2022-01-10 16:31 ` Leon Anavi [this message]
2022-01-10 16:31 ` [meta-python][PATCH 3/5] python3-pycocotools: Upgrade 2.0.2 -> 2.0.4 Leon Anavi
2022-01-10 16:31 ` [meta-python][PATCH 4/5] python3-typeguard: Upgrade 2.13.2 -> 2.13.3 Leon Anavi
2022-01-10 16:31 ` [meta-python][PATCH 5/5] python3-huey: Upgrade 2.4.2 -> 2.4.3 Leon Anavi

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=20220110163146.40024-2-leon.anavi@konsulko.com \
    --to=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.