aboutsummaryrefslogtreecommitdiff
path: root/libs/libtorrent
Commit message (Collapse)AuthorAge
* 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>
* libtorrent: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* libs: Fix typos (found by codespell)Stefan Weil2016-04-13
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hackHannu Nyman2015-11-14
| | | | | | | | | | | | | | | | | | | | Fix libtorrent compilation by: * Disable ipv6 * Remove the problematic patches/120-... ipv6 hack at the same time, as it is a 5-year old hack to fix one ipv6 problem. * Update libtorrent to git master HEAD (0.13.6). Libtorrent compilation has been broken due to patches/120-... since #1181 got merged and ipv6 got enabled. Users have seen issues like #1316 and #1804 IPv6 support in libtorrent master is not compelete. 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>
* libtorrent: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* libtorrent: 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: configure.ac:3: installing `./config.guess' configure.ac:3: installing `./config.sub' configure.ac:20: installing `./install-sh' configure.ac:20: installing `./missing' src/Makefile.am: installing `./depcomp' autoreconf: Leaving directory `.' aclocal... autoheader... libtoolize... libtoolize nor glibtoolize not found make[2]: *** [.../.configured_] Error 1 Remove the entire Build/Configure override to let libtorrent build correctly. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* libtorrent: update to latest git HEADPeter Wagner2015-01-18
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* 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>