Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/horde-groupware: ChangeLog horde-groupware-1.2.3.ebuild horde-groupware-1.1.3.ebuild horde-groupware-1.2.ebuild horde-groupware-1.0.7.ebuild
Date: Mon, 24 Aug 2009 13:56:59
Message-Id: E1Mfa2a-000449-NF@stork.gentoo.org
1 a3li 09/08/24 13:56:56
2
3 Modified: ChangeLog
4 Added: horde-groupware-1.2.3.ebuild
5 Removed: horde-groupware-1.1.3.ebuild
6 horde-groupware-1.2.ebuild
7 horde-groupware-1.0.7.ebuild
8 Log:
9 Non-maintainer commit: Version bump for security bug 262978. Removing vulnerable versions.
10 (Portage version: 2.2_rc33/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.8 www-apps/horde-groupware/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-groupware/ChangeLog?rev=1.8&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-groupware/ChangeLog?rev=1.8&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-groupware/ChangeLog?r1=1.7&r2=1.8
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-groupware/ChangeLog,v
22 retrieving revision 1.7
23 retrieving revision 1.8
24 diff -u -r1.7 -r1.8
25 --- ChangeLog 27 Oct 2008 21:19:13 -0000 1.7
26 +++ ChangeLog 24 Aug 2009 13:56:56 -0000 1.8
27 @@ -1,6 +1,14 @@
28 # ChangeLog for www-apps/horde-groupware
29 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-groupware/ChangeLog,v 1.7 2008/10/27 21:19:13 wrobel Exp $
31 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-groupware/ChangeLog,v 1.8 2009/08/24 13:56:56 a3li Exp $
33 +
34 +*horde-groupware-1.2.3 (24 Aug 2009)
35 +
36 + 24 Aug 2009; Alex Legler <a3li@g.o> -horde-groupware-1.0.7.ebuild,
37 + -horde-groupware-1.1.3.ebuild, -horde-groupware-1.2.ebuild,
38 + +horde-groupware-1.2.3.ebuild:
39 + Non-maintainer commit: Version bump for security bug 262978. Removing
40 + vulnerable versions.
41
42 *horde-groupware-1.2 (27 Oct 2008)
43
44
45
46
47 1.1 www-apps/horde-groupware/horde-groupware-1.2.3.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-groupware/horde-groupware-1.2.3.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-groupware/horde-groupware-1.2.3.ebuild?rev=1.1&content-type=text/plain
51
52 Index: horde-groupware-1.2.3.ebuild
53 ===================================================================
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/www-apps/horde-groupware/horde-groupware-1.2.3.ebuild,v 1.1 2009/08/24 13:56:56 a3li Exp $
57
58 HORDE_PN="${PN}"
59
60 HORDE_APPLICATIONS="kronolith mnemo nag turba"
61
62 inherit horde
63
64 DESCRIPTION="Horde GroupWare"
65 HOMEPAGE="http://www.horde.org/"
66
67 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
68 IUSE="mysql postgres ldap oracle"
69
70 DEPEND=""
71 RDEPEND="!www-apps/horde
72 virtual/php
73 >=www-apps/horde-pear-1.3
74 dev-php/PEAR-Log
75 dev-php/PEAR-Mail_Mime
76 dev-php/PEAR-DB"
77
78 pkg_setup() {
79 HORDE_PHP_FEATURES="
80 session xml nls crypt iconv gd ssl ftp
81 $(use ldap && echo ldap) $(use oracle && echo oci8)
82 $(use mysql && echo mysql mysqli) $(use postgres && echo postgres)
83 "
84 horde_pkg_setup
85 }
86
87 src_unpack() {
88 horde_src_unpack
89 cd "${S}"
90 chmod 600 scripts/sql/create.*.sql #137510
91 }
92
93 pkg_postinst() {
94 horde_pkg_postinst
95 elog "Horde requires PHP to have:"
96 elog " ==> 'short_open_tag enabled = On'"
97 elog " ==> 'magic_quotes_runtime set = Off'"
98 elog " ==> 'file_uploads enabled = On'"
99 }