diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-06 19:52:16 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-06 19:52:16 +0000 |
commit | 7e92752543db084f8e5488a85ac3219603009a22 (patch) | |
tree | 59c30a69b2482fc2f4589f8acccf336a91dbbacb /www-apache/mod_gnutls | |
parent | Add support for apps using xulrunner binary, thanks to maekke and hoffie for ... (diff) | |
download | gentoo-2-7e92752543db084f8e5488a85ac3219603009a22.tar.gz gentoo-2-7e92752543db084f8e5488a85ac3219603009a22.tar.bz2 gentoo-2-7e92752543db084f8e5488a85ac3219603009a22.zip |
fix #204636
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'www-apache/mod_gnutls')
-rw-r--r-- | www-apache/mod_gnutls/ChangeLog | 7 | ||||
-rw-r--r-- | www-apache/mod_gnutls/files/47_mod_gnutls.conf | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apache/mod_gnutls/ChangeLog b/www-apache/mod_gnutls/ChangeLog index 5aafed930f3d..59e9eb8732d7 100644 --- a/www-apache/mod_gnutls/ChangeLog +++ b/www-apache/mod_gnutls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_gnutls -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v 1.12 2007/12/31 11:36:29 hollow Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v 1.13 2008/01/06 19:52:15 hollow Exp $ + + 06 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/47_mod_gnutls.conf: + fix #204636 *mod_gnutls-0.4.2.1 (31 Dec 2007) diff --git a/www-apache/mod_gnutls/files/47_mod_gnutls.conf b/www-apache/mod_gnutls/files/47_mod_gnutls.conf index e249a2a55b3d..32df029b4739 100644 --- a/www-apache/mod_gnutls/files/47_mod_gnutls.conf +++ b/www-apache/mod_gnutls/files/47_mod_gnutls.conf @@ -9,7 +9,7 @@ LoadModule gnutls_module modules/mod_gnutls.so # The Default method is to use a DBM backed Cache. It isn't super fast, but # it is portable and does not require another server to be running like memcached. GnuTLSCache dbm /var/cache/mod_gnutls/gnutls_cache -</IfModule> +</IfDefine> # the following is an example virtual-host as you could configure it. # however, this is just an example. You should always put your own |