pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/telepathy-gabble Fix test case to make sense.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b7e648001c2
branches:  trunk
changeset: 631471:7b7e648001c2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 06 15:43:23 2014 +0000

description:
Fix test case to make sense.

diffstat:

 chat/telepathy-gabble/distinfo                                                        |   4 +-
 chat/telepathy-gabble/patches/patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c |  13 ++++++++-
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 606a079ee13c -r 7b7e648001c2 chat/telepathy-gabble/distinfo
--- a/chat/telepathy-gabble/distinfo    Thu Mar 06 15:42:29 2014 +0000
+++ b/chat/telepathy-gabble/distinfo    Thu Mar 06 15:43:23 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2013/03/02 18:19:10 joerg Exp $
+$NetBSD: distinfo,v 1.17 2014/03/06 15:43:23 joerg Exp $
 
 SHA1 (telepathy-gabble-0.11.10.tar.gz) = 26ca4e8a98b01b78007f88caea56b08ae5070fdd
 RMD160 (telepathy-gabble-0.11.10.tar.gz) = b4906a01b8cc6e6630e1707e97250bcdefeac9c4
@@ -6,7 +6,7 @@
 SHA1 (patch-lib_ext_wocky_examples_connect.c) = 4f22cadb5e39f68630c3d09671aaef4e6a480394
 SHA1 (patch-lib_ext_wocky_tests_test-resolver_h) = 4fc2950543c9ea9b902c1608082e60c644659a91
 SHA1 (patch-lib_ext_wocky_tests_wocky-connector-test.c) = 9e5b06621583229b0fd05d057dce778698ea223f
-SHA1 (patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c) = f53a0b3247df5a5dcf90809a9495966ff26c6c3f
+SHA1 (patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c) = ae1d8dcbc4c875696921cbb8c44e2d6841c47f8f
 SHA1 (patch-lib_ext_wocky_wocky_wocky-heartbeat-source_c) = d8f0192f7f34e6fb98150283f5ff05de6313ee4a
 SHA1 (patch-lib_ext_wocky_wocky_wocky-muc.c) = 769dae27f20fd7e1c196d65a4753ccf65a77926b
 SHA1 (patch-lib_ext_wocky_wocky_wocky-openssl.c) = 21dd4df0c50e766bab0d3d1cbaa9fbe2feef7a17
diff -r 606a079ee13c -r 7b7e648001c2 chat/telepathy-gabble/patches/patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c
--- a/chat/telepathy-gabble/patches/patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c     Thu Mar 06 15:42:29 2014 +0000
+++ b/chat/telepathy-gabble/patches/patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c     Thu Mar 06 15:43:23 2014 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c,v 1.1 2011/11/27 19:35:28 joerg Exp $
+$NetBSD: patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c,v 1.2 2014/03/06 15:43:23 joerg Exp $
 
---- lib/ext/wocky/tests/wocky-test-sasl-auth-server.c.orig     2011-11-27 01:52:00.000000000 +0000
+--- lib/ext/wocky/tests/wocky-test-sasl-auth-server.c.orig     2010-10-20 14:56:06.000000000 +0000
 +++ lib/ext/wocky/tests/wocky-test-sasl-auth-server.c
+@@ -154,7 +154,7 @@ test_sasl_auth_server_dispose (GObject *
+   priv->stream = NULL;
+ 
+ #ifdef HAVE_LIBSASL2
+-  if (&priv->sasl_conn != NULL)
++  if (priv->sasl_conn != NULL)
+     sasl_dispose (&priv->sasl_conn);
+   priv->sasl_conn = NULL;
+ #endif
 @@ -929,8 +929,8 @@ test_sasl_auth_server_new (GIOStream *st
    static gboolean sasl_initialized = FALSE;
    int ret;



Home | Main Index | Thread Index | Old Index