1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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)
This commit is contained in:
Olli Hauer 2011-06-20 18:36:56 +00:00
parent d6a12714a7
commit 9020c49ddd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275917
3 changed files with 3 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= mod_gnutls
PORTVERSION= 0.5.6
PORTREVISION= 1
PORTVERSION= 0.5.9
CATEGORIES= www security
MASTER_SITES= http://www.outoforder.cc/downloads/mod_gnutls/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (mod_gnutls-0.5.6.tar.bz2) = ec7bb2b05c5a2bb8044471c4250b5f3b396d8748724bc2cb4facf76b50f9f6d4
SIZE (mod_gnutls-0.5.6.tar.bz2) = 242219
SHA256 (mod_gnutls-0.5.9.tar.bz2) = cb3da2a31695dcc341e6efebc122fc46e7e4dbb5c6c2aa3aa5a69259e5e96406
SIZE (mod_gnutls-0.5.9.tar.bz2) = 243164

View File

@ -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.
*********************************************************************