
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, patch from Raphael Huck. git-svn-id: svn://svn.openwrt.org/openwrt/packages@28232 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
472 B
Diff
21 lines
472 B
Diff
Index: configure
|
|
===================================================================
|
|
--- a/configure (révision 185)
|
|
+++ b/configure (copie de travail)
|
|
@@ -29,13 +29,13 @@
|
|
Linux*)
|
|
DESTDIR="/usr/lib/asterisk/modules/"
|
|
|
|
- INCDIR="-I. -I/usr/include"
|
|
+ INCDIR="-I."
|
|
CFLAGS="-O2 -DICONV_CONST=\"\" -D__DEBUG__ -D__MANAGER__ -D__APP__"
|
|
|
|
LIBDIR=""
|
|
LIBS=""
|
|
|
|
- SOLINK="-shared -Xlinker -x"
|
|
+ SOLINK="-shared"
|
|
;;
|
|
Darwin*)
|
|
DESTDIR="/opt/local/lib/asterisk/modules/"
|