Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_gnutls/files: 47_mod_gnutls.conf digest-mod_gnutls-0.4.2.1
Date: Mon, 31 Dec 2007 11:36:36
Message-Id: E1J9IwY-0004NB-VE@stork.gentoo.org
1 hollow 07/12/31 11:36:30
2
3 Modified: 47_mod_gnutls.conf
4 Added: digest-mod_gnutls-0.4.2.1
5 Log:
6 version bump; #203834
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.5 www-apache/mod_gnutls/files/47_mod_gnutls.conf
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_gnutls/files/47_mod_gnutls.conf?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_gnutls/files/47_mod_gnutls.conf?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_gnutls/files/47_mod_gnutls.conf?r1=1.4&r2=1.5
15
16 Index: 47_mod_gnutls.conf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/files/47_mod_gnutls.conf,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- 47_mod_gnutls.conf 13 Apr 2005 03:30:33 -0000 1.4
23 +++ 47_mod_gnutls.conf 31 Dec 2007 11:36:30 -0000 1.5
24 @@ -1,44 +1,30 @@
25 -# Copyright 1999-2005 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/files/47_mod_gnutls.conf,v 1.4 2005/04/13 03:30:33 trapni Exp $
28 -
29 <IfDefine GNUTLS>
30 - LoadModule gnutls_module modules/mod_gnutls.so
31 -</IfDefine>
32 -
33 -<IfModule mod_gnutls.c>
34 - # Listen on standard SSL port.
35 - # Enable this by default to keep default config in sync with mod_ssl.
36 - # Though, this should make migrating from mod_ssl to mod_gnutls easier.
37 - Listen 443
38 +LoadModule gnutls_module modules/mod_gnutls.so
39
40 - # mod_gnutls can optionaly use a memcached server to store it's SSL Sessions.
41 - # This is useful in a cluster enviroment, where you want all of your servers
42 - # to share a single SSL Session Cache.
43 - #GnuTLSCache memcache "127.0.0.1 server2.example.com server3.example.com"
44 -
45 - # The Default method is to use a DBM backed Cache. It isn't super fast, but
46 - # it is portable and does not require another server to be running like memcached.
47 - GnuTLSCache dbm /var/cache/mod_gnutls/gnutls_cache
48 +# mod_gnutls can optionaly use a memcached server to store it's SSL Sessions
49 +# This is useful in a cluster enviroment, where you want all of your servers
50 +# to share a single SSL Session Cache.
51 +#GnuTLSCache memcache "127.0.0.1 server2.example.com server3.example.com"
52 +
53 +# The Default method is to use a DBM backed Cache. It isn't super fast, but
54 +# it is portable and does not require another server to be running like memcached.
55 +GnuTLSCache dbm /var/cache/mod_gnutls/gnutls_cache
56 </IfModule>
57
58 # the following is an example virtual-host as you could configure it.
59 # however, this is just an example. You should always put your own
60 # configuration stuff inside your own files within vhosts.d/ directory.
61 +#<VirtualHost 1.2.3.4:443>
62 +# # insert other directives ... here ...
63 #
64 -<IfDefine GNUTLS_EXAMPLE>
65 - <VirtualHost 1.2.3.4:443>
66 - # insert other directives ... here ...
67 -
68 - # This enables the mod_gnutls Handlers for this Virtual Host
69 - GnuTLSEnable On
70 -
71 - # This is the Private key for your server.
72 - GnuTLSKeyFile conf/server.key
73 -
74 - # This is the Server Certificate.
75 - GnuTLSCertificateFile conf/server.cert
76 - </VirtualHost>
77 -</IfDefine>
78 +# # This enables the mod_gnutls Handlers for this Virtual Host
79 +# GnuTLSEnable On
80 +#
81 +# # This is the Private key for your server.
82 +# GnuTLSKeyFile conf/server.key
83 +#
84 +# # This is the Server Certificate.
85 +# GnuTLSCertificateFile conf/server.cert
86 +#</VirtualHost>
87
88 -# vim:ai:noet:ts=4:nowrap:syntax=apache
89 +# vim: ts=4 filetype=apache
90
91
92
93 1.1 www-apache/mod_gnutls/files/digest-mod_gnutls-0.4.2.1
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_gnutls/files/digest-mod_gnutls-0.4.2.1?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_gnutls/files/digest-mod_gnutls-0.4.2.1?rev=1.1&content-type=text/plain
97
98 Index: digest-mod_gnutls-0.4.2.1
99 ===================================================================
100 MD5 2cb129e5f997437b51e70a8d7e28c1cc mod_gnutls-0.4.2.1.tar.bz2 243597
101 RMD160 daf2b24101fb2c52bcf4393a059674721105f81b mod_gnutls-0.4.2.1.tar.bz2 243597
102 SHA256 69891365fc2221a964b22271c7cc732267b69e5953264d0f4c74ec83d73bb706 mod_gnutls-0.4.2.1.tar.bz2 243597
103
104
105
106 --
107 gentoo-commits@g.o mailing list