net-libs / libtorrent

BitTorrent library written in C++ for *nix

Official package sites : https://rakshasa.github.io/rtorrent/ ·

v0.13.8-r3 :: 0 :: gentoo

Modified
License
GPL-2
Keywords
amd64 arm64 ppc64 x86 ~amd64-linux ~arm ~hppa ~mips ~ppc ~ppc-macos ~riscv ~sparc ~x64-macos ~x64-solaris ~x86-linux
USE flags
debug ssl

General

debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
ssl
Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-util / cppunit : C++ port of the famous JUnit framework for unit testing

sys-libs / zlib : Standard (de)compression library

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-util / cppunit : C++ port of the famous JUnit framework for unit testing

sys-libs / zlib : Standard (de)compression library

net-p2p / rtorrent : BitTorrent Client using libtorrent

919034
net-libs/libtorrent-0.13.8-r3 - [clang] block_list.cc: error: no member named mem_fun_ref in namespace std
939026
net-libs/libtorrent-0.13.8-r3 - [ncurses-6.5] [llvm] ../.../functional.h: error: no template named binary_function in
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
net-libs/libtorrent: Stabilize 0.13.8-r3 arm64, #922251
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-libs/libtorrent: Stabilize 0.13.8-r3 ppc64, #921281
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-libs/libtorrent: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/899566 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
net-libs/libtorrent: [QA] update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/740698 Closes: https://bugs.gentoo.org/836085 Signed-off-by: David Seifert <soap@gentoo.org>
David Seifert · gentoo
net-libs/libtorrent: drop 0.13.7, 0.13.7-r1
Closes: https://bugs.gentoo.org/623822 Closes: https://bugs.gentoo.org/629726 Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
net-libs/libtorrent: Keyword 0.13.8-r1 riscv, #840589
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Jakov Smolić · gentoo
net-libs/libtorrent: Keyword 0.13.8-r1 mips, #840589
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
net-libs/libtorrent: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-libs/libtorrent: autotools--
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
net-libs/libtorrent: revbump 0.13.8 due to RDEPEND change
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Daniel M. Weeks · gentoo
net-libs/libtorrent: cppunit to RDEPEND, add subslot
Closes: https://bugs.gentoo.org/773340 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks <dan@danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/19796 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
net-libs/libtorrent: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-libs/libtorrent: arm64 keyworded (bug #731292)
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-libs/libtorrent: x86 stable wrt bug #702424
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-libs/libtorrent: amd64 stable wrt bug #702424
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
net-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Stephen Shkardoon · gentoo
net-libs/libtorrent: Add version 0.13.8 ebuild
Also removes dependency on dev-libs/libsigc++ Bug: https://bugs.gentoo.org/687996 Signed-off-by: Stephen Shkardoon <ss23@ss23.geek.nz> Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Benda Xu · gentoo
Drop arm-linux keyword from tree.
"arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Stephen Shkardoon · gentoo
net-libs/libtorrent: remove old version 0.13.6.*
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Michał Górny · gentoo
net-libs/libtorrent: 0.13.7-r1 x86 stable, bug #663012
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/libtorrent: amd64 stable
Gentoo-bug: 663012 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Stephen Shkardoon · gentoo
net-libs/libtorrent: Fix configure checks to allow cross compiling
Already patched in upstream: https://github.com/rakshasa/libtorrent/pull/174 https://github.com/rakshasa/libtorrent/pull/175 Closes: https://bugs.gentoo.org/show_bug.cgi?id=446184 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Stephen Shkardoon · gentoo
net-libs/libtorrent: version bump to 0.13.7
Remove IPv6 USE flag, as this is no longer compile time configurable Package-Manager: Portage-2.3.40, Repoman-2.3.9
Stephen Shkardoon · gentoo
net-libs/libtorrent: clarify openssl <1.1 requirement
Bug: https://bugs.gentoo.org/655696 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Stephen Shkardoon · gentoo
net-libs/libtorrent: support openssl-1.1
Closes: https://bugs.gentoo.org/655696 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Sergei Trofimovich · gentoo
net-libs/libtorrent: stable 0.13.6-r1 for ppc64, bug #636348
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc64"
Sergei Trofimovich · gentoo
net-libs/libtorrent: stable 0.13.6-r1 for ppc, bug #636348
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc"
Sergei Trofimovich · gentoo
net-libs/libtorrent: stable 0.13.6-r1 for sparc, bug #636348 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
Jason Zaman · gentoo
net-libs/libtorrent: 0.13.6-r1 stable on amd64 and x86
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Jason Zaman · gentoo
net-libs/libtorrent: fix undefined __sync_add_and_fetch_8 (bug 518582)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Jason Zaman · gentoo
net-libs/libtorrent: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Jeroen Roovers · gentoo
net-libs/libtorrent: Stable for HPPA (bug #522706).
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Jeroen Roovers · gentoo
net-libs/libtorrent: Stable for PPC64 (bug #522706).
Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
Pacho Ramos · gentoo
net-libs/libtorrent: x86 stable, bug #522706
Package-Manager: portage-2.2.26
Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675
Agostino Sarubbo · gentoo
net-libs/libtorrent: ppc stable wrt bug #522706
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
net-libs/libtorrent: amd64 stable wrt bug #522706
Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Jason Zaman · gentoo
Merge remote-tracking branch 'github/pr/260'
Anthony Ryan · gentoo
net-p2p/rtorrent: version bump 0.9.6
* Bumped net-libs/libtorrent (required bump by dependency) * Updated the HOMEPAGE and SRC_URI due to changes upstream * [Repoman] Bumped EAPI, copyright and added slot operators * Added additional metadata and fixed indentation of metadata.xml * Added missing test dependency for libtorrent * Removed posix_falloc test override (resolved upstream) * Initial LibreSSL support Fixes https://bugs.gentoo.org/562830
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed