summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-02-07 20:00:11 +0000
committerChris Reffett <creffett@gentoo.org>2014-02-07 20:00:11 +0000
commit3cdf433631a9bb3d11e35bc273cf563e4254ab7f (patch)
tree5b9f78e20b5074467cb8bd7afe47aaf9418da4ae /www-apache
parentRemove alternative dependencies on emul-linux-x86-* packages. (diff)
downloadgentoo-2-3cdf433631a9bb3d11e35bc273cf563e4254ab7f.tar.gz
gentoo-2-3cdf433631a9bb3d11e35bc273cf563e4254ab7f.tar.bz2
gentoo-2-3cdf433631a9bb3d11e35bc273cf563e4254ab7f.zip
Drop vulnerable versions wrt bug 487314
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_fcgid/ChangeLog5
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-2.3.7.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/www-apache/mod_fcgid/ChangeLog b/www-apache/mod_fcgid/ChangeLog
index 6ab9c37b97fb..f4c46dab408b 100644
--- a/www-apache/mod_fcgid/ChangeLog
+++ b/www-apache/mod_fcgid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_fcgid
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.60 2014/01/17 20:46:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.61 2014/02/07 20:00:11 creffett Exp $
+
+ 07 Feb 2014; Chris Reffett <creffett@gentoo.org> -mod_fcgid-2.3.7.ebuild:
+ Drop vulnerable versions wrt bug 487314
17 Jan 2014; Agostino Sarubbo <ago@gentoo.org> mod_fcgid-2.3.9.ebuild:
Stable for ppc, wrt bug #487314
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.7.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.7.ebuild
deleted file mode 100644
index 8737cdfa1b25..000000000000
--- a/www-apache/mod_fcgid/mod_fcgid-2.3.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.7.ebuild,v 1.5 2013/07/09 22:38:20 jer Exp $
-
-inherit apache-module eutils multilib
-
-DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management."
-HOMEPAGE="http://httpd.apache.org/mod_fcgid/"
-SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
-IUSE=""
-
-APACHE2_MOD_CONF="2.2/20_${PN}"
-APACHE2_MOD_DEFINE="FCGID"
-
-DOCFILES="CHANGES-FCGID README-FCGID STATUS-FCGID"
-
-need_apache2
-
-src_compile () {
- ./configure.apxs || die "apxs configure failed!"
- make || die "make failed"
- ln -sf modules/fcgid/.libs .libs || die "symlink creation failed"
-}