Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Sun, 15 Oct 2017 21:34:04
Message-Id: 1508103129.ba2bd6037f03559b49ee56462e0ffd0606d71aa8.asturm@gentoo
1 commit: ba2bd6037f03559b49ee56462e0ffd0606d71aa8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 21:17:05 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 21:32:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2bd603
7
8 net-libs/libtorrent-rasterbar: 1.1.5 version bump
9
10 Gentoo-bug: CVE-2017-9847
11 Package-Manager: Portage-2.3.11, Repoman-2.3.3
12
13 net-libs/libtorrent-rasterbar/Manifest | 1 +
14 .../libtorrent-rasterbar-1.1.5.ebuild | 102 +++++++++++++++++++++
15 2 files changed, 103 insertions(+)
16
17 diff --git a/net-libs/libtorrent-rasterbar/Manifest b/net-libs/libtorrent-rasterbar/Manifest
18 index 067d483624a..a283a0b1a89 100644
19 --- a/net-libs/libtorrent-rasterbar/Manifest
20 +++ b/net-libs/libtorrent-rasterbar/Manifest
21 @@ -4,3 +4,4 @@ DIST libtorrent-rasterbar-1.1.1.tar.gz 3641815 SHA256 f70c82367b0980460ef95aff3e
22 DIST libtorrent-rasterbar-1.1.2.tar.gz 3909420 SHA256 45e55f2374507bb67a9b9125f6b8d1c45e6cd33849c62b1d9cb56657354e359a SHA512 8cbf6b08bb21c6cbc3b5215a74ecdcce81e312484c688f2b20f95b7288d7f154e7f1337dd0c7d213687159d731bd4518166a964d6a1bda47dc2bd46115a55600 WHIRLPOOL ffd8f1afaece5762298fc8d3380ffe23ed79b5eb019e923d92fd408594054c2caf25e01b237b4cdc2c11181d93df6978301eecb44661378dc944dc89b3e6838a
23 DIST libtorrent-rasterbar-1.1.3.tar.gz 3912760 SHA256 44196a89932c26528f5db19289d0f0f4130730a61dccc61c9f1eac9ad3e881d8 SHA512 c9d45ceed5cb56b0d7eb7961c3e641158738c5587ef921d98c73b4918b6f1ae0b40e50792b5289062267cc023e36aaa1f64f0f58d363f59875864791434229a5 WHIRLPOOL 4feb345444583317541639f8b42a53026b8ee87d7060254c3e32ef50f697f1f37ee678b3529dae7614938b336a6e937bba4c37cd1a62255594ec4b2f97cf5192
24 DIST libtorrent-rasterbar-1.1.4.tar.gz 3917557 SHA256 ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6 SHA512 50f5dfffbd9e6ba21dbe328be17962f29088a326c2c2bf177e1137ed2900323b9a5bae75ee63635404928452f206c72dd4f9100438a6b802bd36b11430e51bc3 WHIRLPOOL f1231e97cdaf820910dafbaf83f9edadf3b70a8fadc71b370e9813d9b9893e6ee893fccfc71a20438ca0b138ac9035c220b656843e7af2755451bf6587f07fc5
25 +DIST libtorrent-rasterbar-1.1.5.tar.gz 3942894 SHA256 103134068389155a0f2bccaca72a57765460eb8188495089dcad280dcf426930 SHA512 d0e7fe944c8a396aaf79ce80c7513be07a855bc8a9eee3bca46ed83d5e190aaa5ea4dc9a8a7208e27e18ae8f15733e6e34eabd375f0bde43d4dc4607840782e7 WHIRLPOOL 1f78afceb67a69418d2afac915616812fe3a223c548ba2baf7e643fc5e63c79bd87998473ac4b6cab6ac0093d7f43ac91bcfba41c9d6ce0fc1ac46914fce74d2
26
27 diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5.ebuild
28 new file mode 100644
29 index 00000000000..86fa8d7e920
30 --- /dev/null
31 +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5.ebuild
32 @@ -0,0 +1,102 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
39 +PYTHON_REQ_USE="threads"
40 +DISTUTILS_OPTIONAL=true
41 +DISTUTILS_IN_SOURCE_BUILD=true
42 +
43 +inherit distutils-r1 eutils versionator
44 +
45 +MY_PV=$(replace_all_version_separators _)
46 +
47 +DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability"
48 +HOMEPAGE="http://libtorrent.org"
49 +SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_PV}/${P}.tar.gz"
50 +
51 +LICENSE="BSD"
52 +SLOT="0/9"
53 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
54 +IUSE="debug +dht doc examples libressl python +ssl static-libs test"
55 +
56 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
57 +
58 +RDEPEND="
59 + dev-libs/boost:=[threads]
60 + virtual/libiconv
61 + examples? ( !net-p2p/mldonkey )
62 + python? (
63 + ${PYTHON_DEPS}
64 + dev-libs/boost:=[python,${PYTHON_USEDEP}]
65 + )
66 + ssl? (
67 + !libressl? ( dev-libs/openssl:0= )
68 + libressl? ( dev-libs/libressl:= )
69 + )
70 +"
71 +DEPEND="${RDEPEND}
72 + sys-devel/libtool
73 +"
74 +
75 +src_prepare() {
76 + default
77 +
78 + # bug 578026
79 + # prepend -L${S}/... to ensure bindings link against the lib we just built
80 + sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/link_flags.in || die
81 +
82 + # prepend -I${S}/... to ensure bindings use the right headers
83 + sed -i -e "s|^|-I${S}/src/include |" bindings/python/compile_flags.in || die
84 +
85 + use python && distutils-r1_src_prepare
86 +}
87 +
88 +src_configure() {
89 + local myeconfargs=(
90 + $(use_enable debug)
91 + $(use_enable debug logging)
92 + $(use_enable debug disk-stats)
93 + $(use_enable dht dht $(usex debug logging yes))
94 + $(use_enable examples)
95 + $(use_enable ssl encryption)
96 + $(use_enable static-libs static)
97 + $(use_enable test tests)
98 + --with-libiconv
99 + )
100 + econf "${myeconfargs[@]}"
101 +
102 + if use python; then
103 + python_configure() {
104 + econf "${myeconfargs[@]}" \
105 + --enable-python-binding \
106 + --with-boost-python="${EPYTHON#python}"
107 + }
108 + distutils-r1_src_configure
109 + fi
110 +}
111 +
112 +src_compile() {
113 + default
114 +
115 + python_compile() {
116 + cd "${BUILD_DIR}/../bindings/python" || die
117 + distutils-r1_python_compile
118 + }
119 + use python && distutils-r1_src_compile
120 +}
121 +
122 +src_install() {
123 + use doc && HTML_DOCS+=( "${S}"/docs )
124 +
125 + default
126 +
127 + python_install() {
128 + cd "${BUILD_DIR}/../bindings/python" || die
129 + distutils-r1_python_install
130 + }
131 + use python && distutils-r1_src_install
132 +
133 + prune_libtool_files
134 +}