Hi,
this patch updates hiawatha to 7.6.
Changelog since 7.3:
PreventSQLi option rewritten.
OldBrowser option added to URL toolkit.
Improved mimetype configuration.
Do-not-track HTTP header support.
Password file entries can now be created with Wigwam.
Small bugfixes and improvements.
Bugfix: sent one byte too few for Range -XX.
Bugfix: possible crash when using PreventSQLi.
Bugfix: integer overflow in fetch_request() which could lead to a server
crash.
Connections per IP added to RequestLimitMask.
NoExtensionAs made a per-host setting.
Small bugfixes and improvements.
Bugfix: usage of HideProxy caused Hiawatha to refuse new connections after
ConnectionsTotal connections.
Bugfix: memory leak in XSLT module.
Regards,
-Raphael--- hiawatha.orig/Makefile 2011-09-07 17:46:00.277006095 +0200
+++ hiawatha/Makefile 2011-09-08 15:19:27.106118848 +0200
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hiawatha
-PKG_VERSION:=7.3
+PKG_VERSION:=7.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/
-PKG_MD5SUM:=52fd6bf798c07298e12ff69b882f3d76
+PKG_MD5SUM:=45e7c3229a94d19abb5d92daa36c61d9
PKG_INSTALL:=1
@@ -30,7 +30,7 @@ define Package/hiawatha
endef
define Package/hiawatha/description
-Hiawatha is an open source webserver with a focus on security.
+ Hiawatha is an open source webserver with a focus on security.
endef
CONFIGURE_ARGS+= \
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel