- update to hiawatha-6.2
This commit is contained in:
parent
bcea89cea9
commit
4ae6dbb22d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/11/11 13:56:33 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2007/12/13 13:03:32 ajacoutot Exp $
|
||||
|
||||
COMMENT= secure webserver
|
||||
|
||||
DISTNAME= hiawatha-6.1
|
||||
DISTNAME= hiawatha-6.2
|
||||
CATEGORIES= www net
|
||||
|
||||
HOMEPAGE= http://hiawatha.leisink.org
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (hiawatha-6.1.tar.gz) = a5uMJV1JLT41iW68FihSHg==
|
||||
RMD160 (hiawatha-6.1.tar.gz) = etEgizHHhIZ0N5Q5dcBtLu/tXHA=
|
||||
SHA1 (hiawatha-6.1.tar.gz) = P2Kfeg1GJoNSXC5WR/yk+KZgP58=
|
||||
SHA256 (hiawatha-6.1.tar.gz) = Xqu8PZHZU22CQoSzW3uHmIbMdU92JUihSFcUG5EZ5FU=
|
||||
SIZE (hiawatha-6.1.tar.gz) = 230046
|
||||
MD5 (hiawatha-6.2.tar.gz) = /BAYsjDcFFINbnANb/zykw==
|
||||
RMD160 (hiawatha-6.2.tar.gz) = eYXimaG4ovhDjxbH/wYZgN59/2o=
|
||||
SHA1 (hiawatha-6.2.tar.gz) = 3ir+CaGOwOtK3jS2zQvNlZgt8Mw=
|
||||
SHA256 (hiawatha-6.2.tar.gz) = GL8M+CQqZGI4bhfCU69otHKF2oaIP0Uky2/DK7T+3As=
|
||||
SIZE (hiawatha-6.2.tar.gz) = 231555
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.7 2007/10/26 22:42:16 ajacoutot Exp $
|
||||
--- Makefile.in.orig Wed Oct 24 10:12:11 2007
|
||||
+++ Makefile.in Sat Oct 27 00:26:02 2007
|
||||
@@ -1135,9 +1135,8 @@ info: info-am
|
||||
$OpenBSD: patch-Makefile_in,v 1.8 2007/12/13 13:03:32 ajacoutot Exp $
|
||||
--- Makefile.in.orig Tue Dec 11 09:13:22 2007
|
||||
+++ Makefile.in Thu Dec 13 13:56:01 2007
|
||||
@@ -1144,9 +1144,8 @@ info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-doc_hiawatha_1,v 1.9 2007/11/11 13:56:33 ajacoutot Exp $
|
||||
--- doc/hiawatha.1.orig Wed Nov 7 08:10:05 2007
|
||||
+++ doc/hiawatha.1 Sun Nov 11 14:50:48 2007
|
||||
$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
|
||||
@@ -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
|
||||
@ -28,7 +28,7 @@ $OpenBSD: patch-doc_hiawatha_1,v 1.9 2007/11/11 13:56:33 ajacoutot Exp $
|
||||
.TP
|
||||
.B KickOnBan = yes|no
|
||||
Close all other connections that originate from the same IP in case of a ban.
|
||||
@@ -235,7 +235,7 @@ Default = /var/run/hiawatha.pid, example: PIDfile = /u
|
||||
@@ -235,7 +235,7 @@ Default = /var/run/hiawatha.pid, example: PIDfile = /d
|
||||
.B ServerId = <userid>|<userid>:<groupid>[,<groupid>, ...]
|
||||
The userid and groupid(s) the server will change to. If only a userid is specified, the groupid(s) will be looked up in /etc/passwd and /etc/group. The userid en groupid of user root are not allowed here.
|
||||
.br
|
||||
@ -37,7 +37,7 @@ $OpenBSD: patch-doc_hiawatha_1,v 1.9 2007/11/11 13:56:33 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).
|
||||
@@ -756,7 +756,7 @@ and
|
||||
@@ -761,7 +761,7 @@ and
|
||||
.B UseGZfile
|
||||
|
||||
.SH MIMETYPES
|
||||
@ -46,7 +46,7 @@ $OpenBSD: patch-doc_hiawatha_1,v 1.9 2007/11/11 13:56:33 ajacoutot Exp $
|
||||
.TP
|
||||
.B <mimetype> <extension> [<extension> ...]
|
||||
Example: image/jpeg jpg jpeg jpe
|
||||
@@ -780,15 +780,15 @@ Will unban all clients.
|
||||
@@ -785,15 +785,15 @@ Will unban all clients.
|
||||
Will close all open logfiles
|
||||
|
||||
.SH FILES
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-serverconfig_c,v 1.8 2007/10/14 09:09:46 ajacoutot Exp $
|
||||
--- serverconfig.c.orig Wed Oct 10 10:53:49 2007
|
||||
+++ serverconfig.c Sun Oct 14 11:05:53 2007
|
||||
$OpenBSD: patch-serverconfig_c,v 1.9 2007/12/13 13:03:32 ajacoutot Exp $
|
||||
--- serverconfig.c.orig Tue Dec 4 09:40:22 2007
|
||||
+++ serverconfig.c Thu Dec 13 13:56:01 2007
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "libstr.h"
|
||||
#include "libfs.h"
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-serverconfig_c,v 1.8 2007/10/14 09:09:46 ajacoutot Exp $
|
||||
#define MAX_LENGTH_CONFIGLINE 512
|
||||
#define MAX_CACHE_SIZE 50
|
||||
#define MAX_UPLOAD_SIZE 100
|
||||
@@ -217,8 +217,8 @@ t_config *default_config(void) {
|
||||
@@ -219,8 +219,8 @@ t_config *default_config(void) {
|
||||
#endif
|
||||
|
||||
config->server_root = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user