summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-06-20 18:36:56 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-06-20 18:36:56 +0000
commit9020c49ddd345e8889953659bf6ff27012f05d37 (patch)
treec85e324f87bdc4ce9ba9566bbcc98867528d0fe5
parentSet PORTREVISION after resurrection to pacify Erwin's portversion checker. (diff)
- 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
-rw-r--r--www/mod_gnutls/Makefile3
-rw-r--r--www/mod_gnutls/distinfo4
-rw-r--r--www/mod_gnutls/files/pkg-message.in3
3 files changed, 3 insertions, 7 deletions
diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile
index 64c05e0cd84a..57a5f18a6d87 100644
--- a/www/mod_gnutls/Makefile
+++ b/www/mod_gnutls/Makefile
@@ -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}
diff --git a/www/mod_gnutls/distinfo b/www/mod_gnutls/distinfo
index 65d75ecb15d1..76c4ae1e4ed5 100644
--- a/www/mod_gnutls/distinfo
+++ b/www/mod_gnutls/distinfo
@@ -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
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.
-
*********************************************************************