667fbbb6ad
* Designed and implemented a dpi protocol library (libDpip.a in /dpip). * Added a couple of new dpip commands. * Fixed and uniformed the escaping of values inside dpip tags. * Ported the bookmarks, download, file, https, ftp and hello plugins, plus the dpid daemon and the rest of the source tree to use it. * Improved the dpi buffer reception to handle split buffers (This was required for handling arbitrary data streams with dpip). * Fixed a serious bug with the FTP plugin that led to two downloads of the same file when left-clicking a non-viewable file. * Added MIME/type detection to the FTP plugin, and removed popen(). * Set the dpi daemon (dpid) not to exit when the downloads dpi is running. * Improved the accuracy of the illegal-character error reporting for URLs. * Added DOCTYPE parsing (for better bug-meter error messages). * Added a check for malicious image sizes in IMG tags. * Made the parser aware of buggy pages with multiple BODY and HTML elements. * Fixed a bug in MIME content/type detection. * Moved the cookies management into a dpi server: cookies.dpi. * Added "./configure --disable-threaded-dns" (for some non reentrant BSDs).
13 lines
391 B
Text
13 lines
391 B
Text
$NetBSD: patch-ab,v 1.13 2006/05/10 21:03:41 adam Exp $
|
|
|
|
--- Makefile.in.orig 2006-04-26 18:07:27.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -194,7 +194,7 @@ target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
SUBDIRS = doc dpip src dpid dpi
|
|
EXTRA_DIST = ChangeLog.old dillorc install-dpi-local
|
|
-sysconf_DATA = dillorc
|
|
+sysconf_DATA =
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|