- update to version 5.12 (buxfix release)
This commit is contained in:
parent
1ed42ae164
commit
e23aff97b9
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/07/06 12:09:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/08/27 10:24:37 ajacoutot Exp $
|
||||
|
||||
COMMENT= secure webserver
|
||||
|
||||
DISTNAME= hiawatha-5.10
|
||||
DISTNAME= hiawatha-5.12
|
||||
CATEGORIES= www net
|
||||
|
||||
HOMEPAGE= http://hiawatha.leisink.org
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -26,7 +26,7 @@ CONFIGURE_ENV= webrootdir=${WEBROOTDIR}
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
||||
pre-configure:
|
||||
perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g;' \
|
||||
@perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g;' \
|
||||
-e 's,!!SYSCONFDIR!!,${SYSCONFDIR},g' \
|
||||
${WRKSRC}/etc/hiawatha/httpd.conf.in \
|
||||
${WRKSRC}/etc/hiawatha/cgi-wrapper.conf \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (hiawatha-5.10.tar.gz) = Il8n9TYtPyZxlL6yh29QUA==
|
||||
RMD160 (hiawatha-5.10.tar.gz) = 0skOiW9LFCSDvL5v+Gq/b9lVtvI=
|
||||
SHA1 (hiawatha-5.10.tar.gz) = OdyivC33Vps0yNmEtm1mxlW11Sk=
|
||||
SHA256 (hiawatha-5.10.tar.gz) = HsbFnX28j+HOwojBTh6sIZVxG5i5dysLKvZLrmaJSTE=
|
||||
SIZE (hiawatha-5.10.tar.gz) = 217672
|
||||
MD5 (hiawatha-5.12.tar.gz) = PDygKrScTbpVhh4Z3MFdTQ==
|
||||
RMD160 (hiawatha-5.12.tar.gz) = wYN2W6eCD7DGXF2TrzZLphDB5q8=
|
||||
SHA1 (hiawatha-5.12.tar.gz) = TLK3VAhjopH7L8vd87IM1ayBbb4=
|
||||
SHA256 (hiawatha-5.12.tar.gz) = GESyi1u5sYFpLv5lB6+QVwPF+63R5M1TdFUuOK1NjGY=
|
||||
SIZE (hiawatha-5.12.tar.gz) = 224146
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2007/07/06 12:09:12 ajacoutot Exp $
|
||||
--- Makefile.in.orig Tue Jul 3 11:00:20 2007
|
||||
+++ Makefile.in Fri Jul 6 13:46:45 2007
|
||||
@@ -1092,9 +1092,8 @@ info: info-am
|
||||
$OpenBSD: patch-Makefile_in,v 1.6 2007/08/27 10:24:37 ajacoutot Exp $
|
||||
--- Makefile.in.orig Sun Aug 26 15:55:45 2007
|
||||
+++ Makefile.in Mon Aug 27 12:21:13 2007
|
||||
@@ -1114,9 +1114,8 @@ info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-doc_hiawatha_1,v 1.5 2007/07/06 12:09:12 ajacoutot Exp $
|
||||
--- doc/hiawatha.1.orig Thu Jul 5 15:51:58 2007
|
||||
+++ doc/hiawatha.1 Fri Jul 6 13:49:17 2007
|
||||
$OpenBSD: patch-doc_hiawatha_1,v 1.6 2007/08/27 10:24:37 ajacoutot Exp $
|
||||
--- doc/hiawatha.1.orig Sun Aug 26 16:20:21 2007
|
||||
+++ doc/hiawatha.1 Mon Aug 27 12:21:13 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
|
||||
@ -37,7 +37,7 @@ $OpenBSD: patch-doc_hiawatha_1,v 1.5 2007/07/06 12:09:12 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).
|
||||
@@ -652,7 +652,7 @@ and
|
||||
@@ -751,7 +751,7 @@ and
|
||||
.B UseGZfile
|
||||
|
||||
.SH MIMETYPES
|
||||
@ -46,7 +46,7 @@ $OpenBSD: patch-doc_hiawatha_1,v 1.5 2007/07/06 12:09:12 ajacoutot Exp $
|
||||
.TP
|
||||
.B <mimetype> <extension> [<extension> ...]
|
||||
Example: image/jpeg jpg jpeg jpe
|
||||
@@ -676,15 +676,15 @@ Will unban all clients.
|
||||
@@ -775,15 +775,15 @@ Will unban all clients.
|
||||
Will disconnect all clients.
|
||||
|
||||
.SH FILES
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-serverconfig_c,v 1.5 2007/07/06 12:09:12 ajacoutot Exp $
|
||||
--- serverconfig.c.orig Thu Jul 5 15:52:37 2007
|
||||
+++ serverconfig.c Fri Jul 6 13:46:45 2007
|
||||
$OpenBSD: patch-serverconfig_c,v 1.6 2007/08/27 10:24:37 ajacoutot Exp $
|
||||
--- serverconfig.c.orig Sun Aug 26 16:14:54 2007
|
||||
+++ serverconfig.c Mon Aug 27 12:21:13 2007
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "libstr.h"
|
||||
#include "libfs.h"
|
||||
@ -9,8 +9,8 @@ $OpenBSD: patch-serverconfig_c,v 1.5 2007/07/06 12:09:12 ajacoutot Exp $
|
||||
+#define ID_HIAWATHA 579
|
||||
#define MAX_LENGTH_CONFIGLINE 512
|
||||
#define MAX_CACHE_SIZE 50
|
||||
|
||||
@@ -190,8 +190,8 @@ t_config *default_config(void) {
|
||||
#define MAX_UPLOAD_SIZE 100
|
||||
@@ -218,8 +218,8 @@ t_config *default_config(void) {
|
||||
#endif
|
||||
|
||||
config->server_root = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user