<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/rtorrent/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-07-02T10:10:20Z</updated>
<entry>
<title>rtorrent: update to 0.15.5</title>
<updated>2025-07-02T10:10:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-07-01T19:13:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2829cd72e4917dbbe72d7aa41e52f9913c4e771f'/>
<id>urn:sha1:2829cd72e4917dbbe72d7aa41e52f9913c4e771f</id>
<content type='text'>
Various bugfixes.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtorrent: update to 0.15.3</title>
<updated>2025-05-19T01:50:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-05-05T01:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6d9d871660170c94d278a7a7eb07611135189b57'/>
<id>urn:sha1:6d9d871660170c94d278a7a7eb07611135189b57</id>
<content type='text'>
Rebase patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtorrent: Switch to using static libtorrent</title>
<updated>2019-09-09T22:32:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-09T22:16:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=358495f1184d005624f7e15fc9990bde1bb7552e'/>
<id>urn:sha1:358495f1184d005624f7e15fc9990bde1bb7552e</id>
<content type='text'>
rtorrent is the only user of libtorrent. Statically link to save space.

Added usleep patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtorrent: Update to 0.9.8</title>
<updated>2019-07-22T19:06:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-21T18:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=84c92f215d973f18ecb8d832dc8a244a6a7e3f89'/>
<id>urn:sha1:84c92f215d973f18ecb8d832dc8a244a6a7e3f89</id>
<content type='text'>
Switch to codeload. A lot simpler.

Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtorrent: Enable IPv6 support</title>
<updated>2019-07-02T01:39:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-01T23:57:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=343e2a07e4ea4cbfad4ff938a931fc2818c530f4'/>
<id>urn:sha1:343e2a07e4ea4cbfad4ff938a931fc2818c530f4</id>
<content type='text'>
Other Makefile cleanups as well.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtorrent: fix MAINTAINER</title>
<updated>2018-07-22T23:30:34Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2018-07-22T23:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b6a399fbfa5442bb95b4dbe57675457c2e1b8a15'/>
<id>urn:sha1:b6a399fbfa5442bb95b4dbe57675457c2e1b8a15</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;
</content>
</entry>
<entry>
<title>rtorrent: Update to 0.9.7</title>
<updated>2018-07-22T23:09:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-07-22T16:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7d5a934c97d9d1ad7f472eaefafc2ae30b6969fd'/>
<id>urn:sha1:7d5a934c97d9d1ad7f472eaefafc2ae30b6969fd</id>
<content type='text'>
Also switch to tarball. Should be faster.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtorrent: update to 0.9.6, disable ipv6</title>
<updated>2015-11-14T08:34:09Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2015-11-06T12:02:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b28a6201cf8028f68a354ea127cc1e519bec17bf'/>
<id>urn:sha1:b28a6201cf8028f68a354ea127cc1e519bec17bf</id>
<content type='text'>
Update rtorrent to 0.9.6.
Update patches.
Disable ipv6 in rtorrent, as ipv6 is disabled also in libtorrent.

Libtorrent compilation has been broken since #1181 got merged
and ipv6 got enabled. Users have seen issues like #1316 and #1804

IPv6 support in libtorrent &amp; rtorrent master is not complete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>rtorrent: respect IPv6 settings</title>
<updated>2015-05-21T06:13:35Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2015-04-23T13:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7343322bd09d898b55cf69cddb7fa434c3da9e00'/>
<id>urn:sha1:7343322bd09d898b55cf69cddb7fa434c3da9e00</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;openwrt@ryzhov-al.ru&gt;
</content>
</entry>
</feed>
