Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Mon, 19 Jun 2017 10:35:43
Message-Id: 1497868520.d73891e8c36797684cf8dad8d9c04fd0ea0209e8.titanofold@gentoo
1 commit: d73891e8c36797684cf8dad8d9c04fd0ea0209e8
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 10:35:20 2017 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 10:35:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73891e8
7
8 mail-client/roundcube: Remove Insecure 1.2.4
9
10 Bug: 618322
11
12 Package-Manager: Portage-2.3.5, Repoman-2.3.1
13
14 mail-client/roundcube/Manifest | 1 -
15 mail-client/roundcube/roundcube-1.2.4.ebuild | 74 ----------------------------
16 2 files changed, 75 deletions(-)
17
18 diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
19 index 06b5d280b83..1d0c536a930 100644
20 --- a/mail-client/roundcube/Manifest
21 +++ b/mail-client/roundcube/Manifest
22 @@ -1,2 +1 @@
23 -DIST roundcubemail-1.2.4.tar.gz 3602288 SHA256 76b52a6405e0fc36b6829bf21200badbc681b18c95c7b3d9098e90f9de7ed9cc SHA512 299ab90d6dba9325efdea2e0498e4345e13c78fd8b85e0848827e5127e4cf210e66327ad264f5609373d9de2237cf396907dcb9cc2901c13e18899e4233a3c77 WHIRLPOOL 99788f7a1852e94a304a62dcd3ad400bff4b20bc68285d09cdce480ecd39ff4306f04b1d9795f8983577c63ebf83ac887fba1e695870a2218379bcf71ec0fef7
24 DIST roundcubemail-1.2.5.tar.gz 3602701 SHA256 9c4d65951cc636d0e2e2296bfdf55fb53e23a4611fa96f17fb5d354db91bec38 SHA512 8f17c8222a59123e438a3683e5f2fbfef28c966899a271a2a11c25535e7188ff57846847108190a4d20ff53eccd10a2a7e88e8a5f958e9bc38c69e53824e7928 WHIRLPOOL 48bfc729da9e9ceb88a5125e7d713016b48986eb8debb21a2d92404011361ceddc536871b21acbe1094d4be365727a6f15a0c66433736fb34879a55aba009528
25
26 diff --git a/mail-client/roundcube/roundcube-1.2.4.ebuild b/mail-client/roundcube/roundcube-1.2.4.ebuild
27 deleted file mode 100644
28 index 4ce1abb11e7..00000000000
29 --- a/mail-client/roundcube/roundcube-1.2.4.ebuild
30 +++ /dev/null
31 @@ -1,74 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -
37 -inherit webapp
38 -
39 -MY_PN=${PN}mail
40 -MY_P=${MY_PN}-${PV/_/-}
41 -
42 -DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
43 -HOMEPAGE="https://roundcube.net"
44 -SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV/_/-}/${MY_P}.tar.gz"
45 -
46 -# roundcube is GPL-licensed, the rest of the licenses here are
47 -# for bundled PEAR components, googiespell and utf8.class.php
48 -LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
49 -KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
50 -
51 -IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
52 -REQUIRED_USE="|| ( mysql postgres sqlite )"
53 -
54 -# this function only sets DEPEND so we need to include that in RDEPEND
55 -need_httpd_cgi
56 -
57 -RDEPEND="
58 - ${DEPEND}
59 - >=dev-lang/php-5.3.7[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,sqlite?,ssl?,unicode,xml]
60 - >=dev-php/PEAR-Auth_SASL-1.0.6
61 - >=dev-php/PEAR-Mail_Mime-1.8.9
62 - >=dev-php/PEAR-Mail_mimeDecode-1.5.5
63 - >=dev-php/PEAR-Net_IDNA2-0.1.1
64 - >=dev-php/PEAR-Net_SMTP-1.6.2
65 - virtual/httpd-php
66 - enigma? ( >=dev-php/PEAR-Crypt_GPG-1.4.0 app-crypt/gnupg )
67 - ldap? ( >=dev-php/PEAR-Net_LDAP2-2.0.12 dev-php/PEAR-Net_LDAP3 )
68 - managesieve? ( >=dev-php/PEAR-Net_Sieve-1.3.2 )
69 - mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
70 - spell? ( dev-lang/php[curl,spell] )
71 -"
72 -
73 -S=${WORKDIR}/${MY_P}
74 -
75 -src_install() {
76 - webapp_src_preinst
77 - dodoc CHANGELOG INSTALL README.md UPGRADING
78 -
79 - insinto "${MY_HTDOCSDIR}"
80 - doins -r [[:lower:]]* SQL
81 - doins .htaccess
82 -
83 - webapp_serverowned "${MY_HTDOCSDIR}"/logs
84 - webapp_serverowned "${MY_HTDOCSDIR}"/temp
85 -
86 - webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
87 - webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
88 - webapp_src_install
89 -}
90 -
91 -pkg_postinst() {
92 - webapp_pkg_postinst
93 -
94 - ewarn
95 - ewarn "When upgrading from <= 0.9, note that the old configuration files"
96 - ewarn "named main.inc.php and db.inc.php are deprecated and should be"
97 - ewarn "replaced with one single config.inc.php file."
98 - ewarn
99 - ewarn "Run the ./bin/update.sh script to convert those"
100 - ewarn "or manually merge the files."
101 - ewarn
102 - ewarn "The new config.inc.php should only contain options that"
103 - ewarn "differ from the ones listed in defaults.inc.php."
104 - ewarn
105 -}