summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-04-14 02:11:47 +0000
committerChuck Short <zul@gentoo.org>2004-04-14 02:11:47 +0000
commitd685833ec889ca4e81d6733704e676b2d3d390f1 (patch)
tree70df441c4ef93da798a0f08937a787a1883e4108 /net-www/mod_ssl
parentNew upstream version. (Manifest recommit) (diff)
downloadgentoo-2-d685833ec889ca4e81d6733704e676b2d3d390f1.tar.gz
gentoo-2-d685833ec889ca4e81d6733704e676b2d3d390f1.tar.bz2
gentoo-2-d685833ec889ca4e81d6733704e676b2d3d390f1.zip
Removed old versions of mod_ssl since we removed old version of apache-1.3.*, fixed repoman errors.
Diffstat (limited to 'net-www/mod_ssl')
-rw-r--r--net-www/mod_ssl/ChangeLog6
-rw-r--r--net-www/mod_ssl/files/digest-mod_ssl-2.8.141
-rw-r--r--net-www/mod_ssl/files/digest-mod_ssl-2.8.151
-rw-r--r--net-www/mod_ssl/files/digest-mod_ssl-2.8.161
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.14.ebuild75
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.15.ebuild75
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.16.ebuild75
7 files changed, 5 insertions, 229 deletions
diff --git a/net-www/mod_ssl/ChangeLog b/net-www/mod_ssl/ChangeLog
index 1e026c59f910..a1fa9e954b45 100644
--- a/net-www/mod_ssl/ChangeLog
+++ b/net-www/mod_ssl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_ssl
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.24 2004/04/08 07:58:23 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.25 2004/04/14 02:11:47 zul Exp $
+
+ 13 Apr 2004; Chuck Short <zul@gentoo.org> mod_ssl-2.8.14.ebuild,
+ mod_ssl-2.8.15.ebuild, mod_ssl-2.8.16.ebuild:
+ Removed old versions of mod_ssl since the only one we are using now 1.3.29-r1.
08 Apr 2004; Stuart Herbert <stuart@gentoo.org>
files/ssl.default-vhost.conf:
diff --git a/net-www/mod_ssl/files/digest-mod_ssl-2.8.14 b/net-www/mod_ssl/files/digest-mod_ssl-2.8.14
deleted file mode 100644
index 16d27c842461..000000000000
--- a/net-www/mod_ssl/files/digest-mod_ssl-2.8.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8ba44e6ad3701f445b0f86f17f24ff1c mod_ssl-2.8.14-1.3.27.tar.gz 754179
diff --git a/net-www/mod_ssl/files/digest-mod_ssl-2.8.15 b/net-www/mod_ssl/files/digest-mod_ssl-2.8.15
deleted file mode 100644
index 58a1c667bb3b..000000000000
--- a/net-www/mod_ssl/files/digest-mod_ssl-2.8.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0f37d6efd51128f696000d73624f5aff mod_ssl-2.8.15-1.3.28.tar.gz 754203
diff --git a/net-www/mod_ssl/files/digest-mod_ssl-2.8.16 b/net-www/mod_ssl/files/digest-mod_ssl-2.8.16
deleted file mode 100644
index f3e983b37cf4..000000000000
--- a/net-www/mod_ssl/files/digest-mod_ssl-2.8.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f6c580ffa07d33e8584406132b98e86 mod_ssl-2.8.16-1.3.29.tar.gz 754325
diff --git a/net-www/mod_ssl/mod_ssl-2.8.14.ebuild b/net-www/mod_ssl/mod_ssl-2.8.14.ebuild
deleted file mode 100644
index 831bf6ca1a2b..000000000000
--- a/net-www/mod_ssl/mod_ssl-2.8.14.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.14.ebuild,v 1.3 2004/04/04 01:42:43 zul Exp $
-
-MY_P=${P}-1.3.27
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An SSL module for the Apache Web server"
-SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz"
-HOMEPAGE="http://www.modssl.org/"
-
-KEYWORDS="x86 ppc sparc ~alpha"
-LICENSE="as-is"
-SLOT="0"
-
-DEPEND="=net-www/apache-1.3.27*
- >=dev-libs/openssl-0.9.6i"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- # proper path to openssl
- cp pkg.contrib/cca.sh pkg.contrib/cca.sh.orig
- sed -e 's%^\(openssl=\).*%\1"/usr/bin/openssl"%' \
- pkg.contrib/cca.sh.orig > pkg.contrib/cca.sh
-}
-
-src_compile() {
- SSL_BASE=SYSTEM \
- ./configure \
- --with-apxs=/usr/sbin/apxs || die "bad ./configure"
- make || die "compile problem"
-}
-
-src_install() {
- exeinto /usr/lib/apache-extramodules
- doexe pkg.sslmod/libssl.so
-
- exeinto /usr/lib/ssl/mod_ssl
- doexe pkg.contrib/*.sh ${FILESDIR}/gentestcrt.sh
-
- dodoc ANNOUNCE CHANGES CREDITS LICENSE NEWS README*
- dodir /usr/share/doc/${PF}/html
- cp -a pkg.ssldoc/* ${D}/usr/share/doc/${PF}/html
-
- insinto /etc/apache/conf/vhosts
- doins ${FILESDIR}/ssl.default-vhost.conf
-
- insinto /etc/apache/conf/addon-modules
- doins ${FILESDIR}/mod_ssl.conf
-}
-
-pkg_postinst() {
- install -d -o root -g root -m0755 ${ROOT}/etc/apache/conf/ssl
-
- einfo
- einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\""
- einfo "to have your apache.conf auto-updated for use with this module."
- einfo "You should then edit your /etc/conf.d/apache file to suit."
- einfo
-
- cd ${ROOT}/etc/apache/conf/ssl
- einfo "Generating self-signed test certificate in /etc/apache/conf/ssl..."
- einfo "(Ignore any message from the yes command below)"
- yes "" | ${ROOT}/usr/lib/ssl/mod_ssl/gentestcrt.sh >/dev/null 2>&1
- einfo
-}
-
-pkg_config() {
- ${ROOT}/usr/sbin/apacheaddmod \
- ${ROOT}/etc/apache/conf/apache.conf \
- extramodules/libssl.so mod_ssl.c ssl_module \
- define=SSL addconf=conf/addon-modules/mod_ssl.conf
-
- echo "Include conf/vhosts/ssl.default-vhost.conf" \
- >> ${ROOT}/etc/apache/conf/apache.conf
-}
diff --git a/net-www/mod_ssl/mod_ssl-2.8.15.ebuild b/net-www/mod_ssl/mod_ssl-2.8.15.ebuild
deleted file mode 100644
index 0ee970acf0a6..000000000000
--- a/net-www/mod_ssl/mod_ssl-2.8.15.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.15.ebuild,v 1.6 2004/04/04 01:42:43 zul Exp $
-
-MY_P=${P}-1.3.28
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An SSL module for the Apache Web server"
-SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz"
-HOMEPAGE="http://www.modssl.org/"
-
-KEYWORDS="x86 ~ppc sparc ~alpha hppa"
-LICENSE="as-is"
-SLOT="0"
-
-DEPEND="=net-www/apache-1.3.28*
- >=dev-libs/openssl-0.9.6i"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- # proper path to openssl
- cp pkg.contrib/cca.sh pkg.contrib/cca.sh.orig
- sed -e 's%^\(openssl=\).*%\1"/usr/bin/openssl"%' \
- pkg.contrib/cca.sh.orig > pkg.contrib/cca.sh
-}
-
-src_compile() {
- SSL_BASE=SYSTEM \
- ./configure \
- --with-apxs=/usr/sbin/apxs || die "bad ./configure"
- make || die "compile problem"
-}
-
-src_install() {
- exeinto /usr/lib/apache-extramodules
- doexe pkg.sslmod/libssl.so
-
- exeinto /usr/lib/ssl/mod_ssl
- doexe pkg.contrib/*.sh ${FILESDIR}/gentestcrt.sh
-
- dodoc ANNOUNCE CHANGES CREDITS LICENSE NEWS README*
- dodir /usr/share/doc/${PF}/html
- cp -a pkg.ssldoc/* ${D}/usr/share/doc/${PF}/html
-
- insinto /etc/apache/conf/vhosts
- doins ${FILESDIR}/ssl.default-vhost.conf
-
- insinto /etc/apache/conf/addon-modules
- doins ${FILESDIR}/mod_ssl.conf
-}
-
-pkg_postinst() {
- install -d -o root -g root -m0755 ${ROOT}/etc/apache/conf/ssl
-
- einfo
- einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\""
- einfo "to have your apache.conf auto-updated for use with this module."
- einfo "You should then edit your /etc/conf.d/apache file to suit."
- einfo
-
- cd ${ROOT}/etc/apache/conf/ssl
- einfo "Generating self-signed test certificate in /etc/apache/conf/ssl..."
- einfo "(Ignore any message from the yes command below)"
- yes "" | ${ROOT}/usr/lib/ssl/mod_ssl/gentestcrt.sh >/dev/null 2>&1
- einfo
-}
-
-pkg_config() {
- ${ROOT}/usr/sbin/apacheaddmod \
- ${ROOT}/etc/apache/conf/apache.conf \
- extramodules/libssl.so mod_ssl.c ssl_module \
- define=SSL addconf=conf/addon-modules/mod_ssl.conf
-
- echo "Include conf/vhosts/ssl.default-vhost.conf" \
- >> ${ROOT}/etc/apache/conf/apache.conf
-}
diff --git a/net-www/mod_ssl/mod_ssl-2.8.16.ebuild b/net-www/mod_ssl/mod_ssl-2.8.16.ebuild
deleted file mode 100644
index e130b32a9a6c..000000000000
--- a/net-www/mod_ssl/mod_ssl-2.8.16.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.16.ebuild,v 1.3 2004/04/04 01:42:43 zul Exp $
-
-MY_P=${P}-1.3.29
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An SSL module for the Apache Web server"
-SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz"
-HOMEPAGE="http://www.modssl.org/"
-
-KEYWORDS="x86 ppc sparc alpha hppa"
-LICENSE="as-is"
-SLOT="0"
-
-DEPEND="=net-www/apache-1.3.29*
- >=dev-libs/openssl-0.9.6k"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- # proper path to openssl
- cp pkg.contrib/cca.sh pkg.contrib/cca.sh.orig
- sed -e 's%^\(openssl=\).*%\1"/usr/bin/openssl"%' \
- pkg.contrib/cca.sh.orig > pkg.contrib/cca.sh
-}
-
-src_compile() {
- SSL_BASE=SYSTEM \
- ./configure \
- --with-apxs=/usr/sbin/apxs || die "bad ./configure"
- make || die "compile problem"
-}
-
-src_install() {
- exeinto /usr/lib/apache-extramodules
- doexe pkg.sslmod/libssl.so
-
- exeinto /usr/lib/ssl/mod_ssl
- doexe pkg.contrib/*.sh ${FILESDIR}/gentestcrt.sh
-
- dodoc ANNOUNCE CHANGES CREDITS LICENSE NEWS README*
- dodir /usr/share/doc/${PF}/html
- cp -a pkg.ssldoc/* ${D}/usr/share/doc/${PF}/html
-
- insinto /etc/apache/conf/vhosts
- doins ${FILESDIR}/ssl.default-vhost.conf
-
- insinto /etc/apache/conf/addon-modules
- doins ${FILESDIR}/mod_ssl.conf
-}
-
-pkg_postinst() {
- install -d -o root -g root -m0755 ${ROOT}/etc/apache/conf/ssl
-
- einfo
- einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\""
- einfo "to have your apache.conf auto-updated for use with this module."
- einfo "You should then edit your /etc/conf.d/apache file to suit."
- einfo
-
- cd ${ROOT}/etc/apache/conf/ssl
- einfo "Generating self-signed test certificate in /etc/apache/conf/ssl..."
- einfo "(Ignore any message from the yes command below)"
- yes "" | ${ROOT}/usr/lib/ssl/mod_ssl/gentestcrt.sh >/dev/null 2>&1
- einfo
-}
-
-pkg_config() {
- ${ROOT}/usr/sbin/apacheaddmod \
- ${ROOT}/etc/apache/conf/apache.conf \
- extramodules/libssl.so mod_ssl.c ssl_module \
- define=SSL addconf=conf/addon-modules/mod_ssl.conf
-
- echo "Include conf/vhosts/ssl.default-vhost.conf" \
- >> ${ROOT}/etc/apache/conf/apache.conf
-}