diff options
author | dillo <dillo@pkgsrc.org> | 2001-12-24 14:35:32 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2001-12-24 14:35:32 +0000 |
commit | 2c8bc4e2c1a5c5f2ba59dd60a795bebbf066315d (patch) | |
tree | a9b1da20bf03dec3957126b899051971e2644d00 /www/dillo/patches | |
parent | 901c05118710f7580f274709a73e1706fc6aaeb5 (diff) | |
download | pkgsrc-2c8bc4e2c1a5c5f2ba59dd60a795bebbf066315d.tar.gz |
Update dillo to 0.6.3:
This release introduces extended UI customization, a full-screen
mode, a way to turn off the dicache (saving lots of memory), and
optimized code for handling resize requests in the page widget.
The whole HTML tag parsing and URL resolving modules are new,
improved, and more standards-compliant. Several bugfixes and other
enhancements were also made.
Diffstat (limited to 'www/dillo/patches')
-rw-r--r-- | www/dillo/patches/patch-ab | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/dillo/patches/patch-ab b/www/dillo/patches/patch-ab deleted file mode 100644 index 253a81a30d9..00000000000 --- a/www/dillo/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/12/10 15:32:42 joda Exp $ - ---- src/IO/http.c.orig Tue Oct 16 17:53:53 2001 -+++ src/IO/http.c Mon Dec 10 16:20:42 2001 -@@ -211,6 +211,7 @@ - SocketData_t *S = a_Klist_get_data(ValidSocks, (gint)Info->LocalKey); - - /* Set remaining parms. */ -+ memset(&name, 0, sizeof(name)); - name.sin_family = AF_INET; - name.sin_port = S->port ? htons(S->port) : htons(DILLO_URL_HTTP_PORT); - name.sin_addr.s_addr = htonl(S->ip_addr); |