Update to hiawatha 10.4.

This commit is contained in:
juanfra 2016-10-07 01:49:28 +00:00
parent be1fc322d8
commit adc49ebe8e
5 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.46 2016/08/27 08:17:54 juanfra Exp $
# $OpenBSD: Makefile,v 1.47 2016/10/07 01:49:28 juanfra Exp $
COMMENT = secure webserver
DISTNAME = hiawatha-10.3
DISTNAME = hiawatha-10.4
CATEGORIES = www net
HOMEPAGE = https://www.hiawatha-webserver.org/

View File

@ -1,2 +1,2 @@
SHA256 (hiawatha-10.3.tar.gz) = mdGF+xa7GrcGckSU08rIZGTxSF7UsP/wmhkuym2l/44=
SIZE (hiawatha-10.3.tar.gz) = 897607
SHA256 (hiawatha-10.4.tar.gz) = 5A68vej71aFNv3J5FDdXrqAqRhlA2qXEYEloceqnVFQ=
SIZE (hiawatha-10.4.tar.gz) = 911100

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-config_hiawatha_conf_in,v 1.4 2016/08/27 08:17:54 juanfra Exp $
--- config/hiawatha.conf.in.orig Mon Jan 18 21:56:23 2016
+++ config/hiawatha.conf.in Sat Aug 27 01:58:47 2016
$OpenBSD: patch-config_hiawatha_conf_in,v 1.5 2016/10/07 01:49:28 juanfra Exp $
--- config/hiawatha.conf.in.orig Thu Oct 6 16:59:29 2016
+++ config/hiawatha.conf.in Fri Oct 7 03:24:03 2016
@@ -12,6 +12,7 @@
# GENERAL SETTINGS
#
@ -26,4 +26,4 @@ $OpenBSD: patch-config_hiawatha_conf_in,v 1.4 2016/08/27 08:17:54 juanfra Exp $
+#CGIwrapper = ${LOCALBASE}/sbin/cgi-wrapper
#
#FastCGIserver {
# FastCGIid = PHP5
# FastCGIid = PHP7

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-man_hiawatha_1_in,v 1.7 2016/08/27 08:17:54 juanfra Exp $
--- man/hiawatha.1.in.orig Sun Jun 5 10:26:13 2016
+++ man/hiawatha.1.in Sat Aug 27 01:58:47 2016
$OpenBSD: patch-man_hiawatha_1_in,v 1.8 2016/10/07 01:49:28 juanfra Exp $
--- man/hiawatha.1.in.orig Thu Oct 6 17:00:19 2016
+++ man/hiawatha.1.in Fri Oct 7 03:24:03 2016
@@ -158,12 +158,12 @@ Example: CGIextension = cgi
.B CGIhandler = <CGI handler>:<extension>[, <extension>, ...]
Specify the handler for a CGI extension. A handler is an executable which will run the CGI script.
@ -43,7 +43,7 @@ $OpenBSD: patch-man_hiawatha_1_in,v 1.7 2016/08/27 08:17:54 juanfra Exp $
.br
(requires that Hiawatha was not compiled with -DENABLE_XSLT=off)
@@ -1021,7 +1021,7 @@ and
@@ -1026,7 +1026,7 @@ and
(only valid in the root directory of a website)
.SH MIMETYPES
@ -52,7 +52,7 @@ $OpenBSD: patch-man_hiawatha_1_in,v 1.7 2016/08/27 08:17:54 juanfra Exp $
.TP
.B <mimetype> <extension> [<extension> ...]
Example: image/jpeg jpg jpeg jpe
@@ -1041,13 +1041,13 @@ Unban all IP addresses.
@@ -1046,13 +1046,13 @@ Unban all IP addresses.
Clear the internal cache (requires that Hiawatha was not compiled with -DENABLE_CACHE=off).
.SH FILES

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_serverconfig_c,v 1.8 2016/08/27 08:17:54 juanfra Exp $
--- src/serverconfig.c.orig Thu Jun 2 09:50:25 2016
+++ src/serverconfig.c Sat Aug 27 01:58:47 2016
$OpenBSD: patch-src_serverconfig_c,v 1.9 2016/10/07 01:49:28 juanfra Exp $
--- src/serverconfig.c.orig Sun Sep 25 09:33:39 2016
+++ src/serverconfig.c Fri Oct 7 03:24:03 2016
@@ -26,7 +26,7 @@
#include "libfs.h"
#include "memdbg.h"
@ -10,7 +10,7 @@ $OpenBSD: patch-src_serverconfig_c,v 1.8 2016/08/27 08:17:54 juanfra Exp $
#define MAX_LENGTH_CONFIGLINE 1024
#define MAX_CACHE_SIZE 1024
#define MAX_UPLOAD_SIZE 2047
@@ -290,8 +290,8 @@ t_config *default_config(void) {
@@ -294,8 +294,8 @@ t_config *default_config(void) {
config->tomahawk_port = NULL;
#endif