# HG changeset patch # User Wolfgang Rosenauer # Date 1273815726 -7200 # Node ID 053863c0cba80e6289e5d0e77ebccb4cacf25c3d # Parent fef8b78b5d6b5cd2bc259682467fc88c1a998834 Remove debug output for now (bnc#604711) diff -r fef8b78b5d6b -r 053863c0cba8 mozilla-libproxy.patch --- a/mozilla-libproxy.patch Tue May 04 08:04:07 2010 +0200 +++ b/mozilla-libproxy.patch Fri May 14 07:42:06 2010 +0200 @@ -6,7 +6,7 @@ diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in --- a/config/autoconf.mk.in +++ b/config/autoconf.mk.in -@@ -537,16 +537,20 @@ FT2_CFLAGS = @FT2_CFLAGS@ +@@ -539,16 +539,20 @@ FT2_CFLAGS = @FT2_CFLAGS@ FT2_LIBS = @FT2_LIBS@ MOZ_PANGO_CFLAGS = @MOZ_PANGO_CFLAGS@ @@ -30,7 +30,7 @@ diff --git a/config/system-headers b/config/system-headers --- a/config/system-headers +++ b/config/system-headers -@@ -1012,8 +1012,11 @@ hunspell.hxx +@@ -1013,8 +1013,11 @@ hunspell.hxx #if MOZ_NATIVE_BZ2==1 bzlib.h #endif @@ -309,7 +309,7 @@ + c++; + } + -+printf("returned PAC proxy string: %s\n", PromiseFlatCString(aResult).get()); ++//printf("returned PAC proxy string: %s\n", PromiseFlatCString(aResult).get()); + + PR_Free(proxyArray); + return NS_OK; diff -r fef8b78b5d6b -r 053863c0cba8 mozilla-xulrunner192/mozilla-xulrunner192.changes --- a/mozilla-xulrunner192/mozilla-xulrunner192.changes Tue May 04 08:04:07 2010 +0200 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.changes Fri May 14 07:42:06 2010 +0200 @@ -4,6 +4,7 @@ - security update to 1.9.2.4 (Lorentz) * enable crashreporter also for x86-64 * provide mozilla-runtime to host NPAPI out of process plugins +- removed libproxy debug message (bnc#604711) ------------------------------------------------------------------- Mon Apr 26 07:18:09 CEST 2010 - wr@rosenauer.org