From: Luk Claes Date: Fri, 10 May 2013 08:55:07 +0000 (+0000) Subject: Refresh 11-532048-reduce-verbosity. X-Git-Tag: debian/1%1.2.8-1~7 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7ac43b5bce3f40c0fe7f06254fb168e62d611036 Refresh 11-532048-reduce-verbosity. --- diff --git a/debian/changelog b/debian/changelog index d343fbd..1944307 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ nfs-utils (1:1.2.8-1) UNRELEASED; urgency=low - Drop 18-osd_login-sbindir: incorporated upstream. - Avoid DNS reverse lookups on server names (Closes: #707401). - auth_unix_ip should downcall on error (Closes: #682709). + - Refresh 11-532048-reduce-verbosity. * Use rpcbind's rpcinfo everywhere (Closes: #707589). -- Luk Claes Fri, 10 May 2013 09:08:08 +0200 diff --git a/debian/patches/11-532048-reduce-verbosity.patch b/debian/patches/11-532048-reduce-verbosity.patch index c303c8b..9b593c9 100644 --- a/debian/patches/11-532048-reduce-verbosity.patch +++ b/debian/patches/11-532048-reduce-verbosity.patch @@ -13,9 +13,11 @@ seem to be any evidence that it's been included yet in 1.2.0. Steve Langasek ---- a/utils/gssd/gssd_proc.c 2010-02-18 23:35:00.000000000 +1100 -+++ b/utils/gssd/gssd_proc.c 2010-04-06 16:43:55.000000000 +1000 -@@ -638,7 +638,7 @@ do_error_downcall(int k5_fd, uid_t uid, +Index: nfs-utils/utils/gssd/gssd_proc.c +=================================================================== +--- nfs-utils.orig/utils/gssd/gssd_proc.c 2013-05-10 08:50:57.000000000 +0000 ++++ nfs-utils/utils/gssd/gssd_proc.c 2013-05-10 08:50:57.000000000 +0000 +@@ -714,7 +714,7 @@ unsigned int timeout = 0; int zero = 0; @@ -24,16 +26,16 @@ Steve Langasek if (WRITE_BYTES(&p, end, uid)) goto out_err; if (WRITE_BYTES(&p, end, timeout)) goto out_err; -@@ -906,7 +906,7 @@ process_krb5_upcall(struct clnt_info *cl - int create_resp = -1; - int err, downcall_err = -EACCES; +@@ -978,7 +978,7 @@ + gss_cred_id_t gss_cred; + OM_uint32 maj_stat, min_stat, lifetime_rec; - printerr(1, "handling krb5 upcall (%s)\n", clp->dirname); + printerr(2, "handling krb5 upcall (%s)\n", clp->dirname); - if (tgtname) { - if (clp->servicename) { -@@ -1066,7 +1066,7 @@ process_spkm3_upcall(struct clnt_info *c + token.length = 0; + token.value = NULL; +@@ -1082,7 +1082,7 @@ } if (!authgss_get_private_data(auth, &pd)) { @@ -42,9 +44,11 @@ Steve Langasek "data for user with uid %d for server %s\n", uid, clp->servername); goto out_return_error; ---- a/utils/gssd/gss_util.c 2010-02-18 23:35:00.000000000 +1100 -+++ b/utils/gssd/gss_util.c 2010-04-06 16:43:55.000000000 +1000 -@@ -126,7 +126,7 @@ display_status_1(char *m, u_int32_t code +Index: nfs-utils/utils/gssd/gss_util.c +=================================================================== +--- nfs-utils.orig/utils/gssd/gss_util.c 2013-05-10 08:50:57.000000000 +0000 ++++ nfs-utils/utils/gssd/gss_util.c 2013-05-10 08:50:57.000000000 +0000 +@@ -126,7 +126,7 @@ "gss_display_status called from %s\n", m); break; } else {