summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-client/squirrelmail/ChangeLog8
-rw-r--r--mail-client/squirrelmail/squirrelmail-1.4.18-r1.ebuild (renamed from mail-client/squirrelmail/squirrelmail-1.4.17.ebuild)13
2 files changed, 13 insertions, 8 deletions
diff --git a/mail-client/squirrelmail/ChangeLog b/mail-client/squirrelmail/ChangeLog
index f549337d5e07..f1f20d187391 100644
--- a/mail-client/squirrelmail/ChangeLog
+++ b/mail-client/squirrelmail/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/squirrelmail
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/ChangeLog,v 1.139 2009/05/15 17:03:37 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/ChangeLog,v 1.140 2009/05/15 17:09:36 dertobi123 Exp $
+
+*squirrelmail-1.4.18-r1 (15 May 2009)
+
+ 15 May 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ -squirrelmail-1.4.17.ebuild, +squirrelmail-1.4.18-r1.ebuild:
+ Force session use-flag for php, #235281. Remove vulnerable 1.4.17, #269567
15 May 2009; Tiago Cunha <tcunha@gentoo.org> squirrelmail-1.4.18.ebuild:
stable sparc, security bug 269567
diff --git a/mail-client/squirrelmail/squirrelmail-1.4.17.ebuild b/mail-client/squirrelmail/squirrelmail-1.4.18-r1.ebuild
index e8fdb1523cb0..3a7411c36c19 100644
--- a/mail-client/squirrelmail/squirrelmail-1.4.17.ebuild
+++ b/mail-client/squirrelmail/squirrelmail-1.4.18-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/squirrelmail-1.4.17.ebuild,v 1.6 2009/01/09 21:36:45 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/squirrelmail-1.4.18-r1.ebuild,v 1.1 2009/05/15 17:09:36 dertobi123 Exp $
+
+EAPI=2
IUSE="ldap spell ssl filter mysql postgres nls"
@@ -37,11 +39,11 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2
HOMEPAGE="http://www.squirrelmail.org/"
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND=""
-RDEPEND="virtual/php
+RDEPEND="dev-lang/php[session]
virtual/perl-DB_File
ldap? ( net-nds/openldap )
spell? ( || ( app-text/aspell app-text/ispell ) )
@@ -103,10 +105,7 @@ src_install() {
# NOTE that doc files go into /usr/share/doc as normal; they do NOT
# get installed per vhost!
- for doc in AUTHORS COPYING ChangeLog INSTALL README ReleaseNotes UPGRADE; do
- dodoc ${doc}
- rm -f ${doc}
- done
+ dodoc README
docinto compatibility
for doc in plugins/compatibility/INSTALL plugins/compatibility/README; do