summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-08-24 13:56:56 +0000
committerAlex Legler <a3li@gentoo.org>2009-08-24 13:56:56 +0000
commit9569deb27403abc1aba6a917d58e04f782cf1475 (patch)
tree512ebb8c8b26eba9e9ee293fbfb97849937ee13f /www-apps
parentRename thunar-media-tags to thunar-media-tags-plugin. (diff)
downloadgentoo-2-9569deb27403abc1aba6a917d58e04f782cf1475.tar.gz
gentoo-2-9569deb27403abc1aba6a917d58e04f782cf1475.tar.bz2
gentoo-2-9569deb27403abc1aba6a917d58e04f782cf1475.zip
Non-maintainer commit: Version bump for security bug 262978. Removing vulnerable versions.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/horde-groupware/ChangeLog12
-rw-r--r--www-apps/horde-groupware/horde-groupware-1.0.7.ebuild46
-rw-r--r--www-apps/horde-groupware/horde-groupware-1.1.3.ebuild46
-rw-r--r--www-apps/horde-groupware/horde-groupware-1.2.3.ebuild (renamed from www-apps/horde-groupware/horde-groupware-1.2.ebuild)4
4 files changed, 12 insertions, 96 deletions
diff --git a/www-apps/horde-groupware/ChangeLog b/www-apps/horde-groupware/ChangeLog
index 537f342426e8..986adfa28634 100644
--- a/www-apps/horde-groupware/ChangeLog
+++ b/www-apps/horde-groupware/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for www-apps/horde-groupware
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-groupware/ChangeLog,v 1.7 2008/10/27 21:19:13 wrobel Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-groupware/ChangeLog,v 1.8 2009/08/24 13:56:56 a3li Exp $
+
+*horde-groupware-1.2.3 (24 Aug 2009)
+
+ 24 Aug 2009; Alex Legler <a3li@gentoo.org> -horde-groupware-1.0.7.ebuild,
+ -horde-groupware-1.1.3.ebuild, -horde-groupware-1.2.ebuild,
+ +horde-groupware-1.2.3.ebuild:
+ Non-maintainer commit: Version bump for security bug 262978. Removing
+ vulnerable versions.
*horde-groupware-1.2 (27 Oct 2008)
diff --git a/www-apps/horde-groupware/horde-groupware-1.0.7.ebuild b/www-apps/horde-groupware/horde-groupware-1.0.7.ebuild
deleted file mode 100644
index 5ea2e03259f0..000000000000
--- a/www-apps/horde-groupware/horde-groupware-1.0.7.ebuild
+++ /dev/null
@@ -1,46 +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-groupware/horde-groupware-1.0.7.ebuild,v 1.1 2008/09/15 12:25:20 wrobel Exp $
-
-HORDE_PN="${PN}"
-
-HORDE_APPLICATIONS="kronolith mnemo nag turba"
-
-inherit horde
-
-DESCRIPTION="Horde GroupWare"
-HOMEPAGE="http://www.horde.org/"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="mysql postgres ldap oracle"
-
-DEPEND=""
-RDEPEND="!www-apps/horde
- virtual/php
- >=www-apps/horde-pear-1.3
- dev-php/PEAR-Log
- dev-php/PEAR-Mail_Mime
- dev-php/PEAR-DB"
-
-pkg_setup() {
- HORDE_PHP_FEATURES="
- session xml nls crypt iconv gd ssl ftp
- $(use ldap && echo ldap) $(use oracle && echo oci8)
- $(use mysql && echo mysql mysqli) $(use postgres && echo postgres)
- "
- horde_pkg_setup
-}
-
-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'"
-}
diff --git a/www-apps/horde-groupware/horde-groupware-1.1.3.ebuild b/www-apps/horde-groupware/horde-groupware-1.1.3.ebuild
deleted file mode 100644
index 9f52dbc924c0..000000000000
--- a/www-apps/horde-groupware/horde-groupware-1.1.3.ebuild
+++ /dev/null
@@ -1,46 +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-groupware/horde-groupware-1.1.3.ebuild,v 1.1 2008/09/15 12:25:20 wrobel Exp $
-
-HORDE_PN="${PN}"
-
-HORDE_APPLICATIONS="kronolith mnemo nag turba"
-
-inherit horde
-
-DESCRIPTION="Horde GroupWare"
-HOMEPAGE="http://www.horde.org/"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="mysql postgres ldap oracle"
-
-DEPEND=""
-RDEPEND="!www-apps/horde
- virtual/php
- >=www-apps/horde-pear-1.3
- dev-php/PEAR-Log
- dev-php/PEAR-Mail_Mime
- dev-php/PEAR-DB"
-
-pkg_setup() {
- HORDE_PHP_FEATURES="
- session xml nls crypt iconv gd ssl ftp
- $(use ldap && echo ldap) $(use oracle && echo oci8)
- $(use mysql && echo mysql mysqli) $(use postgres && echo postgres)
- "
- horde_pkg_setup
-}
-
-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'"
-}
diff --git a/www-apps/horde-groupware/horde-groupware-1.2.ebuild b/www-apps/horde-groupware/horde-groupware-1.2.3.ebuild
index 02c2e158e4c2..4edcf2915561 100644
--- a/www-apps/horde-groupware/horde-groupware-1.2.ebuild
+++ b/www-apps/horde-groupware/horde-groupware-1.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-groupware/horde-groupware-1.2.ebuild,v 1.1 2008/10/27 21:19:13 wrobel Exp $
+# $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 $
HORDE_PN="${PN}"