Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 08:55:47 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398691 - in head/security/cyrus-sasl2-gssapi: . files
Message-ID:  <201510060855.t968tlZ3076252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Tue Oct  6 08:55:46 2015
New Revision: 398691
URL: https://svnweb.freebsd.org/changeset/ports/398691

Log:
  Silence debugging message.
  
  Approved by:	maintainer silence

Added:
  head/security/cyrus-sasl2-gssapi/files/
  head/security/cyrus-sasl2-gssapi/files/patch-plugins_gssapi.c   (contents, props changed)
Modified:
  head/security/cyrus-sasl2-gssapi/Makefile

Modified: head/security/cyrus-sasl2-gssapi/Makefile
==============================================================================
--- head/security/cyrus-sasl2-gssapi/Makefile	Tue Oct  6 08:47:42 2015	(r398690)
+++ head/security/cyrus-sasl2-gssapi/Makefile	Tue Oct  6 08:55:46 2015	(r398691)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gssapi
 PORTVERSION=	2.1.26
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security ipv6
 MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-sasl/ \
 		http://cyrusimap.org/releases/

Added: head/security/cyrus-sasl2-gssapi/files/patch-plugins_gssapi.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/cyrus-sasl2-gssapi/files/patch-plugins_gssapi.c	Tue Oct  6 08:55:46 2015	(r398691)
@@ -0,0 +1,15 @@
+diff --git a/plugins/gssapi.c b/plugins/gssapi.c
+index 2fd1b3b..0992912 100644
+--- a/plugins/gssapi.c
++++ b/plugins/gssapi.c
+@@ -1490,8 +1490,10 @@ static int gssapi_client_mech_step(void *conn_context,
+     *clientout = NULL;
+     *clientoutlen = 0;
+     
++#if 0
+     params->utils->log(NULL, SASL_LOG_DEBUG,
+ 		       "GSSAPI client step %d", text->state);
++#endif
+ 
+     switch (text->state) {
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510060855.t968tlZ3076252>