summaryrefslogtreecommitdiff
path: root/net/gtk-gnutella/patches/patch-ai
diff options
context:
space:
mode:
authoradam <adam>2007-10-14 08:32:19 +0000
committeradam <adam>2007-10-14 08:32:19 +0000
commitc509123601181a440c11fd1e16c258f1c4fa9b69 (patch)
tree4f5eb9c41f104e2a1ab7ff9b4d5b53d6073a8dc8 /net/gtk-gnutella/patches/patch-ai
parentf65853aba7f80ba17c7becfaeb833e15b247fe37 (diff)
downloadpkgsrc-c509123601181a440c11fd1e16c258f1c4fa9b69.tar.gz
Changes 0.96.4:
Bug Fixes: - The download overlap checking was incorrectly detecting mismatches. - A bug in the network queue caused frequent crashes. - A bug in the event timing caused failures after 25 days uptime. - A stalling issue with TLS connections. - The search retry timeouts weren't accepted. - The order of items in the search history was wrong. - The quick-connect limit wasn't respected causing too frequent connection attempts during startup. - Removed incorrect use of SF_NODISKIO flag for sendfile() on FreeBSD. - Fixed crash that could be triggered by changing the listening port temporarily to zero. - iconv() was not used correctly which could cause wrong conversions for longer strings. - Generated filenames weren't properly restricted in length which could cause crashes. - There was a compile issue on NetBSD caused by namespace pollution. - Added workaround for the issue that on Solaris only the file descriptors 0..255 can be used for stdio. Improvements: - Finished downloads are now seeded for the whole session or until they are manually purged, if partial file-sharing is enabled. - Server-side support for Tigertree hashes and THEX thanks to patches provided by Martijn van Oosterhout. - Improved spam filters.
Diffstat (limited to 'net/gtk-gnutella/patches/patch-ai')
-rw-r--r--net/gtk-gnutella/patches/patch-ai8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gtk-gnutella/patches/patch-ai b/net/gtk-gnutella/patches/patch-ai
index e4513e1bb1a..37d1144e0c5 100644
--- a/net/gtk-gnutella/patches/patch-ai
+++ b/net/gtk-gnutella/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.1 2007/06/15 14:26:23 darcy Exp $
+$NetBSD: patch-ai,v 1.2 2007/10/14 08:32:20 adam Exp $
---- src/ui/gtk/settings.c.orig 2007-06-14 12:07:07.000000000 -0400
+--- src/ui/gtk/settings.c.orig 2007-07-07 06:21:48.000000000 +0200
+++ src/ui/gtk/settings.c
-@@ -105,7 +105,7 @@ typedef struct prop_map {
+@@ -104,7 +104,7 @@ typedef struct prop_map {
/*
* Automatic field filled in by settings_gui_init_prop_map
*/
@@ -11,7 +11,7 @@ $NetBSD: patch-ai,v 1.1 2007/06/15 14:26:23 darcy Exp $
prop_set_stub_t *stub; /**< property set stub */
gint *init_list; /**< init_list for reverse lookup */
} prop_map_t;
-@@ -174,7 +174,7 @@ static gchar *prop_to_string(property_t
+@@ -173,7 +173,7 @@ static gchar *prop_to_string(property_t
gm_snprintf(s, sizeof(s), "%u", val);
break;
}