<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/py-paramiko, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/py-paramiko: moved from testing</title>
<updated>2013-05-27T12:11:05+00:00</updated>
<author>
<name>Bartłomiej Piotrowski</name>
<email>bpiotrowski@alpinelinux.org</email>
</author>
<published>2013-05-27T11:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=96146a5191c8faf527193ea473a93b4373a2adfc'/>
<id>96146a5191c8faf527193ea473a93b4373a2adfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-paramiko: minor layout changes</title>
<updated>2013-03-11T14:07:30+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2013-03-11T08:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b46378976de6e1decb29ba71042b24951eaae45f'/>
<id>b46378976de6e1decb29ba71042b24951eaae45f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-paramiko: run tests</title>
<updated>2013-03-11T14:07:30+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2013-03-11T08:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b24a55f21e35f4f96c1672fde2bcfe6116c7448b'/>
<id>b24a55f21e35f4f96c1672fde2bcfe6116c7448b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-paramiko: upgrade to 1.9.0</title>
<updated>2013-03-11T14:07:30+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2013-03-11T08:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=51babef69ec5b87079d8a4d83973d557e17826d0'/>
<id>51babef69ec5b87079d8a4d83973d557e17826d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py-paramiko - Recommit</title>
<updated>2011-12-03T20:49:18+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2011-10-24T19:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7aa2372c800f3834820cd703027c114bd29a0828'/>
<id>7aa2372c800f3834820cd703027c114bd29a0828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py-paramiko - new sub packages for demos and docs added</title>
<updated>2011-12-03T20:49:18+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2011-10-21T23:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e3ae48ca6c34644f3552a4c037d79c3ce2e8db51'/>
<id>e3ae48ca6c34644f3552a4c037d79c3ce2e8db51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial APKBUILD for py-paramiko</title>
<updated>2011-12-03T20:49:17+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2011-10-21T21:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5a97de2d082062dce59bc6c35c2b99a764cee8f5'/>
<id>5a97de2d082062dce59bc6c35c2b99a764cee8f5</id>
<content type='text'>
Package desscription:
paramiko is a module for python 2.2 (or higher) that implements the
SSH2 protocol for secure (encrypted and authenticated) connections
to remote machines. unlike SSL (aka TLS), SSH2 protocol does not
require heirarchical certificates signed by a powerful central
authority. you may know SSH2 as the protocol that replaced telnet
and rsh for secure access to remote shells, but the protocol also
includes the ability to open arbitrary channels to remote services
across the encrypted tunnel -- this is how sftp works, for example.

http://www.lag.net/paramiko/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Package desscription:
paramiko is a module for python 2.2 (or higher) that implements the
SSH2 protocol for secure (encrypted and authenticated) connections
to remote machines. unlike SSL (aka TLS), SSH2 protocol does not
require heirarchical certificates signed by a powerful central
authority. you may know SSH2 as the protocol that replaced telnet
and rsh for secure access to remote shells, but the protocol also
includes the ability to open arbitrary channels to remote services
across the encrypted tunnel -- this is how sftp works, for example.

http://www.lag.net/paramiko/
</pre>
</div>
</content>
</entry>
</feed>
