diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-06-20 18:36:56 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-06-20 18:36:56 +0000 |
commit | 9020c49ddd345e8889953659bf6ff27012f05d37 (patch) | |
tree | c85e324f87bdc4ce9ba9566bbcc98867528d0fe5 /www/mod_gnutls/files | |
parent | d6a12714a739f39868bef5f460165ceead5cf1ce (diff) | |
download | ports-9020c49ddd345e8889953659bf6ff27012f05d37.tar.gz ports-9020c49ddd345e8889953659bf6ff27012f05d37.zip |
- update to version 0.5.9
Changes:
** Version 0.5.9 (2010-09-24)
- Corrected behavior in Keep-Alive connections (do not
terminate the connection prematurely)
- The GnuTLSCache variable now can be given the specific
option "gdbm" instead of "dbm". "dbm" will use the berkeley
db type of libapr while gdbm will force gdbm to be used.
sdbm is no longer being used due to serious limitations.
** Version 0.5.8 (2010-08-18)
- Session tickets are enabled by default.
PR: ports/157651
Submitted by: Fumiyuki Shimizu <fumifumi _at_ abacustech.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=275917
Diffstat (limited to 'www/mod_gnutls/files')
-rw-r--r-- | www/mod_gnutls/files/pkg-message.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/mod_gnutls/files/pkg-message.in b/www/mod_gnutls/files/pkg-message.in index 7caae01dec85..29aeab941e39 100644 --- a/www/mod_gnutls/files/pkg-message.in +++ b/www/mod_gnutls/files/pkg-message.in @@ -16,7 +16,4 @@ Sample %%PREFIX%%/etc/apache22/httpd.conf. GnuTLSPriorities NORMAL:%COMPAT </Directory> -If you have disabled all configuration for mod_ssl, -you have to disable LoadModule for mod_ssl. - ********************************************************************* |