svn commit: r398691 - in head/security/cyrus-sasl2-gssapi: . files

Dag-Erling Smørgrav des at FreeBSD.org
Tue Oct 6 08:55:47 UTC 2015


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) {
+ 


More information about the svn-ports-head mailing list