<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/rtorrent, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-09-16T15:35:19Z</updated>
<entry>
<title>rtorrent: use ATOMIC64_DEPENDS</title>
<updated>2026-09-16T15:35:19Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-09-10T12:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cc100f7a59b29605d5b76ded83810b3382f84aec'/>
<id>urn:sha1:cc100f7a59b29605d5b76ded83810b3382f84aec</id>
<content type='text'>
libatomic is only needed where the compiler does not inline 64-bit
atomics, but the package depends on it on every target.
ATOMIC64_DEPENDS restricts the dependency to those targets.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>rtorrent: stop discarding the target build flags</title>
<updated>2026-09-15T17:08:44Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-09-14T15:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d2a2e7b8dc1ed2dc2f962d0e87b383d653e3ff50'/>
<id>urn:sha1:d2a2e7b8dc1ed2dc2f962d0e87b383d653e3ff50</id>
<content type='text'>
CONFIGURE_VARS is assigned rather than appended to, which discards the
default from package-defaults.mk: the cross compiler settings and the
CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS the build system passes. The
client is configured with autoconf's own -g -O2 and built for the
toolchain's default architecture instead, without the target CPU flags,
the hardening flags and -ffile-prefix-map.

Fixes: 6d9d87166017 ("rtorrent: update to 0.15.3")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<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-03.infra.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-03.infra.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>libtorrent: update to 0.15.3</title>
<updated>2025-05-19T01:50:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-05-04T22:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=13a058bed6c02218b2a353a27b56417a3eac0bd4'/>
<id>urn:sha1:13a058bed6c02218b2a353a27b56417a3eac0bd4</id>
<content type='text'>
Add patch to allow rtorrent to link statically.

Aligned is no longer needed with C++17.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@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-03.infra.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-03.infra.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-03.infra.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-03.infra.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>
</feed>
