From 2d711a38a8a471be0fdd6f1c14cdbc3b0dec944bf51917d0e23d8b73f231268c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 28 Jul 2020 16:56:54 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=202.3.0=20=20*=20Added=20initia?= =?UTF-8?q?l=20support=20for=20reading=20configuration=20from=20OpenSSH-co?= =?UTF-8?q?mpatible=20=20=20=20config=20files,=20when=20present.=20Both=20?= =?UTF-8?q?client=20and=20server=20configuration=20files=20are=20=20=20=20?= =?UTF-8?q?supported,=20but=20not=20all=20config=20options=20are=20support?= =?UTF-8?q?ed.=20=20*=20Added=20support=20for=20the=20concept=20of=20only?= =?UTF-8?q?=20a=20subset=20of=20supported=20algorithms=20being=20=20=20=20?= =?UTF-8?q?enabled=20by=20default,=20and=20for=20the=20ability=20to=20use?= =?UTF-8?q?=20wildcards=20when=20specifying=20=20=20=20algorithm=20names.?= =?UTF-8?q?=20Also,=20OpenSSH=E2=80=99s=20syntax=20of=20prefixing=20the=20?= =?UTF-8?q?list=20with=20=20=20=20=E2=80=98^=E2=80=99,=20=E2=80=98+?= =?UTF-8?q?=E2=80=99,=20or=20=E2=80=98-=E2=80=98=20is=20supported=20for=20?= =?UTF-8?q?incrementally=20adjusting=20the=20list=20=20=20=20of=20algorith?= =?UTF-8?q?ms=20starting=20from=20the=20default=20set.=20=20*=20Added=20su?= =?UTF-8?q?pport=20for=20specifying=20a=20preferred=20list=20of=20client?= =?UTF-8?q?=20authentication=20=20=20=20methods,=20in=20order=20of=20prefe?= =?UTF-8?q?rence.=20=20*=20Added=20the=20ability=20to=20use=20AsyncSSH?= =?UTF-8?q?=E2=80=99s=20=E2=80=9Cpassword=E2=80=9D=20argument=20on=20serve?= =?UTF-8?q?rs=20which=20=20=20=20are=20using=20keyboard-interactive=20auth?= =?UTF-8?q?entication=20to=20prompt=20for=20a=20=E2=80=9Cpasscode=E2=80=9D?= =?UTF-8?q?.=20=20*=20Added=20support=20for=20providing=20separate=20lists?= =?UTF-8?q?=20of=20private=20keys=20and=20certificates,=20=20=20=20rather?= =?UTF-8?q?=20than=20requiring=20them=20to=20be=20specifying=20together=20?= =?UTF-8?q?as=20a=20tuple.=20=20=20=20When=20this=20new=20option=20is=20us?= =?UTF-8?q?ed,=20AsyncSSH=20will=20automatically=20associate=20=20=20=20th?= =?UTF-8?q?e=20private=20keys=20with=20their=20corresponding=20certificate?= =?UTF-8?q?s=20if=20matching=20=20=20=20certificates=20are=20present=20in?= =?UTF-8?q?=20the=20list.=20=20*=20Added=20support=20for=20the=20=E2=80=9C?= =?UTF-8?q?known=5Fhosts=E2=80=9D=20argument=20to=20accept=20a=20list=20of?= =?UTF-8?q?=20known=20host=20=20=20=20files,=20rather=20than=20just=20a=20?= =?UTF-8?q?single=20file.=20Known=20hosts=20can=20also=20be=20specified=20?= =?UTF-8?q?=20=20=20using=20the=20GlobalKnownHostFile=20and=20UserKnownHos?= =?UTF-8?q?tFile=20config=20file=20options,=20=20=20=20each=20of=20which?= =?UTF-8?q?=20can=20take=20multiple=20filenames.=20=20*=20Added=20new=20?= =?UTF-8?q?=E2=80=9Crequest=5Ftty=E2=80=9D=20option=20to=20provide=20finer?= =?UTF-8?q?=20grained=20control=20over=20whether=20=20=20=20AsyncSSH=20wil?= =?UTF-8?q?l=20request=20a=20TTY=20when=20opening=20new=20sessions.=20The?= =?UTF-8?q?=20default=20is=20to=20=20=20=20still=20tie=20this=20to=20wheth?= =?UTF-8?q?er=20a=20=E2=80=9Cterm=5Ftype=E2=80=9D=20is=20specified,=20but?= =?UTF-8?q?=20now=20that=20can=20be=20=20=20=20overridden.=20Supported=20o?= =?UTF-8?q?ptions=20of=20=E2=80=9Cyes=E2=80=9D,=20=E2=80=9Cno=E2=80=9D,=20?= =?UTF-8?q?=E2=80=9Cforce=E2=80=9D,=20and=20=E2=80=9Cauto=E2=80=9D=20match?= =?UTF-8?q?=20=20=20=20the=20values=20supported=20by=20OpenSSH.=20=20*=20A?= =?UTF-8?q?dded=20new=20=E2=80=9Crdns=5Flookup=E2=80=9D=20option=20to=20co?= =?UTF-8?q?ntrol=20whether=20the=20server=20does=20a=20reverse=20=20=20=20?= =?UTF-8?q?DNS=20of=20client=20addresses=20to=20allow=20matching=20of=20cl?= =?UTF-8?q?ients=20based=20on=20hostname=20=20=20=20in=20authorized=20keys?= =?UTF-8?q?=20and=20config=20files.=20When=20this=20option=20is=20disabled?= =?UTF-8?q?=20(the=20default),?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=28 --- asyncssh-2.2.1.tar.gz | 3 --- asyncssh-2.3.0.tar.gz | 3 +++ python-asyncssh.changes | 55 +++++++++++++++++++++++++++++++++++++++++ python-asyncssh.spec | 2 +- 4 files changed, 59 insertions(+), 4 deletions(-) delete mode 100644 asyncssh-2.2.1.tar.gz create mode 100644 asyncssh-2.3.0.tar.gz diff --git a/asyncssh-2.2.1.tar.gz b/asyncssh-2.2.1.tar.gz deleted file mode 100644 index 3b6e416..0000000 --- a/asyncssh-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf9f1aa397a104a0c3923bae927796ca57063ce62330767131b418cd833338e -size 338394 diff --git a/asyncssh-2.3.0.tar.gz b/asyncssh-2.3.0.tar.gz new file mode 100644 index 0000000..fe28188 --- /dev/null +++ b/asyncssh-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bda34c7123f00c3df95d24e2dc8d43c4d17b456fbb8c434ef4f4a7ebb5265e +size 353998 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index 17a1a0a..267d551 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Tue Jul 28 16:49:45 UTC 2020 - Ondřej Súkup + +- update to 2.3.0 + * Added initial support for reading configuration from OpenSSH-compatible + config files, when present. Both client and server configuration files are + supported, but not all config options are supported. + * Added support for the concept of only a subset of supported algorithms being + enabled by default, and for the ability to use wildcards when specifying + algorithm names. Also, OpenSSH’s syntax of prefixing the list with + ‘^’, ‘+’, or ‘-‘ is supported for incrementally adjusting the list + of algorithms starting from the default set. + * Added support for specifying a preferred list of client authentication + methods, in order of preference. + * Added the ability to use AsyncSSH’s “password” argument on servers which + are using keyboard-interactive authentication to prompt for a “passcode”. + * Added support for providing separate lists of private keys and certificates, + rather than requiring them to be specifying together as a tuple. + When this new option is used, AsyncSSH will automatically associate + the private keys with their corresponding certificates if matching + certificates are present in the list. + * Added support for the “known_hosts” argument to accept a list of known host + files, rather than just a single file. Known hosts can also be specified + using the GlobalKnownHostFile and UserKnownHostFile config file options, + each of which can take multiple filenames. + * Added new “request_tty” option to provide finer grained control over whether + AsyncSSH will request a TTY when opening new sessions. The default is to + still tie this to whether a “term_type” is specified, but now that can be + overridden. Supported options of “yes”, “no”, “force”, and “auto” match + the values supported by OpenSSH. + * Added new “rdns_lookup” option to control whether the server does a reverse + DNS of client addresses to allow matching of clients based on hostname + in authorized keys and config files. When this option is disabled (the default), + matches can only be based on client IP. + * Added new “send_env” argument when opening a session to forward local + environment variables using their existing values, augmenting the “env” + argument that lets you specify remote environment variables to set and + their corresponding values. + * Added new “tcp_keepalive” option to control whether TCP-level keepalives + are enabled or not on SSH connections. + * Added support for sending and parsing client EXT_INFO messages, and for + sending the “global-requests-ok” option in these messages when AsyncSSH + is acting as a client. + * Added support for expansion of ‘~’ home directory expansion when specifying + arguments which contain filenames. + * Added support for time intervals and byte counts to optionally be specified + as string values with units, allowing for values such as “1.5h” or “1h30m” + instead of having to specify that as 5400 seconds. Similarly, a byte count + of “1g” can be passed to indicate 1 gigabyte, rather than specifying 1073741824 bytes. + * Enhanced logging to report lists of sent and received algorithms + when no matching algorithm is found. + * Fixed an interoperability issue with PKIXSSH when attempting to use X.509 + certificates with a signature algorithm of “x509v3-rsa2048-sha256”. + * Fixed keepalive handler to avoid leaking a timer object in some cases. + ------------------------------------------------------------------- Thu Jul 9 22:36:54 UTC 2020 - Ondřej Súkup diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 409a63e..ed73b81 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-asyncssh -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later