Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
Date: Wed, 21 Sep 2016 19:48:06
Message-Id: 1474487204.9cbecf1d2a8341d93b2b112eb60522badd373f93.prometheanfire@gentoo
1 commit: 9cbecf1d2a8341d93b2b112eb60522badd373f93
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 19:46:44 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 19:46:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbecf1d
7
8 net-irc/irssi: bup for CVE-2016-7044 CVE-2016-7045
9
10 Package-Manager: portage-2.2.28
11
12 net-irc/irssi/Manifest | 1 +
13 net-irc/irssi/irssi-0.8.20.ebuild | 72 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 73 insertions(+)
15
16 diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
17 index 497cbfd..4a4d297 100644
18 --- a/net-irc/irssi/Manifest
19 +++ b/net-irc/irssi/Manifest
20 @@ -1,3 +1,4 @@
21 DIST irssi-0.8.17.tar.bz2 1102196 SHA256 3c9600cad2edf58f1d012febc1a0ba844274df6e331c01a9e935467705166807 SHA512 e3d9b130c46e6977400f5a75374cf3e32d5a6e6907b2fd4c920463b5413575708b094c9fa38151997a120ce581de26092424296510ca93b3eee7b0844be45953 WHIRLPOOL 497e1c4f8a84932f84cdf05bdcc8493f27edfd2070f07c760fa91fc1a967958e3bb48b0cc2d9b22640670d770ffb6dc8035e8bd636a0f966cd675d1636907ee3
22 DIST irssi-0.8.18.tar.xz 1004856 SHA256 c0a177f749757c2d171ebe49ab0f0dd9cf9374dea81ab01904d0549bcb057840 SHA512 9b1abd7777b89a89cb1bf562193919398d765757639efca5ad12b38feaad96b98e2b0bbeb665ac0994c4f2ff9abbff7a7a8bee0daab2b0ea0beb73f82edc30e0 WHIRLPOOL 40bb726cef07fdad749fd8ae2474ff993ab6c8b275cf4f3a537e997333fdb4f798db50c751956818f4190e2f313b78f66508631d6995ecab76f7c93be01f5abd
23 DIST irssi-0.8.19.tar.xz 1006140 SHA256 4ca0040548e814ea93eb7d602ab7d6d379afcbbdf10e84160523ce69c73ee5d3 SHA512 45578a33b408ebf7d896b9576dffc4ca95897933be50cc1c2fcb8988a6ad86a10087fba5f74f0a2eb1d615fb3f30e57500f5175ef2dbada1de5a33b20abacb61 WHIRLPOOL cd95ab0abb7ce95772c823bb7022f12c97b4d9878ed256353550520496c3bc4a03df0964c2b0c104b5e4717f375cccef7e60d74e80410a2c19d1abb85723e571
24 +DIST irssi-0.8.20.tar.xz 1007252 SHA256 7882c4e821f5aac469c5e69e69d7e235f4986101285c675e81a9a95bfb20505a SHA512 ace39022a3e7461fc33cbd0e8c6635aa84c67fc4f6364b66747f860a4538a4b17bbd677e342fbfa9ae7e97783745f8d7dab350a27330ce14f1702386231296b1 WHIRLPOOL 3a50767aebed4dbd7fea7639af688cbc6cd2b57a7bae9ab398d277471dbea3491d918c46cf0c05ff48db69b79117c0d733dfe06c2bc0b9bbfce699eb0fdcff37
25
26 diff --git a/net-irc/irssi/irssi-0.8.20.ebuild b/net-irc/irssi/irssi-0.8.20.ebuild
27 new file mode 100644
28 index 00000000..71b1fc6
29 --- /dev/null
30 +++ b/net-irc/irssi/irssi-0.8.20.ebuild
31 @@ -0,0 +1,72 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="6"
37 +
38 +inherit autotools eutils flag-o-matic perl-module toolchain-funcs
39 +
40 +# Keep for _rc compability
41 +MY_P="${P/_/-}"
42 +
43 +DESCRIPTION="A modular textUI IRC client with IPv6 support"
44 +HOMEPAGE="http://irssi.org/"
45 +SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.xz"
46 +
47 +LICENSE="GPL-2"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 +IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl"
51 +
52 +CDEPEND="sys-libs/ncurses:0=
53 + >=dev-libs/glib-2.6.0
54 + ssl? (
55 + !libressl? ( dev-libs/openssl:= )
56 + libressl? ( dev-libs/libressl:= )
57 + )
58 + perl? ( dev-lang/perl:= )
59 + socks5? ( >=net-proxy/dante-1.1.18 )"
60 +
61 +DEPEND="
62 + ${CDEPEND}
63 + virtual/pkgconfig"
64 +
65 +RDEPEND="
66 + ${CDEPEND}
67 + selinux? ( sec-policy/selinux-irc )
68 + perl? ( !net-im/silc-client )"
69 +
70 +RESTRICT="test"
71 +
72 +S="${WORKDIR}/${MY_P}"
73 +
74 +src_prepare() {
75 + pushd m4 > /dev/null || die
76 + eapply "${FILESDIR}/${PN}-0.8.15-tinfo.patch"
77 + popd > /dev/null || die
78 + eapply_user
79 + eautoreconf
80 +}
81 +
82 +src_configure() {
83 + econf \
84 + --with-ncurses="${EPREFIX}"/usr \
85 + --with-perl-lib=vendor \
86 + --enable-static \
87 + --enable-true-color \
88 + $(use_with proxy) \
89 + $(use_with perl) \
90 + $(use_with socks5 socks) \
91 + $(use_enable ssl) \
92 + $(use_enable ipv6)
93 +}
94 +
95 +src_install() {
96 + emake DESTDIR="${D}" install
97 +
98 + use perl && perl_delete_localpod
99 +
100 + prune_libtool_files --modules
101 +
102 + dodoc AUTHORS ChangeLog README.md TODO NEWS
103 +}