summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-08-02 14:38:40 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-08-02 14:38:40 +0000
commit97ca697a59c4543b7cc500df2369760b4bcc6a99 (patch)
tree370c92d62cdde692041e9505e0ed48858646ef6d /www-apache/mod_jk
parentKeyworded ~x86-fbsd, #157553 thanks to Marc Kowarsky. (diff)
downloadgentoo-2-97ca697a59c4543b7cc500df2369760b4bcc6a99.tar.gz
gentoo-2-97ca697a59c4543b7cc500df2369760b4bcc6a99.tar.bz2
gentoo-2-97ca697a59c4543b7cc500df2369760b4bcc6a99.zip
Removed 1.2.24, upstream withdrew release due to a semi serious security issue.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'www-apache/mod_jk')
-rw-r--r--www-apache/mod_jk/ChangeLog6
-rw-r--r--www-apache/mod_jk/files/digest-mod_jk-1.2.243
-rw-r--r--www-apache/mod_jk/mod_jk-1.2.24.ebuild56
3 files changed, 5 insertions, 60 deletions
diff --git a/www-apache/mod_jk/ChangeLog b/www-apache/mod_jk/ChangeLog
index b8f60221f518..53552c558560 100644
--- a/www-apache/mod_jk/ChangeLog
+++ b/www-apache/mod_jk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_jk
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.38 2007/07/31 14:59:09 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.39 2007/08/02 14:38:40 wltjr Exp $
+
+ 02 Aug 2007; William L. Thomson Jr. <wltjr@gentoo.org>
+ -mod_jk-1.2.24.ebuild:
+ Removed 1.2.24, upstream withdrew release due to a semi serious security issue.
*mod_jk-1.2.24 (31 Jul 2007)
diff --git a/www-apache/mod_jk/files/digest-mod_jk-1.2.24 b/www-apache/mod_jk/files/digest-mod_jk-1.2.24
deleted file mode 100644
index ce3984ebdc08..000000000000
--- a/www-apache/mod_jk/files/digest-mod_jk-1.2.24
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8a2a53ac7709920e2e3b7ba39ed0fe94 tomcat-connectors-1.2.24-src.tar.gz 1421847
-RMD160 4dcf31a276391de74e61310ce4448380d2e7cb3d tomcat-connectors-1.2.24-src.tar.gz 1421847
-SHA256 b61593a80f78cd23ef49196c53c8bb15c0b4f4f147897628c0cd1852670ebfea tomcat-connectors-1.2.24-src.tar.gz 1421847
diff --git a/www-apache/mod_jk/mod_jk-1.2.24.ebuild b/www-apache/mod_jk/mod_jk-1.2.24.ebuild
deleted file mode 100644
index d24851262a98..000000000000
--- a/www-apache/mod_jk/mod_jk-1.2.24.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.24.ebuild,v 1.1 2007/07/31 14:59:09 wltjr Exp $
-
-inherit apache-module autotools
-
-MY_P="tomcat-connectors-${PV}-src"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DESCRIPTION="JK module for connecting Tomcat and Apache using the ajp13 protocol."
-HOMEPAGE="http://tomcat.apache.org/connectors-doc/"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/jk/source/jk-${PV}/${MY_P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}/native"
-
-APACHE2_MOD_FILE="${S}/apache-2.0/${PN}.so"
-APACHE2_MOD_CONF="88_${PN}"
-APACHE2_MOD_DEFINE="JK"
-
-DOCFILES="CHANGES README"
-
-need_apache
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- --with-apxs=${APXS2} \
- --with-apr-config=/usr/bin/apr-config \
- || die "econf failed"
- emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
-}
-
-src_install() {
- # install the workers.properties file
- insinto "${APACHE_CONFDIR}"
- doins "${FILESDIR}/jk-workers.properties"
-
- # call the nifty default src_install :-)
- apache-module_src_install
-}
-
-pkg_postinst() {
- elog "Tomcat is not a dependency of mod_jk any longer, if you intend"
- elog "to use it with Tomcat, you have to merge www-servers/tomcat on"
- elog "your own."
-}