From 4ae6dbb22daaa863d005b4cd4b2820b83d1ebaf8 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 13 Dec 2007 13:03:32 +0000 Subject: [PATCH] - update to hiawatha-6.2 --- www/hiawatha/Makefile | 4 ++-- www/hiawatha/distinfo | 10 +++++----- www/hiawatha/patches/patch-Makefile_in | 8 ++++---- www/hiawatha/patches/patch-doc_hiawatha_1 | 12 ++++++------ www/hiawatha/patches/patch-serverconfig_c | 8 ++++---- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 0d2b62bc438..493b2b0027c 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -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 diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index d5f9af93554..f341a956cf5 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -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 diff --git a/www/hiawatha/patches/patch-Makefile_in b/www/hiawatha/patches/patch-Makefile_in index 124ff71dd8e..1ca9f0f82dd 100644 --- a/www/hiawatha/patches/patch-Makefile_in +++ b/www/hiawatha/patches/patch-Makefile_in @@ -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: diff --git a/www/hiawatha/patches/patch-doc_hiawatha_1 b/www/hiawatha/patches/patch-doc_hiawatha_1 index 91a715943f0..046c592b7ca 100644 --- a/www/hiawatha/patches/patch-doc_hiawatha_1 +++ b/www/hiawatha/patches/patch-doc_hiawatha_1 @@ -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 = |:[,, ...] 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 = 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 [ ...] 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 diff --git a/www/hiawatha/patches/patch-serverconfig_c b/www/hiawatha/patches/patch-serverconfig_c index 8d886787f63..1e203cf3e43 100644 --- a/www/hiawatha/patches/patch-serverconfig_c +++ b/www/hiawatha/patches/patch-serverconfig_c @@ -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;