head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.36 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.34 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.32 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.30 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.28 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.26 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.24 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.22 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.20 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.18 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.16 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.14 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.12 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.10 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.8 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.6 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.4 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.2 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2; locks; strict; comment @# @; 1.6 date 2006.01.20.13.29.54; author jmmv; state dead; branches; next 1.5; 1.5 date 2005.11.01.19.10.21; author rillig; state Exp; branches; next 1.4; 1.4 date 2005.10.30.23.17.35; author rillig; state Exp; branches; next 1.3; 1.3 date 2005.03.26.16.18.07; author jmmv; state dead; branches; next 1.2; 1.2 date 2005.02.22.18.22.17; author jmmv; state Exp; branches; next 1.1; 1.1 date 2005.02.19.22.36.20; author wiz; state Exp; branches; next ; desc @@ 1.6 log @Update to 2.2.7: * Fixed a crash when using NTLM connections [316313, probably also 318252]. (Also 321208, which was a bug introduced in the original fix for 316313.) * Fixed a bug that could cause soup to suck up all available CPU when a connection to a SoupServer was dropped by the other side [319305, patch from Jonathan Matthew] * Fixed the creation of struct elements in XMLRPC messages [321362, patch from Sebastian Bauer] * Plugged a small memory leak in SoupSocket (from Wang Xin). * Fixed two compile problems, a gccism [320349, patch from Roland Illig], and a strict-aliasing warning from gcc 4.1. @ text @$NetBSD: patch-aa,v 1.5 2005/11/01 19:10:21 rillig Exp $ Needed for ISO C90. http://bugzilla.gnome.org/show_bug.cgi?id=320349 (fixed) --- libsoup/soup-xmlrpc-response.c.orig Tue Jun 14 18:40:23 2005 +++ libsoup/soup-xmlrpc-response.c Mon Oct 31 00:14:49 2005 @@@@ -612,9 +612,9 @@@@ soup_xmlrpc_value_dump_internal (SoupXml if (!soup_xmlrpc_value_array_get_iterator (value, &iter)) g_printerr ("BAD ARRAY\n"); else { - g_printerr ("ARRAY\n"); SoupXmlrpcValue *evalue; int i = 0; + g_printerr ("ARRAY\n"); while (iter != NULL) { soup_xmlrpc_value_array_iterator_get_value (iter, &evalue); soup_xmlrpc_value_dump_array_element (i, evalue, GINT_TO_POINTER (d+1)); @ 1.5 log @patch-aa has been applied upstream. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2005/10/30 23:17:35 rillig Exp $ @ 1.4 log @Added a patch for ISO C90 compatibility. @ text @d1 1 a1 1 $NetBSD$ d5 2 @ 1.3 log @Update to 2.2.3: * Now compiles against gnutls 1.2.0 [57811] * Fixed a bug that could result in 100% CPU usage if an SSL server closed the connection uncleanly. [73352] @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2005/02/22 18:22:17 jmmv Exp $ d3 15 a17 12 --- libsoup/soup-gnutls.c.orig 2004-10-20 18:31:22.000000000 +0200 +++ libsoup/soup-gnutls.c @@@@ -63,7 +63,9 @@@@ verify_certificate (gnutls_session sessi } if (status & GNUTLS_CERT_INVALID || +#if defined(GNUTLS_CERT_NOT_TRUSTED) status & GNUTLS_CERT_NOT_TRUSTED || +#endif status & GNUTLS_CERT_REVOKED) { g_set_error (err, SOUP_SSL_ERROR, @ 1.2 log @Update to 2.2.2: * The SSL validation fix from 2.2.1 [64414] is now completely fixed. (Part of the fix didn't actually make it into 2.2.1) * HTTPS certificate validation now works when using an HTTP proxy. [68583] * HTTP proxy code deals better with proxies that try to make the user do HTML-form-based authentication. [68531] * 64-bit fixes for NTLM auth code. [70323, from Michael Zucchi] @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2005/02/19 22:36:20 wiz Exp $ @ 1.1 log @Add patch to fix build with gnutls-1.2.0. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- libsoup/soup-gnutls.c.orig 2004-09-30 16:49:07.000000000 +0200 d5 1 a5 1 @@@@ -61,7 +61,6 @@@@ verify_certificate (gnutls_session sessi d9 3 a11 1 - status & GNUTLS_CERT_NOT_TRUSTED || d14 1 a14 1 g_warning ("The certificate is not trusted."); @