--- - branch: MAIN date: Wed Dec 11 10:43:53 UTC 2019 files: - new: '1.37' old: '1.36' path: pkgsrc/security/py-paramiko/Makefile pathrev: pkgsrc/security/py-paramiko/Makefile@1.37 type: modified - new: '1.23' old: '1.22' path: pkgsrc/security/py-paramiko/distinfo pathrev: pkgsrc/security/py-paramiko/distinfo@1.23 type: modified id: 20191211T104353Z.e46a14d393e25935f2401ea513327ca78915a061 log: "py-paramiko: updated to 2.7.1\n\n2.7.1:\n[Bug] Fix a bug in support for ECDSA keys under the newly supported OpenSSH key format. Thanks to Pierce Lopez for the patch.\n[Bug] The new-style private key format (added in 2.7) suffered from an unpadding bug which had been fixed earlier for Ed25519 (as that key type has always used the newer format). That fix has been refactored and applied to the base key class, courtesy of Pierce Lopez.\n\n2.7.0:\n[Feature]: Add new convenience classmethod constructors to SSHConfig: from_text, from_file, and from_path. No more annoying two-step process!\n[Feature] Implement most 窶歪anonical hostname窶� ssh_config functionality (CanonicalizeHostname, CanonicalDomains, CanonicalizeFallbackLocal, and CanonicalizeMaxDots; CanonicalizePermittedCNAMEs has not yet been implemented). All were previously silently ignored. Reported by Michael Leinartas.\n[Feature] Implement support for the Match keyword in ssh_config files. Previously, this keyword was simply ignored & keywords inside such blocks were treated as if they were part of the previous block. Thanks to Michael Leinartas for the initial patchset.\n\nNote\nThis feature adds a new optional install dependency, Invoke, for managing Match exec subprocesses.\n\n[Feature]: A couple of outright SSHConfig parse errors were previously represented as vanilla Exception instances; as part of recent feature work a more specific exception class, ConfigParseError, has been created. It is now also used in those older spots, which is naturally backwards compatible.\n[Feature] Implement support for OpenSSH 6.5-style private key files (typically denoted as having BEGIN OPENSSH PRIVATE KEY headers instead of PEM format窶å\x86± BEGIN RSA PRIVATE KEY or similar). If you were getting any sort of weird auth error from 窶å¾\x87odern窶� keys generated on newer operating system releases (such as macOS Mojave), this is the first update to try.\n\nMajor thanks to everyone who contributed or tested versions of the patch, including but not limited to: Kevin Abel, Michiel Tiller, Pierce Lopez, and Jared Hobbs.\n\n[Bug]: Perform deduplication of IdentityFile contents during ssh_config parsing; previously, if your config would result in the same value being encountered more than once, IdentityFile would contain that many copies of the same string.\n[Bug]: Paramiko窶å\x86± use of subprocess for ProxyCommand support is conditionally imported to prevent issues on limited interpreter platforms like Google Compute Engine. However, any resulting ImportError was lost instead of preserved for raising (in the rare cases where a user tried leveraging ProxyCommand in such an environment). This has been fixed.\n[Bug]: ssh_config token expansion used a different method of determining the local username ($USER env var), compared to what the (much older) client connection code does (getpass.getuser, which includes $USER but may check other variables first, and is generally much more comprehensive). Both modules now use getpass.getuser.\n[Support]: Explicitly document which ssh_config features we currently support. Previously users just had to guess, which is simply no good.\n[Support]: Additional installation extras_require 窶彷lavors窶� (ed25519, invoke, and all) have been added to our packaging metadata; see the install docs for details.\n" module: pkgsrc subject: 'CVS commit: pkgsrc/security/py-paramiko' unixtime: '1576061033' user: adam