<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/py-paramiko, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-06-14T18:13:25Z</updated>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:13:25Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6283a06320806d59c6022aa307c55bafa60bc38f'/>
<id>urn:sha1:6283a06320806d59c6022aa307c55bafa60bc38f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39d7fb93432416d872ed34e0025741cc93068c06'/>
<id>urn:sha1:39d7fb93432416d872ed34e0025741cc93068c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 1.7.3</title>
<updated>2008-05-15T18:27:43Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-05-15T18:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=85d2ad0cd8e259bc5af87f1ae1a4f38c89bcef6b'/>
<id>urn:sha1:85d2ad0cd8e259bc5af87f1ae1a4f38c89bcef6b</id>
<content type='text'>
changes:
-direct-tcpip support
-bug fixes

pkgsrc change: disable use of Python setuptools
	(gives unpredictable results)
</content>
</entry>
<entry>
<title>Update PYTHON_VERSIONS_COMPATIBLE</title>
<updated>2008-04-25T20:39:06Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-04-25T20:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=36c2fb54a849271ea467f4aa4c33371f1856e400'/>
<id>urn:sha1:36c2fb54a849271ea467f4aa4c33371f1856e400</id>
<content type='text'>
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
</content>
</entry>
<entry>
<title>Update to version 1.7.1.</title>
<updated>2007-12-14T13:35:04Z</updated>
<author>
<name>bjs</name>
<email>bjs</email>
</author>
<published>2007-12-14T13:35:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=527b398a3cf1485cc55763fdb2846af646f2b4f3'/>
<id>urn:sha1:527b398a3cf1485cc55763fdb2846af646f2b4f3</id>
<content type='text'>
Changes:


Update to version 1.7.1.  Changes:

v1.7.1 (Amy) 10jun07
--------------------
  * windows SSH agent support can use the 'ctypes' module now if 'win32all' is
    not available [patch from alexander belchenko]
  * SFTPClient.listdir_attr() now preserves the 'longname' field [patch from
    wesley augur]
  * SFTPClient.get_channel() API added
  * SSHClient constuctor takes an optional 'timeout' parameter [patch from
    james bardin]

v1.7 (zubat) 18feb07
--------------------
  * added x11 channel support (patch from david guerizec)
  * added reverse port forwarding support
  * (bug 75370) raise an exception when contacting a broken SFTP server
  * (bug 80295) SSHClient shouldn't expand the user directory twice when reading
    RSA/DSS keys
  * (bug 82383) typo in DSS key in SSHClient
  * (bug 83523) python 2.5 warning when encoding a file's modification time
  * if connecting to an SSH agent fails, silently fallback instead of raising
    an exception

v1.6.4 (yanma) 19nov06
----------------------
  * fix setup.py on osx (oops!)
  * (bug 69330) check for the existence of RSA/DSA keys before trying to open
    them in SFTPClient
  * (bug 69222) catch EAGAIN in socket code to workaround a bug in recent
    Linux 2.6 kernels
  * (bug 70398) improve dict emulation in HostKeys objects
  * try harder to make sure all worker threads are joined on Transport.close()

v1.6.3 (xatu) 14oct06
---------------------
  * fixed bug where HostKeys.__setitem__ wouldn't always do the right thing
  * fixed bug in SFTPClient.chdir and SFTPAttributes.__str__ [patch from
    mike barber]
  * try harder not to raise EOFError from within SFTPClient
  * fixed bug where a thread waiting in accept() could block forever if the
    transport dies [patch from mike looijmans]

v1.6.2 (weedle) 16aug06
-----------------------
  * added support for "old" group-exchange server mode, for compatibility
    with the windows putty client
  * fixed some more interactions with SFTP file readv() and prefetch()
  * when saving the known_hosts file, preserve the original order [patch from
    warren young]
  * fix a couple of broken lines when exporting classes (bug 55946)

v1.6.1 (vulpix) 10jul06
-----------------------
  * more unit tests fixed for windows/cygwin (thanks to alexander belchenko)
  * a couple of fixes related to exceptions leaking out of SFTPClient
  * added ability to set items in HostKeys via __setitem__
  * HostKeys now retains order and has a save() method
  * added PKey.write_private_key and PKey.from_private_key

v1.6 (umbreon) 10may06
----------------------
  * pageant support on Windows thanks to john arbash meinel and todd whiteman
  * fixed unit tests to work under windows and cygwin (thanks to alexander
    belchenko for debugging)
  * various bugfixes/tweaks to SFTP file prefetch
  * added SSHClient for a higher-level API
  * SFTP readv() now yields results as it gets them
  * several APIs changed to throw an exception instead of "False" on failure
</content>
</entry>
<entry>
<title>The yield syntax used in one of the modules is not supported by</title>
<updated>2006-07-11T00:21:17Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-07-11T00:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9a6a396c86f83c1fb8502a6b2872245ffccbff88'/>
<id>urn:sha1:9a6a396c86f83c1fb8502a6b2872245ffccbff88</id>
<content type='text'>
Python 2.2, so mark it as 2.3+ only.
</content>
</entry>
<entry>
<title>add py-paramiko-1.6, a python extension implementing the ssh2 protocol</title>
<updated>2006-07-04T15:35:54Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2006-07-04T15:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f5a3fbad11e9ef76b30466bf9d1b23391a6d7127'/>
<id>urn:sha1:f5a3fbad11e9ef76b30466bf9d1b23391a6d7127</id>
<content type='text'>
</content>
</entry>
</feed>
