- bugfix update to version 6.4

* fix a memory leak in the SSL library
 * small bugfixes and improvements
This commit is contained in:
ajacoutot 2008-02-10 15:59:10 +00:00
parent fa35acd582
commit 0dc9544cbe
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2008/01/23 18:04:06 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2008/02/10 15:59:10 ajacoutot Exp $
COMMENT= secure webserver
DISTNAME= hiawatha-6.3
DISTNAME= hiawatha-6.4
CATEGORIES= www net
HOMEPAGE= http://hiawatha.leisink.org

View File

@ -1,5 +1,5 @@
MD5 (hiawatha-6.3.tar.gz) = BUdoezYYBnhkq8YoQHz5Tg==
RMD160 (hiawatha-6.3.tar.gz) = awN2sEQQxT+ATBB82pyalpIiVgc=
SHA1 (hiawatha-6.3.tar.gz) = 5NXOm37NKHgXIP3PXFQkVMH/yvY=
SHA256 (hiawatha-6.3.tar.gz) = xecT+gHj7pLe6Rf01UMG1x67m97nmR4BE8/nmrvxT80=
SIZE (hiawatha-6.3.tar.gz) = 231771
MD5 (hiawatha-6.4.tar.gz) = QVfs3RPTn2RTUaPVsgNrPw==
RMD160 (hiawatha-6.4.tar.gz) = WXdPT8g8lpr4gOUDNxcyyxFOtWQ=
SHA1 (hiawatha-6.4.tar.gz) = i/VBhnRhJWA8dRmnw5mD4xElTIo=
SHA256 (hiawatha-6.4.tar.gz) = x2YQY47IKEPqb9QJgmch2h0+WjEm/sMbNwj8xorcPus=
SIZE (hiawatha-6.4.tar.gz) = 232935

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_hiawatha_1,v 1.10 2007/12/13 13:03:32 ajacoutot Exp $
--- doc/hiawatha.1.orig Thu Dec 13 07:53:20 2007
+++ doc/hiawatha.1 Thu Dec 13 13:56:01 2007
$OpenBSD: patch-doc_hiawatha_1,v 1.11 2008/02/10 15:59:10 ajacoutot Exp $
--- doc/hiawatha.1.orig Sun Feb 10 10:33:05 2008
+++ doc/hiawatha.1 Sun Feb 10 16:53:52 2008
@@ -23,7 +23,7 @@ hiawatha \- Advanced and secure webserver
Hiawatha is a secure webserver for Unix. It has been written with 'being secure' as its main goal. Hiawatha has lots of features that no other webserver has. This and the fact that Hiawatha's source code is free of security-bugs, makes Hiawatha the most secure webserver available.
.br
@ -37,7 +37,7 @@ $OpenBSD: patch-doc_hiawatha_1,v 1.10 2007/12/13 13:03:32 ajacoutot Exp $
.TP
.B ServerKey = <SSL certificate file>
The file containing the SSL private key and certificate. These will be used for all SSL bindings that don't have their own certificate file (see ServerKey and UseSSL in BINDING CONFIGURATION).
@@ -761,7 +761,7 @@ and
@@ -777,7 +777,7 @@ and
.B UseGZfile
.SH MIMETYPES
@ -46,7 +46,7 @@ $OpenBSD: patch-doc_hiawatha_1,v 1.10 2007/12/13 13:03:32 ajacoutot Exp $
.TP
.B <mimetype> <extension> [<extension> ...]
Example: image/jpeg jpg jpeg jpe
@@ -785,15 +785,15 @@ Will unban all clients.
@@ -801,15 +801,15 @@ Will unban all clients.
Will close all open logfiles
.SH FILES