summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2004-11-09 14:18:21 +0000
committerMichael Tindal <urilith@gentoo.org>2004-11-09 14:18:21 +0000
commit8b6b428978208ccf8b97ace85781d5a40d6727ad (patch)
tree44ffb643997e5739ca78561ce2df6019e0f175cb /net-www
parentMoved icon file to mirrors to remove binary image file from files directory. (diff)
downloadhistorical-8b6b428978208ccf8b97ace85781d5a40d6727ad.tar.gz
historical-8b6b428978208ccf8b97ace85781d5a40d6727ad.tar.bz2
historical-8b6b428978208ccf8b97ace85781d5a40d6727ad.zip
Change default cache location. Bug 65054.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_ssl/ChangeLog5
-rw-r--r--net-www/mod_ssl/Manifest10
-rw-r--r--net-www/mod_ssl/files/mod_ssl.conf4
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.21.ebuild4
4 files changed, 13 insertions, 10 deletions
diff --git a/net-www/mod_ssl/ChangeLog b/net-www/mod_ssl/ChangeLog
index fd63178083ef..7ebea5e5c53f 100644
--- a/net-www/mod_ssl/ChangeLog
+++ b/net-www/mod_ssl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/mod_ssl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.59 2004/11/07 23:29:55 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.60 2004/11/09 14:18:21 urilith Exp $
+
+ 09 Nov 2004; Michael Tindal <urilith@gentoo.org> files/mod_ssl.conf:
+ Change cache location. Bug #65054.
07 Nov 2004; Joshua Kinard <kumba@gentoo.org> mod_ssl-2.8.21.ebuild:
Marked stable on mips.
diff --git a/net-www/mod_ssl/Manifest b/net-www/mod_ssl/Manifest
index f4d21ad90291..934f99bc25d1 100644
--- a/net-www/mod_ssl/Manifest
+++ b/net-www/mod_ssl/Manifest
@@ -1,15 +1,15 @@
-MD5 964e225d10f0bdb842207aadd52df042 ChangeLog 7105
+MD5 8bd69abc7d183b0c17539e198fb687f4 ChangeLog 7216
MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159
MD5 7f02b177b06559b9aab3444c173343bc mod_ssl-2.8.17.ebuild 2183
MD5 9eba5451e8883ea7e9cedf5b02c97e62 mod_ssl-2.8.18.ebuild 2183
MD5 cfd9c7caa14eb7b323a6a6d4d62d71b0 mod_ssl-2.8.19.ebuild 2283
MD5 039d11eaea2cf73a6585e177bd8e6ed9 mod_ssl-2.8.20.ebuild 2283
-MD5 19ffa166bf8ad79cee4597e8da9d9b63 mod_ssl-2.8.21.ebuild 2418
+MD5 872388641903b7521a9ef43561769d81 mod_ssl-2.8.21.ebuild 2419
MD5 9ba9eb8eced950cd59cb8dadd090f908 files/digest-mod_ssl-2.8.17 73
MD5 f53031df0c0d1a5bd75a9151d0810e9e files/digest-mod_ssl-2.8.18 73
MD5 89239995d079a1bd9abc580e2264c71b files/digest-mod_ssl-2.8.19 73
-MD5 dd92adba34e6b36ef6fd2750869e1a18 files/gentestcrt.sh 8801
-MD5 e92c5d69747a08ae94986ee6d3b024a2 files/mod_ssl.conf 2451
-MD5 8270779f233bc311118f53ebce7338e7 files/ssl.default-vhost.conf 6985
MD5 dd87f058ab62ac5c5da4b03713e9184a files/digest-mod_ssl-2.8.20 73
MD5 289c880e2ff1c2de91eda32e7e486085 files/digest-mod_ssl-2.8.21 73
+MD5 dd92adba34e6b36ef6fd2750869e1a18 files/gentestcrt.sh 8801
+MD5 71ac46d211c8aa42c7a5e51c6165862a files/mod_ssl.conf 2460
+MD5 8270779f233bc311118f53ebce7338e7 files/ssl.default-vhost.conf 6985
diff --git a/net-www/mod_ssl/files/mod_ssl.conf b/net-www/mod_ssl/files/mod_ssl.conf
index 8a846b05c9e5..454258c51a10 100644
--- a/net-www/mod_ssl/files/mod_ssl.conf
+++ b/net-www/mod_ssl/files/mod_ssl.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/mod_ssl.conf,v 1.3 2004/07/18 04:25:08 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/mod_ssl.conf,v 1.4 2004/11/09 14:18:21 urilith Exp $
<IfModule mod_ssl.c>
##--------------------------------------------------------------------------
@@ -39,7 +39,7 @@ SSLPassPhraseDialog builtin
# second the expiring timeout (in seconds).
#SSLSessionCache none
#SSLSessionCache dbm:logs/ssl_scache
-SSLSessionCache shm:logs/ssl_scache(512000)
+SSLSessionCache shm:/var/cache/apache/ssl_scache(512000)
SSLSessionCacheTimeout 300
# Semaphore:
diff --git a/net-www/mod_ssl/mod_ssl-2.8.21.ebuild b/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
index 81641a9ced02..c57922814489 100644
--- a/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
+++ b/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.21.ebuild,v 1.9 2004/11/07 23:29:55 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.21.ebuild,v 1.10 2004/11/09 14:18:21 urilith Exp $
MY_P=${P}-1.3.32
S=${WORKDIR}/${MY_P}
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ~hppa ~ia64 mips ppc sparc x86"
IUSE=""
-DEPEND="|| ( =net-www/apache-1.3.32* =net-www/apache-1.3.33* )
+DEPEND="|| ( =net-www/apache-1.3.32 =net-www/apache-1.3.33 )
>=dev-libs/openssl-0.9.6k"
src_unpack() {