mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
r398691 placed the patch in the wrong directory, where it had no effect.
Move it to the master port and bump the subport again. Reviewed by: ume@
This commit is contained in:
parent
253a393152
commit
b43a2bc820
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398749
3 changed files with 14 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= gssapi
|
||||
PORTVERSION= 2.1.26
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \
|
||||
http://cyrusimap.org/releases/
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
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) {
|
||||
|
13
security/cyrus-sasl2/files/patch-plugins_gssapi.c
Normal file
13
security/cyrus-sasl2/files/patch-plugins_gssapi.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- plugins/gssapi.c.orig
|
||||
+++ plugins/gssapi.c
|
||||
@@ -1490,8 +1490,10 @@
|
||||
*clientout = NULL;
|
||||
*clientoutlen = 0;
|
||||
|
||||
+#if 0
|
||||
params->utils->log(NULL, SASL_LOG_DEBUG,
|
||||
"GSSAPI client step %d", text->state);
|
||||
+#endif
|
||||
|
||||
switch (text->state) {
|
||||
|
Loading…
Add table
Reference in a new issue