Revisions of python-paramiko

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 676248 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 82)
- add empty line after %autopatch: build fails up to 42.3 otherwise
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 676196 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 81)
- drop python-pytest_relaxed dependency
- add patches:
   1311.patch - fix warnings
   1379.patch - fix support for gssapi
   relaxed.patch - remove unnecessary pytest_relaxed dep
- remove patch:
   disable-gssapi.patch - supersseded
buildservice-autocommit accepted request 662763 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 80)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 79)
- update to 2.4.2 (bsc#1111151, CVE-2018-1000805)
buildservice-autocommit accepted request 659533 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 78)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 77)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 648723 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 76)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 648722 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 75)
- add disable-gssapi.patch - workaround for boo#1115769
buildservice-autocommit accepted request 640326 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 74)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 640130 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 73)
- update to 2.4.2
- refresh paramiko-test_extend_timeout.patch
 * Fix exploit (CVE pending) in Paramiko's server mode (not client mode)
     where hostile clients could trick the server into thinking they were
     authenticated without actually submitting valid authentication.
 * Modify protocol message handling such that Transport does not respond
    to MSG_UNIMPLEMENTED with its own MSG_UNIMPLEMENTED
 * Updated SSHConfig.lookup <paramiko.config.SSHConfig.lookup> so it returns
    a new, type-casting-friendly dict subclass (~paramiko.config.SSHConfigDict)
    in lieu of dict literals.
buildservice-autocommit accepted request 587599 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 72)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 587595 from Ruediger Oertel's avatar Ruediger Oertel (oertel) (revision 71)
- add paramiko-test_extend_timeout.patch (bsc#1085529)
  extend timeout in testsuite to pass on ppc64le
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 70)
update to version 2.4.1 (bsc#1085276, CVE-2018-7750):
  * changelog: update for #1039 / #1051
  * Screen off dev version of Python from test matrix
  * ensure ed25519 password is bytes
  * Cut 2.0.8
  * Cut 2.3.2
  * Initial tests proving CVE-2018-7750 / #1175
  * Guess something else added this prior to the merge
  * Fixes CVE-2018-7750 / #1175
  * Uncaught typo in test suite
  * Initial tests proving CVE-2018-7750 / #XXX
  * Test proving #1039 / efficacy of #1051
  * Changelog closes #1175
  * Cut 2.1.5
  * Allow overriding test client connect kwargs in Transport test suite
  * Cut 2.4.1
  * Fixes CVE-2018-7750 / #XXX
  * Cut 2.2.3
  * flake8
buildservice-autocommit accepted request 542197 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 69)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 542196 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 68)
- update to 2.4.0
  + new pytest based testsuite
  * dd a new passphrase kwarg to SSHClient.connect so users may disambiguate
     key-decryption passphrases from password-auth passwords. 
  * Drop Python 2.6 and Python 3.3 support
buildservice-autocommit accepted request 531787 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 67)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) accepted request 531621 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 66)
- update to 2.3.1
  + cert_support.tar.gz - missing test certificates for testsuite
  * Certificate support broke the no-certificate case for Ed25519 keys 
      (symptom is an AttributeError about public_blob.) This went uncaught
      due to cert autoload behavior (i.e. our test suite never actually ran 
      the no-cert case, because the cert existed!) Both issues have been fixed. 
  * Implement basic client-side certificate authentication
      (as per the OpenSSH vendor extension.)
  * Added pre-authentication banner support for the server interface
      (ServerInterface.get_banner plus related support in Transport/AuthHandler.) 
  * Update Ed25519Key so its constructor offers the same file_obj parameter
      as its sibling key classes.
  * Add a gss_trust_dns option to Client and Transport to allow explicitly
      setting whether or not DNS canonicalization should occur when using GSSAPI. 
  * Paramiko originally defaulted to zlib compression level 9
      (when one connects with compression=True; it defaults to off.) This has been
      found to be quite wasteful and tends to cause much longer transfers in most
      cases, than is necessar
  * Enhance documentation around the new SFTP.posix_rename method
      so it’s referenced in the ‘standard’ rename method for increased visibility.
  * Modify logic around explicit disconnect messages, and unknown-channel situations,
      so that they rely on centralized shutdown code instead of running their own.
      This is at worst removing some unnecessary code, and may help with some
      situations where Paramiko hangs at the end of a session.
  * Display exception type and message when logging auth-rejection messages
      (ones reading Auth rejected: unsupported or mangled public key); previously
      this error case had a bare except and did not display exactly why the key
      failed.
  * Ed25519 keys never got proper API documentation support; this has been fixed.
  * Update how we use Cryptography‘s signature/verification methods
buildservice-autocommit accepted request 516164 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 65)
baserev update by copy to link target
Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) accepted request 515893 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 64)
- update to 2.2.1:
  * Missed a spot
  * Update .travis.yml
  * Whitespace
  * Having this in a mini-toctree made the nav look funny and is also just unintuitive
  * Changelog re #471, re #65
  * these are bytes
  * changelog: update for #990 and #993
  * ecdh kex support
  * flake8/whitespace
  * Trailing comma
  * Add test for posix-rename@openssh.com extension for SFTP client
  * Changelog re #921
  * Add a note about new Python-level deps to changelog re: Ed25519 support
  * Add method for "posix-rename@openssh.com" extension for SFTP client.
  * Add IOError in posix-rename@openssh.com test for python 2 support.
  * this isnt bytes
  * Added a auth_timeout to handle situations where SSH server stops responding during auth.
  * small cleanups
  * More changelog flimflammery
  * Added changelog entry
  * python 3 compatibility
  * Incorrect comparison, should be <=
  * DDD re #857
  * Improve __hash__ functions
  * Hrm that should always have been an h1
  * No idea how this got past all the earlier flake8 work...
  * comments
  * Fixed test to support python 2.6
  * Note ecdh-sha2 preferred-kex placement in changelog entry for #951, re #983
buildservice-autocommit accepted request 503627 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 63)
baserev update by copy to link target
Displaying revisions 41 - 60 of 122
openSUSE Build Service is sponsored by