diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-02 04:15:07 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-02 04:15:07 +0000 |
commit | 57ab737492e06289cecb3a8d2efa3aba773570c5 (patch) | |
tree | cc3c647c0c8dd93bb59f596b16fc931ec27142fb /www-apps | |
parent | Removed insecure phpmyadmin-2.11.9.1 (sec issue #238592). (diff) | |
download | gentoo-2-57ab737492e06289cecb3a8d2efa3aba773570c5.tar.gz gentoo-2-57ab737492e06289cecb3a8d2efa3aba773570c5.tar.bz2 gentoo-2-57ab737492e06289cecb3a8d2efa3aba773570c5.zip |
Removed insecure horde-3.1.8 (#237362).
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/horde/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/horde/horde-3.1.8.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/www-apps/horde/ChangeLog b/www-apps/horde/ChangeLog index 44cfd98b3b1d..477d85b44b93 100644 --- a/www-apps/horde/ChangeLog +++ b/www-apps/horde/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/horde # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.75 2008/09/19 18:52:47 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.76 2008/10/02 04:15:07 wrobel Exp $ + + 02 Oct 2008; wrobel@gentoo.org -horde-3.1.8.ebuild: + Removed insecure horde-3.1.8 (#237362). 19 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> horde-3.1.9.ebuild: ppc stable, bug #237362 diff --git a/www-apps/horde/horde-3.1.8.ebuild b/www-apps/horde/horde-3.1.8.ebuild deleted file mode 100644 index 54236028a36e..000000000000 --- a/www-apps/horde/horde-3.1.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.1.8.ebuild,v 1.6 2008/07/06 19:19:43 maekke 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'" -} |