aboutsummaryrefslogtreecommitdiff
path: root/net/rtorrent
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | 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 <ilya.lipnitskiy@gmail.com>
* rtorrent: Switch to using static libtorrentRosen Penev2019-09-09
| | | | | | | | rtorrent is the only user of libtorrent. Statically link to save space. Added usleep patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtorrent: Update to 0.9.8Rosen Penev2019-07-22
| | | | | | | | Switch to codeload. A lot simpler. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtorrent: Enable IPv6 supportRosen Penev2019-07-01
| | | | | | Other Makefile cleanups as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtorrent: fix MAINTAINERPeter Wagner2018-07-23
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* rtorrent: Update to 0.9.7Rosen Penev2018-07-22
| | | | | | Also switch to tarball. Should be faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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 <champetier.etienne@gmail.com>
* rtorrent: update to 0.9.6, disable ipv6Hannu Nyman2015-11-14
| | | | | | | | | | | | | | | | | 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 & 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 <hannu.nyman@iki.fi>
* rtorrent: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* rtorrent: remove manual autoconf invocationJo-Philipp Wich2015-02-07
| | | | | | | | | | | | | | | | | The Makefile already uses the proper autoreconf fixup but leaves a manual autoconf invocation in place. The bad autoconf call leads to the following build error in the SDK: ( cd .../rtorrent-0.9.4-git; ./autogen.sh ); aclocal... autoheader... libtoolize... libtoolize nor glibtoolize not found make[2]: *** [.../rtorrent-0.9.4-git/.configured_] Error 1 Remove the entire Build/Configure override to let rtorrent build correctly. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* rtorrent: update to git HEADPeter Wagner2015-01-18
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* rtorrent: enable rtorrent-rpc variant, update license infoTed Hess2014-09-29
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* rtorrent: missing LDFLAGJohn Crispin2014-07-17
| | | | | | libtorrent requires zlib to be linked Signed-off-by: John Crispin <blogic@openwrt.org>
* Disable various plugins with mising dependenciesSteven Barth2014-07-18
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* rtorrent: import from packages and update to 0.9.4Peter Wagner2014-06-16
libtorrent: import from packages and update to 0.13.4 Signed-off-by: Peter Wagner <tripolar@gmx.at>