summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-09-15 07:01:27 +0000
committerAlex Legler <a3li@gentoo.org>2009-09-15 07:01:27 +0000
commit3507641e323764723f6a74517b066a63c991c3b1 (patch)
tree86be07753e2790e5cbe19d2d8ce86721b8db2469 /www-apps
parentUpdated to build and install the missing .so shared lib files. (diff)
downloadgentoo-2-3507641e323764723f6a74517b066a63c991c3b1.tar.gz
gentoo-2-3507641e323764723f6a74517b066a63c991c3b1.tar.bz2
gentoo-2-3507641e323764723f6a74517b066a63c991c3b1.zip
Non-maintainer commit: Version bump for security bug 285052.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/horde/ChangeLog7
-rw-r--r--www-apps/horde/horde-3.3.5.ebuild36
2 files changed, 42 insertions, 1 deletions
diff --git a/www-apps/horde/ChangeLog b/www-apps/horde/ChangeLog
index cf82715efea4..ec195166fcf3 100644
--- a/www-apps/horde/ChangeLog
+++ b/www-apps/horde/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-apps/horde
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.85 2009/09/12 16:37:24 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.86 2009/09/15 07:01:27 a3li Exp $
+
+*horde-3.3.5 (15 Sep 2009)
+
+ 15 Sep 2009; Alex Legler <a3li@gentoo.org> +horde-3.3.5.ebuild:
+ Non-maintainer commit: Version bump for security bug 285052.
12 Sep 2009; Alex Legler <a3li@gentoo.org> -horde-3.1.9.ebuild,
-horde-3.2.2.ebuild:
diff --git a/www-apps/horde/horde-3.3.5.ebuild b/www-apps/horde/horde-3.3.5.ebuild
new file mode 100644
index 000000000000..bf544d57fb41
--- /dev/null
+++ b/www-apps/horde/horde-3.3.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.3.5.ebuild,v 1.1 2009/09/15 07:01:27 a3li Exp $
+
+HORDE_PHP_FEATURES="session xml"
+
+inherit horde
+
+DESCRIPTION="Horde Application Framework"
+HOMEPAGE="http://www.horde.org/"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="mysql"
+
+DEPEND=""
+RDEPEND="virtual/php
+ >=sys-devel/gettext-0.10.40
+ >=dev-libs/libxml2-2.4.21
+ >=www-apps/horde-pear-1.3
+ dev-php/PEAR-Log
+ dev-php/PEAR-Mail_Mime
+ mysql? ( dev-php/PEAR-DB )"
+
+src_unpack() {
+ horde_src_unpack
+ cd "${S}"
+ chmod 600 scripts/sql/create.*.sql #137510
+}
+
+pkg_postinst() {
+ horde_pkg_postinst
+ elog "Horde requires PHP to have:"
+ elog " ==> 'short_open_tag enabled = On'"
+ elog " ==> 'magic_quotes_runtime set = Off'"
+ elog " ==> 'file_uploads enabled = On'"
+}