diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-10-02 13:06:22 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-10-02 13:06:22 +0000 |
commit | cac1636b89bd265102a15ca4901a2f1fc1d6c7f1 (patch) | |
tree | 6a572acc1efe447157149e8d4aab6d996b86e1cb /app-admin | |
parent | Mark 0.9.91 stable on ia64 (diff) | |
download | gentoo-2-cac1636b89bd265102a15ca4901a2f1fc1d6c7f1.tar.gz gentoo-2-cac1636b89bd265102a15ca4901a2f1fc1d6c7f1.tar.bz2 gentoo-2-cac1636b89bd265102a15ca4901a2f1fc1d6c7f1.zip |
Removing vulnerable version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/apachetop/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/apachetop/apachetop-0.12.5.ebuild | 32 | ||||
-rw-r--r-- | app-admin/apachetop/files/digest-apachetop-0.12.5 | 1 |
3 files changed, 4 insertions, 34 deletions
diff --git a/app-admin/apachetop/ChangeLog b/app-admin/apachetop/ChangeLog index 79a12c44face..193eac330adb 100644 --- a/app-admin/apachetop/ChangeLog +++ b/app-admin/apachetop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/apachetop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.33 2005/10/01 22:39:21 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.34 2005/10/02 13:06:22 rl03 Exp $ + + 02 Oct 2005; Renat Lumpau <rl03@gentoo.org> -apachetop-0.12.5.ebuild: + Removing vulnerable version 01 Oct 2005; Jason Wever <weeve@gentoo.org> apachetop-0.12.5-r1.ebuild: Stable on SPARC wrt security bug #104473. diff --git a/app-admin/apachetop/apachetop-0.12.5.ebuild b/app-admin/apachetop/apachetop-0.12.5.ebuild deleted file mode 100644 index b1147078c552..000000000000 --- a/app-admin/apachetop/apachetop-0.12.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.12.5.ebuild,v 1.6 2005/08/23 01:13:09 hparker Exp $ - -DESCRIPTION="A realtime Apache log analyzer" -HOMEPAGE="http://clueful.shagged.org/apachetop/" -SRC_URI="http://clueful.shagged.org/apachetop/files/${P}.tar.gz" - - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc sparc x86" -IUSE="apache2 fam pcre adns" - -DEPEND="sys-apps/sed - sys-libs/readline - sys-libs/ncurses - fam? ( virtual/fam ) - pcre? ( dev-libs/libpcre ) - adns? ( net-libs/adns )" - -src_compile() { - useq apache2 && logfile="/var/log/apache2/access_log" - useq apache2 || logfile="/var/log/apache/access_log" - econf --with-logfile="${logfile}" `use_with fam` `use_with pcre` `use_with adns` || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc README INSTALL TODO AUTHORS ChangeLog NEWS -} diff --git a/app-admin/apachetop/files/digest-apachetop-0.12.5 b/app-admin/apachetop/files/digest-apachetop-0.12.5 deleted file mode 100644 index e9a79fb4e6c3..000000000000 --- a/app-admin/apachetop/files/digest-apachetop-0.12.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 47c40c26319d57100008a2a56dcefe06 apachetop-0.12.5.tar.gz 126967 |