summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2006-06-01 01:16:24 +0000
committerStephen Klimaszewski <steev@gentoo.org>2006-06-01 01:16:24 +0000
commita572029f2215f7e4f0ee3f338b80fd5001613f2e (patch)
tree228ce96e84702cc7ede0dbc63f0256f2a2e02c2e /www-servers
parent+# masked pending unresolved security bug #135071 (diff)
downloadgentoo-2-a572029f2215f7e4f0ee3f338b80fd5001613f2e.tar.gz
gentoo-2-a572029f2215f7e4f0ee3f338b80fd5001613f2e.tar.bz2
gentoo-2-a572029f2215f7e4f0ee3f338b80fd5001613f2e.zip
Depend explicitly on app-admin/gamin instead of virtual/fam
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/lighttpd/ChangeLog9
-rw-r--r--www-servers/lighttpd/files/digest-lighttpd-1.4.112
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.10-r2.ebuild4
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.11.ebuild4
4 files changed, 14 insertions, 5 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index 79b6feb79561..a72f2858b9d2 100644
--- a/www-servers/lighttpd/ChangeLog
+++ b/www-servers/lighttpd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-servers/lighttpd
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.72 2006/05/30 20:27:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.73 2006/06/01 01:16:24 steev Exp $
+
+ 01 Jun 2006; Steev Klimaszewski <steev@gentoo.org>
+ lighttpd-1.4.10-r2.ebuild, lighttpd-1.4.11.ebuild:
+ Change the fam useflag to strictly depend on app-admin/gamin since that is
+ the preferred app for fam these days, not to mention that famd needs to die.
+ This should fix bug 123022 to stablize lighttpd 1.4.10-r2. Changed the
+ dependency in both 1.4.10-r2 and 1.4.11.
30 May 2006; Markus Rothe <corsair@gentoo.org> lighttpd-1.4.11.ebuild:
Stable on ppc64; bug #123022
diff --git a/www-servers/lighttpd/files/digest-lighttpd-1.4.11 b/www-servers/lighttpd/files/digest-lighttpd-1.4.11
index f33ab3decf32..313e29e22093 100644
--- a/www-servers/lighttpd/files/digest-lighttpd-1.4.11
+++ b/www-servers/lighttpd/files/digest-lighttpd-1.4.11
@@ -1 +1,3 @@
MD5 f55eebb9815c94a7de35906bb557ecd3 lighttpd-1.4.11.tar.gz 781656
+RMD160 0434e6c09383f1ad443d985fd168a29f6f132d1f lighttpd-1.4.11.tar.gz 781656
+SHA256 7782ac82af8ea8d14df5d35b6668c0d45c00f3ba43a6203c29c7fe7dfe98999c lighttpd-1.4.11.tar.gz 781656
diff --git a/www-servers/lighttpd/lighttpd-1.4.10-r2.ebuild b/www-servers/lighttpd/lighttpd-1.4.10-r2.ebuild
index 7432817cc4fd..92c078034205 100644
--- a/www-servers/lighttpd/lighttpd-1.4.10-r2.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.10-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.10-r2.ebuild,v 1.2 2006/05/05 11:04:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.10-r2.ebuild,v 1.3 2006/06/01 01:16:24 steev Exp $
inherit eutils autotools depend.php
@@ -15,7 +15,7 @@ IUSE="bzip2 doc fam fastcgi gdbm ipv6 ldap lua minimal memcache mysql pcre php r
RDEPEND=">=sys-libs/zlib-1.1
bzip2? ( app-arch/bzip2 )
- fam? ( virtual/fam )
+ fam? ( app-admin/gamin )
gdbm? ( sys-libs/gdbm )
ldap? ( >=net-nds/openldap-2.1.26 )
lua? ( dev-lang/lua )
diff --git a/www-servers/lighttpd/lighttpd-1.4.11.ebuild b/www-servers/lighttpd/lighttpd-1.4.11.ebuild
index b38191880296..9b46f07621bf 100644
--- a/www-servers/lighttpd/lighttpd-1.4.11.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.2 2006/05/30 20:27:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.3 2006/06/01 01:16:24 steev Exp $
inherit eutils autotools depend.php
@@ -15,7 +15,7 @@ IUSE="bzip2 doc fam fastcgi gdbm ipv6 ldap lua minimal memcache mysql pcre php r
RDEPEND=">=sys-libs/zlib-1.1
bzip2? ( app-arch/bzip2 )
- fam? ( virtual/fam )
+ fam? ( app-admin/gamin )
gdbm? ( sys-libs/gdbm )
ldap? ( >=net-nds/openldap-2.1.26 )
lua? ( dev-lang/lua )