aboutsummaryrefslogtreecommitdiff
path: root/libs/libtorrent/patches
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>
* libtorrent: Switch to static library.Rosen Penev2019-09-09
| | | | | | | | | libtorrent is only used by rtorrent. Switch to a static library to save space. Removed libsigc++ dependency. It seems it's not needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtorrent: Update to 0.13.8Rosen Penev2019-07-22
| | | | | | | | Removed upstreamed patches. Small change to IPv6 configure flag. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtorrent: Update to 0.13.7Rosen Penev2018-07-22
| | | | | | | | | Switched to tarball. Should be faster. Codeload is used as the regular tarball is on the rtorrent github page with rtorrent's versioning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtorrent: add support for openssl 1.1Eneas U de Queiroz2018-05-23
| | | | | | Used a patch that was merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* 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: update to latest git HEADPeter Wagner2015-01-18
| | | | 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>